]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blobdiff - t/pod-coverage.t
added use strict and use warnings to all tests + perltidy
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / pod-coverage.t
index 14bc1ca41543626556166205c1d54962ea257bf7..e24bccb077b33771d003fb7fa0ca87d796d22d45 100644 (file)
@@ -1,6 +1,9 @@
-#!perl
-
+use strict;
+use warnings;
 use Test::More;
+
 eval "use Test::Pod::Coverage 1.04";
-plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
+plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage"
+    if $@;
+
 all_pod_coverage_ok();
This page took 0.01623 seconds and 4 git commands to generate.