Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 020_attributes / 020_trigger_and_coerce.t
index 712cacf..5d102ba 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 12;
+use Test::More tests => 11;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');
-}
+
 
 {   
     package Fake::DateTime;