]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blobdiff - t/pod.t
added use strict and use warnings to all tests + perltidy
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / pod.t
diff --git a/t/pod.t b/t/pod.t
index 976d7cdfb2a829b1383ffe12570180e25c14668c..60ca1100a9a373922ed309733b26e74198c48a2c 100644 (file)
--- a/t/pod.t
+++ b/t/pod.t
@@ -1,6 +1,7 @@
-#!perl -T
-
+use strict;
+use warnings;
 use Test::More;
+
 eval "use Test::Pod 1.14";
 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
 all_pod_files_ok();
This page took 0.01694 seconds and 4 git commands to generate.