fix for prototype undecl issue when type constraint utils loaded before consumers...
[gitmo/Moose.git] / t / 054_util_type_coercion.t
index e1f7f42..c483323 100644 (file)
@@ -12,8 +12,6 @@ BEGIN {
 
 {
     package HTTPHeader;
-    use strict;
-    use warnings;
     use Moose;
     
     has 'array' => (is => 'ro');