EscapeHTML function
[perl/plp/.git] / t / 10-functions.t
index a6c6e920f7f7ce1d4d887a0fc4ddadaf0a052e29..ea76863ed1ae2aab11496ef50a6b4637af90539e 100644 (file)
@@ -2,9 +2,9 @@ use strict;
 
 use Test::More tests => 6;
 
-BEGIN { use_ok('PLP') }
+BEGIN { use_ok('PLP::Functions') }
 
-PLP::Functions->import();
+# legacy
 
 is(
        Entity(q{<a test="'&'"/>}),