X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2Fre%2Fengine%2FHooks.pm;h=fabe4bb804f98a5b4f7657308a0246ff574a5136;hb=41b56a84dc14873e4c9638d315b3fc525324c288;hp=7990d9d50c6582d4ee54732f7f13553788654d6a;hpb=ad1cfc99335de24d45c1309cd6172f55bbb284be;p=perl%2Fmodules%2Fre-engine-Hooks.git diff --git a/lib/re/engine/Hooks.pm b/lib/re/engine/Hooks.pm index 7990d9d..fabe4bb 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.02 +Version 0.04 =cut @@ -20,7 +20,7 @@ our ($VERSION, @ISA); sub dl_load_flags { 0x01 } BEGIN { - $VERSION = '0.02'; + $VERSION = '0.04'; require DynaLoader; push @ISA, qw; __PACKAGE__->bootstrap($VERSION); @@ -210,7 +210,7 @@ It implements a couple of simple examples. =head1 DEPENDENCIES -L 5.10.1. +Any stable release of L since 5.10.1, or a development release of L from the 5.19 branch. L. @@ -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.