gotta have a plan
[p5sagit/Devel-Declare.git] / t / pack.t
index c4711d4..d69e089 100644 (file)
--- a/t/pack.t
+++ b/t/pack.t
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use Test::More 'no_plan';
+use Test::More;
 
 sub class { $_[0]->(); }
 
@@ -20,3 +20,5 @@ class Foo::Bar {
 
 is($packname, 'Foo::Bar', 'Package saved ok');
 is(__PACKAGE__, 'main', 'Package scoped correctly');
+
+done_testing;