gotta have a plan
[p5sagit/Devel-Declare.git] / t / methinstaller-simple.t
index 6e082e0..3f8d33e 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
 use strict;
-use Test::More 'no_plan';
+use Test::More;
 
 my $Have_Devel_BeginLift;
 BEGIN {
@@ -124,3 +124,4 @@ is($o->$test_method2('this'), 'DeclareTest2, this', 'anon method with proto ok')
 
 is_deeply([ map { $_->() } @test_list ], [ 1, 2, 3, 4], 'binding ok');
 
+done_testing;