From: gfx Date: Wed, 7 Oct 2009 04:50:22 +0000 (+0900) Subject: Fix t/010_basics/007_always_strict_warnings.t; Now Mouse::Exporter exists. X-Git-Tag: 0.37_03~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0421f7e08cdd6c6ed5b8dd9435109c88070c23f8;p=gitmo%2FMouse.git Fix t/010_basics/007_always_strict_warnings.t; Now Mouse::Exporter exists. --- diff --git a/t/010_basics/007_always_strict_warnings.t b/t/010_basics/007_always_strict_warnings.t index 6de1617..0c65f9e 100755 --- a/t/010_basics/007_always_strict_warnings.t +++ b/t/010_basics/007_always_strict_warnings.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -use Test::More tests => 10; +use Test::More tests => 15; # for classes ... { @@ -45,8 +45,6 @@ use Test::More tests => 10; ::like($warn, qr/Argument \"hello\" isn\'t numeric in addition \(\+\)/, '.. and it is the right warning'); } } -__END__ -# Mouse::Export does not yet exist # and for exporters {