fix for prototype undecl issue when type constraint utils loaded before consumers...
[gitmo/Moose.git] / t / 031_attribute_writer_generation.t
index a76bf49..8b5e0e2 100644 (file)
@@ -14,8 +14,6 @@ BEGIN {
 
 {
     package Foo;
-    use strict;
-    use warnings;
     use Moose;
     
     eval {