Updated props
[dbsrgits/DBIx-Class-UUIDColumns.git] / t / pod_syntax.t
index 63c0224..80d4611 100644 (file)
@@ -1,16 +1,16 @@
-#!perl -wT\r
-# $Id: pod_syntax.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 1.00';\r
-    plan skip_all => 'Test::Pod 1.00 not installed' if $@;\r
-};\r
-\r
-all_pod_files_ok();\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 1.00';
+    plan skip_all => 'Test::Pod 1.00 not installed' if $@;
+};
+
+all_pod_files_ok();