]> 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 4909b9243ad4e22c15322e0737b1bc678db0649f..60ca1100a9a373922ed309733b26e74198c48a2c 100644 (file)
--- a/t/pod.t
+++ b/t/pod.t
@@ -1,6 +1,7 @@
-#!perl
-
+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.021304 seconds and 4 git commands to generate.