]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - Plugin.pm
Backported from 0.04_01
[perl/modules/re-engine-Plugin.git] / Plugin.pm
index 220dfdfd9b94ebb9fc6340e2b95d15563d98171d..062f152f2fc24f96dff4e97794784cea393edbd3 100644 (file)
--- a/Plugin.pm
+++ b/Plugin.pm
@@ -26,7 +26,7 @@ sub import
     my ($pkg, %sub) = @_;\r
 \r
     # Valid callbacks\r
-    my @callback = qw(comp exec intuit checkstr free dupe);\r
+    my @callback = qw(comp exec);\r
 \r
     for (@callback) {\r
         next unless exists $sub{$_};\r