X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Plugin.pm;h=220dfdfd9b94ebb9fc6340e2b95d15563d98171d;hp=c693c44f2077612cb72cb0669208f521b0a3292c;hb=447aa9bcb55632cf669454868679169602a28fe2;hpb=2dd7bc5f80da4fe2220e28de1102641c239d084c diff --git a/Plugin.pm b/Plugin.pm index c693c44..220dfdf 100644 --- a/Plugin.pm +++ b/Plugin.pm @@ -5,7 +5,7 @@ use base 'Regexp'; use strict; use XSLoader (); -our $VERSION = '0.02'; +our $VERSION = '0.03'; XSLoader::load __PACKAGE__, $VERSION;