X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Plugin.pm;h=eb8aec09903736fe588cf4c7b427103f338b79e6;hb=1d575a50c1fb4c1caef29b609720b0781a231344;hp=bf739f989f5e9fda90aa79841658dffaa6cefc37;hpb=e20ad0b3c8306a73e1a0e0a1c5f88d6e84e3583e;p=perl%2Fmodules%2Fre-engine-Plugin.git 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;