From 9c5d26a97c2090c4aee61e1fc8e1a86f8adbb07e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 8 Jul 2011 23:36:05 -0500 Subject: don't need to qualify this with the package name --- lib/smartmatch.pm | 4 ++-- 1 file 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 -- cgit v1.2.3