X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Plugin.pm;h=b703a0005e9bcc9dd3e5fcf4282c742062f3e387;hb=de28b8b2f575972f4c8ccb7f037db6f3b38860cf;hp=5b84612f64e9e5aab60691897fa13bdb868164ad;hpb=2271b6d1ae428e049a8789a04cde87a812b0830f;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/Plugin.pm b/Plugin.pm index 5b84612..b703a00 100644 --- a/Plugin.pm +++ b/Plugin.pm @@ -4,7 +4,7 @@ use 5.009005; use strict; use XSLoader (); -our $VERSION = '0.05'; +our $VERSION = '0.07'; # All engines should subclass the core Regexp package our @ISA = 'Regexp';