merge trunk to pluggable errors
[gitmo/Moose.git] / t / 020_attributes / 019_attribute_lazy_initializer.t
index 2c6f9ac..6735822 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 24;
+use Test::More tests => 23;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');           
-}
+
 
 {
     package Foo;