summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;