use strict and warnings consistently in tests
[p5sagit/Class-C3-Componentised.git] / t / 00-load.t
index d593da8..4317411 100644 (file)
@@ -1,3 +1,5 @@
+use strict;
+use warnings;
 use Test::More tests => 1;
 
 BEGIN {