Generate MANIFEST from MANIFEST.SKIP.
Florian Ragwitz [Sun, 28 Mar 2010 21:51:39 +0000 (23:51 +0200)]
.gitignore
MANIFEST [deleted file]
MANIFEST.SKIP [new file with mode: 0644]

index 14178cd..0ebe9af 100644 (file)
@@ -7,8 +7,8 @@ blib
 build
 inc
 pm_to_blib
-#MANIFEST*
-#!MANIFEST.SKIP
+MANIFEST*
+!MANIFEST.SKIP
 Debian*
 README
 Catalyst-Authentication-Realm-Adaptor-*
diff --git a/MANIFEST b/MANIFEST
deleted file mode 100644 (file)
index 00074a7..0000000
--- a/MANIFEST
+++ /dev/null
@@ -1,8 +0,0 @@
-Changes
-MANIFEST
-Makefile.PL
-README
-lib/Catalyst/Authentication/Realm/Adaptor.pm
-t/00-load.t
-t/pod-coverage.t
-t/pod.t
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
new file mode 100644 (file)
index 0000000..29615d7
--- /dev/null
@@ -0,0 +1,8 @@
+^\.
+build\b
+blib\b
+\.(?:bak|o|c|bs)$
+^Makefile$
+^Makefile.old$
+^Debian
+^Catalyst-Authentication-Realm-Adaptor-