Updated props
[dbsrgits/DBIx-Class-UUIDColumns.git] / t / manifest.t
index 5a6206f..8367a8b 100644 (file)
@@ -1,22 +1,22 @@
-#!perl -wT\r
-# $Id: manifest.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::CheckManifest 0.09';\r
-    if($@) {\r
-        plan skip_all => 'Test::CheckManifest 0.09 not installed';\r
-    };\r
-};\r
-\r
-ok_manifest({\r
-    exclude => ['/t/var', '/cover_db'],\r
-    filter  => [qr/\.svn/, qr/cover/, qr/Build(.(PL|bat))?/, qr/_build/],\r
-    bool    => 'or'\r
-});\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::CheckManifest 0.09';
+    if($@) {
+        plan skip_all => 'Test::CheckManifest 0.09 not installed';
+    };
+};
+
+ok_manifest({
+    exclude => ['/t/var', '/cover_db'],
+    filter  => [qr/\.svn/, qr/cover/, qr/Build(.(PL|bat))?/, qr/_build/],
+    bool    => 'or'
+});