Bumping version to 0.006022
[p5sagit/Devel-Declare.git] / t / new.t
diff --git a/t/new.t b/t/new.t
index dc1d6ed..2be36cd 100644 (file)
--- a/t/new.t
+++ b/t/new.t
@@ -1,5 +1,7 @@
+use strict;
+use warnings;
 use Devel::Declare ();
-use Test::More qw(no_plan);
+use Test::More 0.88;
 
 {
   package FoomHandlers;
@@ -101,3 +103,5 @@ use Test::More qw(no_plan);
 
   ::is(foom KABOOM (zoom), "happy foom: KABOOM; zoom", "foom KABOOM (zoom)");
 }
+
+done_testing;