]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - Plugin.pm
This is 0.11
[perl/modules/re-engine-Plugin.git] / Plugin.pm
index ad5e21949986b2847c1f0704325ce897fa9ba7f2..cc6d6e7ace52dcee56f17c302375bdce8621019e 100644 (file)
--- a/Plugin.pm
+++ b/Plugin.pm
@@ -6,7 +6,7 @@ use strict;
 our ($VERSION, @ISA);
 
 BEGIN {
- $VERSION = '0.10';
+ $VERSION = '0.11';
  # All engines should subclass the core Regexp package
  @ISA = 'Regexp';
  require XSLoader;