use strict and warnings consistently in tests
[p5sagit/Class-C3-Componentised.git] / t / lib / MyModule / OwnComponent.pm
index b89b5fe..e9ca293 100644 (file)
@@ -1,5 +1,7 @@
 package # hide from pause
   MyModule::OwnComponent;
+use strict;
+use warnings;
 
 use MRO::Compat;
 use mro 'c3';