summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-07-08 23:45:19 -0500
committerJesse Luehrs <doy@tozt.net>2011-07-08 23:45:19 -0500
commitfe920090cb0c0c0ab9210f2b50e9a3805ef9d34b (patch)
tree4a433966a913897bd6e29e59604ef0f2961829ba
parent607e637ce6a443b2762a363dc797d7ebcd86c425 (diff)
downloadsmartmatch-engine-core-fe920090cb0c0c0ab9210f2b50e9a3805ef9d34b.tar.gz
smartmatch-engine-core-fe920090cb0c0c0ab9210f2b50e9a3805ef9d34b.zip
don't need to qualify the package here
-rw-r--r--lib/smartmatch/engine/core.pm2
1 files changed, 1 insertions, 1 deletions
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;