Updated props
[dbsrgits/DBIx-Class-UUIDColumns.git] / t / pod_coverage.t
index c5aad16..c77d2af 100644 (file)
@@ -1,23 +1,23 @@
-#!perl -wT\r
-# $Id: pod_coverage.t 3236 2007-05-05 16:24:35Z claco $\r
-use strict;\r
-use warnings;\r
-\r
-BEGIN {\r
-    use lib 't/lib';\r
-    use DBIC::Test;\r
-\r
-    plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};\r
-\r
-    eval 'use Test::Pod::Coverage 1.04';\r
-    plan skip_all => 'Test::Pod::Coverage 1.04' if $@;\r
-\r
-    eval 'use Pod::Coverage 0.14';\r
-    plan skip_all => 'Pod::Coverage 0.14 not installed' if $@;\r
-};\r
-\r
-my $trustme = {\r
-    trustme => [qr/^(g|s)et_component_class$/]\r
-};\r
-\r
-all_pod_coverage_ok($trustme);\r
+#!perl -wT
+# $Id$
+use strict;
+use warnings;
+
+BEGIN {
+    use lib 't/lib';
+    use DBIC::Test;
+
+    plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};
+
+    eval 'use Test::Pod::Coverage 1.04';
+    plan skip_all => 'Test::Pod::Coverage 1.04' if $@;
+
+    eval 'use Pod::Coverage 0.14';
+    plan skip_all => 'Pod::Coverage 0.14 not installed' if $@;
+};
+
+my $trustme = {
+    trustme => [qr/^(g|s)et_component_class$/]
+};
+
+all_pod_coverage_ok($trustme);