only test PLP::Functions in t/10-functions.t
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 31 May 2008 19:30:19 +0000 (19:30 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 31 May 2008 20:00:12 +0000 (20:00 +0000)
Functions could be used seperately from the rest of PLP, so do not
require everything.  This test is covered by t/50-cgi.t now.

t/10-functions.t

index a6c6e920f7f7ce1d4d887a0fc4ddadaf0a052e29..c9213395440f738904383f5007afcd5b91eefc72 100644 (file)
@@ -2,9 +2,7 @@ use strict;
 
 use Test::More tests => 6;
 
-BEGIN { use_ok('PLP') }
-
-PLP::Functions->import();
+BEGIN { use_ok('PLP::Functions') }
 
 is(
        Entity(q{<a test="'&'"/>}),