this is broken, need to integrate the new Class::MOP stuff,.. this might take a while
[gitmo/Moose.git] / t / 103_subclass_use_base_bug.t
index 8d45bc7..6052f83 100644 (file)
@@ -18,8 +18,6 @@ a metaclass initialized for it correctly.
 
 {
     package Foo; 
-    use strict;
-    use warnings;
     use Moose; 
 
     package Bar;