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