X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F010_basics%2F007_always_strict_warnings.t;h=0c65f9ed7a9b5b53ff14dc1adbe95ffccd039865;hb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;hp=afce556d13a7b1ac56a6f83eaa68607534d0bd8d;hpb=fde8e43f95fe996fbc2a778aa259feeb04552171;p=gitmo%2FMouse.git diff --git a/t/010_basics/007_always_strict_warnings.t b/t/010_basics/007_always_strict_warnings.t index afce556..0c65f9e 100644 --- a/t/010_basics/007_always_strict_warnings.t +++ b/t/010_basics/007_always_strict_warnings.t @@ -1,9 +1,6 @@ #!/usr/bin/perl -# This is automatically generated by author/import-moose-test.pl. -# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!! -use t::lib::MooseCompat; -use Test::More; +use Test::More tests => 15; # for classes ... { @@ -70,5 +67,3 @@ use Test::More; ::like($warn, qr/Argument \"hello\" isn\'t numeric in addition \(\+\)/, '.. and it is the right warning'); } } - -done_testing;