X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Plugin.pm;h=eee5dadd5c24d679a3166432b47106450ce4015c;hb=refs%2Fheads%2Fmaster;hp=ad5e21949986b2847c1f0704325ce897fa9ba7f2;hpb=d4db715e455063f957068da7ac3bc548935f9ff5;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/Plugin.pm b/Plugin.pm index ad5e219..eee5dad 100644 --- a/Plugin.pm +++ b/Plugin.pm @@ -6,7 +6,7 @@ use strict; our ($VERSION, @ISA); BEGIN { - $VERSION = '0.10'; + $VERSION = '0.12'; # All engines should subclass the core Regexp package @ISA = 'Regexp'; require XSLoader;