X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fnew.t;h=2be36cde63edc372398213a042a9e70835b55837;hb=8aa609aed8c1042b5c9ffa49b4363eabde131d53;hp=dc1d6ede535cf9a3589c870eed1d91d118bd9396;hpb=022eb0ccc2f4226b13e399572f9df7326fb52e1e;p=p5sagit%2FDevel-Declare.git diff --git a/t/new.t b/t/new.t index dc1d6ed..2be36cd 100644 --- 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;