]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/commitdiff
Correct version number in the synopsis
authorVincent Pit <vince@profvince.com>
Mon, 24 Sep 2012 11:01:54 +0000 (13:01 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 24 Sep 2012 11:01:54 +0000 (13:01 +0200)
lib/re/engine/Hooks.pm

index 44f9adf75a7a6e115934a3c812218fd65c0fc209..7990d9d50c6582d4ee54732f7f13553788654d6a 100644 (file)
@@ -63,7 +63,7 @@ In your Perl module file :
     use re::engine::Hooks; # Before loading our own shared library
 
     BEGIN {
-     $VERSION = '0.02';
+     $VERSION = '0.01';
      require DynaLoader;
      push @ISA, 'DynaLoader';
      __PACKAGE__->bootstrap($VERSION);