increment $VERSION after 0.26 release
[p5sagit/Sub-Name.git] / t / smoke.t
index 763abcc..d5ab217 100644 (file)
--- a/t/smoke.t
+++ b/t/smoke.t
@@ -3,7 +3,7 @@ use warnings;
 
 BEGIN { $^P |= 0x210 }
 
-use Test::More 0.88;
+use Test::More tests => 10;
 use Sub::Name;
 
 my $x = subname foo => sub { (caller 0)[3] };
@@ -40,5 +40,4 @@ for ("Blork:: Bar!", "Foo::Bar::Baz") {
     ::is($DB::sub{$_}, $anon);
 }
 
-::done_testing;
 # vim: ft=perl