From: Mischa POSLAWSKY Date: Sat, 31 May 2008 19:30:19 +0000 (+0000) Subject: only test PLP::Functions in t/10-functions.t X-Git-Tag: 3.21~7 X-Git-Url: http://git.shiar.net/perl/plp/.git/commitdiff_plain/c867504b422dfa5cb72370fa828de007718a96b1 only test PLP::Functions in t/10-functions.t 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. --- diff --git a/t/10-functions.t b/t/10-functions.t index a6c6e92..c921339 100644 --- a/t/10-functions.t +++ b/t/10-functions.t @@ -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{}),