add strict + warnings to tests
[dbsrgits/DBIx-Class-DateTime-Epoch.git] / t / 99-pod.t
index 437887a..d6e05a9 100644 (file)
@@ -1,3 +1,6 @@
+use strict;
+use warnings;
+
 use Test::More;
 eval "use Test::Pod 1.00";
 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;