summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-07-08 23:36:05 -0500
committerJesse Luehrs <doy@tozt.net>2011-07-08 23:38:20 -0500
commit9c5d26a97c2090c4aee61e1fc8e1a86f8adbb07e (patch)
treee353eef405bbadb0dbc102a0d0f80ca3ec4cc4e7 /lib
parentd956ea977290fb71f494b015ea905f6dd1d407e2 (diff)
downloadsmartmatch-9c5d26a97c2090c4aee61e1fc8e1a86f8adbb07e.tar.gz
smartmatch-9c5d26a97c2090c4aee61e1fc8e1a86f8adbb07e.zip
don't need to qualify this with the package name0.01
Diffstat (limited to 'lib')
-rw-r--r--lib/smartmatch.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/smartmatch.pm b/lib/smartmatch.pm
index c7b67f6..fb6e038 100644
--- a/lib/smartmatch.pm
+++ b/lib/smartmatch.pm
@@ -62,11 +62,11 @@ sub import {
$cb = $engine->can('match') unless ref($cb);
}
- smartmatch::register($cb);
+ register($cb);
}
sub unimport {
- smartmatch::unregister();
+ unregister();
}
=head1 BUGS