X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Plugin.pm;h=26479aad429cd9f0273817e523d4b352eb3e7a2b;hp=5b84612f64e9e5aab60691897fa13bdb868164ad;hb=06641849094f807d8762e328b5077e54b299f5e2;hpb=2271b6d1ae428e049a8789a04cde87a812b0830f diff --git a/Plugin.pm b/Plugin.pm index 5b84612..26479aa 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.06'; # All engines should subclass the core Regexp package our @ISA = 'Regexp';