X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fless.t;h=3cca6fa7c911044d3d53a2a70f7c9c74b76fb506;hb=4c38808d92b95edd5d3bf512019007a1e4a385d9;hp=34dc054d3aaabfe519f8d477b7b340f42dea98f0;hpb=6d39ae0a91d0754337491916b28ae6bf3372c7be;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/less.t b/lib/less.t index 34dc054..3cca6fa 100644 --- a/lib/less.t +++ b/lib/less.t @@ -1,4 +1,4 @@ -#!./perl +#!./perl -w BEGIN { chdir 't' if -d 't'; @@ -7,7 +7,7 @@ BEGIN { use Test::More tests => 6; -use_ok( 'less' ); +BEGIN { use_ok( 'less' ) } is_deeply([less->of], [], 'more please'); use less;