Fix t/010_basics/007_always_strict_warnings.t; Now Mouse::Exporter exists.
gfx [Wed, 7 Oct 2009 04:50:22 +0000 (13:50 +0900)]
t/010_basics/007_always_strict_warnings.t

index 6de1617..0c65f9e 100755 (executable)
@@ -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
 {