[Module-build-checkins] Module-Build Build.PL,1.47,1.48 Changes,1.313,1.314
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2004-11-15 18:39:02
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27503 Modified Files: Build.PL Changes Log Message: Make script_files a bit smarter Index: Build.PL =================================================================== RCS file: /cvsroot/module-build/Module-Build/Build.PL,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** Build.PL 4 Nov 2004 01:42:40 -0000 1.47 --- Build.PL 15 Nov 2004 18:38:49 -0000 1.48 *************** *** 29,32 **** --- 29,33 ---- 'ExtUtils::Install' => 0, 'IO::File' => 0, + 'IO::Dir' => 0, 'Cwd' => 0, 'Text::ParseWords' => 0, Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.313 retrieving revision 1.314 diff -C2 -d -r1.313 -r1.314 *** Changes 12 Nov 2004 02:27:01 -0000 1.313 --- Changes 15 Nov 2004 18:38:49 -0000 1.314 *************** *** 30,33 **** --- 30,42 ---- build/install sequences. + - Have script_files default to everything in bin. I believe this is + the least surprising behavior. [Suggested by Michael Schwern] + + - If script_files is given a directory, consider each file in that + directory tree as a script to be installed. This avoids having to + remember to add to the script_files list every time you add a + program. [Suggested by Michael Schwern] + + 0.2602 (Bug fix for 0.26) Thu Nov 4 11:19:29 CST 2004 |