use strict and warnings consistently in tests
[p5sagit/Class-C3-Componentised.git] / t / lib / MyModule / ErrorComponent.pm
index 9f94b25..069bdbc 100644 (file)
@@ -1,7 +1,7 @@
 package # hide from PAUSE
     MyModule::ErrorComponent;
-use warnings;
 use strict;
+use warnings;
 
 # this is missing on purpose
 # 1;