[Module-build-checkins] Module-Build/lib/Module Build.pm,1.166,1.167
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2004-11-09 23:47:17
|
Update of /cvsroot/module-build/Module-Build/lib/Module In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9785/lib/Module Modified Files: Build.pm Log Message: Add some suggestions to the MANIFEST.SKIP section Index: Build.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v retrieving revision 1.166 retrieving revision 1.167 diff -C2 -d -r1.166 -r1.167 *** Build.pm 4 Nov 2004 01:42:40 -0000 1.166 --- Build.pm 9 Nov 2004 23:47:06 -0000 1.167 *************** *** 1397,1401 **** This is an action intended for use by module authors, not people installing modules. It will bring the F<MANIFEST> up to date with the ! files currently present in the distribution. You may use a F<MANIFEST.SKIP> file to exclude certain files or directories from inclusion in the F<MANIFEST>. F<MANIFEST.SKIP> should contain a bunch --- 1397,1401 ---- This is an action intended for use by module authors, not people installing modules. It will bring the F<MANIFEST> up to date with the ! files currently present in the distribution. You are encouraged to use a F<MANIFEST.SKIP> file to exclude certain files or directories from inclusion in the F<MANIFEST>. F<MANIFEST.SKIP> should contain a bunch *************** *** 1412,1415 **** --- 1412,1417 ---- ~$ \.bak$ + \.tmp$ + \.x~~$ ^MANIFEST\.SKIP$ CVS |