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