merge trunk to pluggable errors
[gitmo/Moose.git] / t / 020_attributes / 003_attribute_accessor_generation.t
index d8b3638..0355c2b 100644 (file)
@@ -3,14 +3,12 @@
 use strict;
 use warnings;
 
-use Test::More tests => 58;
+use Test::More tests => 57;
 use Test::Exception;
 
 use Scalar::Util 'isweak';
 
-BEGIN {
-    use_ok('Moose');           
-}
+
 
 {
     package Foo;