limit what add-package.pl might try to delete
authorDavid Golden <dagolden@cpan.org>
Tue, 7 Jul 2009 08:10:33 +0000 (04:10 -0400)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Tue, 7 Jul 2009 08:16:08 +0000 (10:16 +0200)
commit58118e0c79aaf5b753f6cd3cb5a0f4c1eb3ec55b
tree61e80ec45b3e0812c5cdeac170f555a5f98b273f
parent75e3c8a32e5d9a53167aa1dbfdc9809cfea8cabf
limit what add-package.pl might try to delete

Old way looked in perl source for files matching exclude
list to delete.  New way looks only in source distribution.

This means that files already in perl source will need to be
manually removed, but avoids the risk that a bad exclusion
regex blows away unrelated things in the source tree.

Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Porting/add-package.pl