]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - Plugin.pm
Bump copyright year
[perl/modules/re-engine-Plugin.git] / Plugin.pm
index 2177dfdacecae5948b5fe722bc5229932d4991c1..df2a9f61fcb251818845411a34386164ecf6e73e 100644 (file)
--- a/Plugin.pm
+++ b/Plugin.pm
@@ -1,12 +1,12 @@
 # See Plugin.pod for documentation
 package re::engine::Plugin;
-use 5.009005;
+use 5.010;
 use strict;
 
 our ($VERSION, @ISA);
 
 BEGIN {
- $VERSION = '0.07';
+ $VERSION = '0.08';
  # All engines should subclass the core Regexp package
  @ISA = 'Regexp';
  require XSLoader;