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