update MANIFEST correctly (use MANIFEST.SKIP instead of ignore.txt)

next
Michael Stapelberg 2010-03-13 18:30:46 +01:00
parent 4c6b8f91e0
commit f6a2605610
3 changed files with 12 additions and 16 deletions

View File

@ -1,21 +1,18 @@
Changes
ignore.txt
inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/AnyEvent/I3.pm
Makefile.PL
MANIFEST
MANIFEST.SKIP
META.yml
README
t/00-load.t
t/01-workspaces.t
t/02-constants.t
t/boilerplate.t
t/manifest.t
t/pod-coverage.t

11
MANIFEST.SKIP Normal file
View File

@ -0,0 +1,11 @@
^\.git/
\.bak$
blib/
Makefile
Makefile.old
Build
Build.bat
^pm_to_blib
\.tar\.gz$
^pod2htm(.*).tmp$
^AnyEvent-I3-

View File

@ -1,12 +0,0 @@
blib*
Makefile
Makefile.old
Build
Build.bat
_build*
pm_to_blib*
*.tar.gz
.lwpcookies
cover_db
pod2htm*.tmp
AnyEvent-I3-*