X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fback_compat.t;h=4e23b7d2ee813758badd75928a2ff09dfe2e3e6e;hb=a39434ca8405b55c5b39245e405ae96b16e224e0;hp=6c93eb313cc0ece30fcc1073b2eba19530087a31;hpb=312ab89fa9c3f147a7418c9f0c5899d362d59330;p=catagits%2FCatalyst-Devel.git diff --git a/t/back_compat.t b/t/back_compat.t index 6c93eb3..4e23b7d 100644 --- a/t/back_compat.t +++ b/t/back_compat.t @@ -3,11 +3,10 @@ use warnings; use FindBin qw/$Bin/; use File::Temp qw/tempfile/; use lib "$Bin/lib"; -use Data::Dumper; use MyTestHelper; -use Test::More tests => 3; +use Test::More; my $helper = bless {}, 'MyTestHelper'; @@ -38,3 +37,4 @@ my $contents; } is $contents, "foobartest_val\n"; +done_testing;