X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=blobdiff_plain;f=lib%2Fre%2Fengine%2FHooks.pm;fp=lib%2Fre%2Fengine%2FHooks.pm;h=365df477d63737db3c930dc2ae02551a6bee3292;hp=2f07ac798608210e703c51ecb630f0e45d643709;hb=5f4fe0b63e7d03e713a655997310a3875c40b7a8;hpb=c3c6a8b588c30a95ac5286e2eca53e33f329dd6c diff --git a/lib/re/engine/Hooks.pm b/lib/re/engine/Hooks.pm index 2f07ac7..365df47 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.04 +Version 0.05 =cut @@ -20,7 +20,7 @@ our ($VERSION, @ISA); sub dl_load_flags { 0x01 } BEGIN { - $VERSION = '0.04'; + $VERSION = '0.05'; require DynaLoader; push @ISA, qw; __PACKAGE__->bootstrap($VERSION);