X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Plugin.pm;h=eb8aec09903736fe588cf4c7b427103f338b79e6;hp=bf739f989f5e9fda90aa79841658dffaa6cefc37;hb=8841074697e50dc9be0faf100e25e540968a2d9a;hpb=e20ad0b3c8306a73e1a0e0a1c5f88d6e84e3583e diff --git a/Plugin.pm b/Plugin.pm index bf739f9..eb8aec0 100644 --- a/Plugin.pm +++ b/Plugin.pm @@ -6,7 +6,7 @@ use strict; our ($VERSION, @ISA); BEGIN { - $VERSION = '0.08'; + $VERSION = '0.09'; # All engines should subclass the core Regexp package @ISA = 'Regexp'; require XSLoader;