X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Fre%2Fengine%2FHooks.pm;h=a7f9a1ce65b7c7081509924f27536870f813fcd1;hb=8f657e98a7fe5e93f5c7ec58c77e4793ab82bc8a;hp=bbeb53c4cae40ae2b72d539fdc992e77762f6579;hpb=39b89ebc30220f347fb9ed7977395889e2bb37ad;p=perl%2Fmodules%2Fre-engine-Hooks.git diff --git a/lib/re/engine/Hooks.pm b/lib/re/engine/Hooks.pm index bbeb53c..a7f9a1c 100644 --- a/lib/re/engine/Hooks.pm +++ b/lib/re/engine/Hooks.pm @@ -11,7 +11,7 @@ re::engine::Hooks - Hookable variant of the Perl core regular expression engine. =head1 VERSION -Version 0.03 +Version 0.04 =cut @@ -20,7 +20,7 @@ our ($VERSION, @ISA); sub dl_load_flags { 0x01 } BEGIN { - $VERSION = '0.03'; + $VERSION = '0.04'; require DynaLoader; push @ISA, qw; __PACKAGE__->bootstrap($VERSION); @@ -237,7 +237,7 @@ You can find documentation for this module with the perldoc command : =head1 COPYRIGHT & LICENSE -Copyright 2012 Vincent Pit, all rights reserved. +Copyright 2012,2013 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.