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