Remove MANIFEST. Generate it from MANIFEST.SKIP.
Florian Ragwitz [Fri, 20 Feb 2009 13:37:39 +0000 (14:37 +0100)]
MANIFEST [deleted file]
MANIFEST.SKIP [new file with mode: 0644]

diff --git a/MANIFEST b/MANIFEST
deleted file mode 100644 (file)
index 3466c71..0000000
--- a/MANIFEST
+++ /dev/null
@@ -1,28 +0,0 @@
-Changes
-inc/Module/AutoInstall.pm
-inc/Module/Install.pm
-inc/Module/Install/AutoInstall.pm
-inc/Module/Install/Base.pm
-inc/Module/Install/Can.pm
-inc/Module/Install/Fetch.pm
-inc/Module/Install/Include.pm
-inc/Module/Install/Makefile.pm
-inc/Module/Install/Metadata.pm
-inc/Module/Install/Win32.pm
-inc/Module/Install/WriteAll.pm
-lib/namespace/clean.pm
-Makefile.PL
-MANIFEST                       This list of files
-META.yml
-README
-t/00-basic.t
-t/01-function-wipeout.t
-t/02-inheritance.t
-t/03-unimport.t
-t/04-except.t
-t/lib/ExporterTest.pm
-t/lib/FunctionWipeout.pm
-t/lib/Inheritance.pm
-t/lib/Unimport.pm
-t_author/10-pod.t
-t_author/11-pod-coverage.t
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
new file mode 100644 (file)
index 0000000..50845b2
--- /dev/null
@@ -0,0 +1,9 @@
+^\.
+build\b
+blib\b
+\.(?:bak|o|c|bs)$
+^Makefile$
+^Makefile.old$
+^Debian
+^namespace-clean-
+^MANIFEST.(?:SKIP|bak)$