From: Ævar Arnfjörð Bjarmason Date: Tue, 19 Aug 2008 11:46:43 +0000 (+0000) Subject: Bump version to 0.05 X-Git-Tag: v0.05~3 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=2fe84543333001d29ca366aeb8e795de7ef7772e Bump version to 0.05 --- 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';