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