From: Florian Ragwitz Date: Fri, 20 Feb 2009 13:37:39 +0000 (+0100) Subject: Remove MANIFEST. Generate it from MANIFEST.SKIP. X-Git-Tag: 0.10~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fnamespace-clean.git;a=commitdiff_plain;h=4793728b3e41378e9796bff687a1083ade24bd3f Remove MANIFEST. Generate it from MANIFEST.SKIP. --- diff --git a/MANIFEST b/MANIFEST deleted file mode 100644 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 index 0000000..50845b2 --- /dev/null +++ b/MANIFEST.SKIP @@ -0,0 +1,9 @@ +^\. +build\b +blib\b +\.(?:bak|o|c|bs)$ +^Makefile$ +^Makefile.old$ +^Debian +^namespace-clean- +^MANIFEST.(?:SKIP|bak)$