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