From: Florian Ragwitz Date: Sun, 28 Mar 2010 21:51:39 +0000 (+0200) Subject: Generate MANIFEST from MANIFEST.SKIP. X-Git-Tag: 0.02~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Realm-Adaptor.git;a=commitdiff_plain;h=df977927ed600a22c50998bc2e0d6e9365ace53f Generate MANIFEST from MANIFEST.SKIP. --- diff --git a/.gitignore b/.gitignore index 14178cd..0ebe9af 100644 --- a/.gitignore +++ b/.gitignore @@ -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 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 index 0000000..29615d7 --- /dev/null +++ b/MANIFEST.SKIP @@ -0,0 +1,8 @@ +^\. +build\b +blib\b +\.(?:bak|o|c|bs)$ +^Makefile$ +^Makefile.old$ +^Debian +^Catalyst-Authentication-Realm-Adaptor-