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