merge trunk to pluggable errors
[gitmo/Moose.git] / t / 020_attributes / 004_attribute_triggers.t
index b5cf34e..0695dc3 100644 (file)
@@ -5,12 +5,10 @@ use warnings;
 
 use Scalar::Util 'isweak';
 
-use Test::More tests => 26;
+use Test::More tests => 25;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');           
-}
+
 
 {
     package Foo;