RT#22364 (ASH) hopefully fixed with updated prereq
[dbsrgits/DBIx-Class-UUIDColumns.git] / t / manifest.t
diff --git a/t/manifest.t b/t/manifest.t
new file mode 100644 (file)
index 0000000..5a6206f
--- /dev/null
@@ -0,0 +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