From fe920090cb0c0c0ab9210f2b50e9a3805ef9d34b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 8 Jul 2011 23:45:19 -0500 Subject: don't need to qualify the package here --- lib/smartmatch/engine/core.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/smartmatch/engine/core.pm b/lib/smartmatch/engine/core.pm index 60c546b..952bbcc 100644 --- a/lib/smartmatch/engine/core.pm +++ b/lib/smartmatch/engine/core.pm @@ -17,7 +17,7 @@ if (!$smartmatch::engine::core::USE_PP) { exists $smartmatch::engine::core::{VERSION} ? ${ $smartmatch::engine::core::{VERSION} } : (), ); - smartmatch::engine::core::init(__PACKAGE__->can('match')); + init(__PACKAGE__->can('match')); } use B; -- cgit v1.2.3