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