summaryrefslogtreecommitdiffstats
path: root/lib/smartmatch.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/smartmatch.pm')
-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