X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Plugin.pm;h=b703a0005e9bcc9dd3e5fcf4282c742062f3e387;hp=26479aad429cd9f0273817e523d4b352eb3e7a2b;hb=de28b8b2f575972f4c8ccb7f037db6f3b38860cf;hpb=5f3eda5a24d339e157734012513a9a8c047da3bb 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';