Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4335
Modified Files:
Changes
Log Message:
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.318
retrieving revision 1.319
diff -C2 -d -r1.318 -r1.319
*** Changes 21 Nov 2004 15:25:51 -0000 1.318
--- Changes 28 Nov 2004 02:58:53 -0000 1.319
***************
*** 1,6 ****
--- 1,15 ----
Revision history for Perl extension Module::Build.
+
+ (pending checkins)
+
0.27_01 (Beta for 0.28)
+ - The creation of Unix man pages is no longer a strict necessity - it
+ has now been turned into an 'auto-feature' contingent on the
+ presence of Pod::Man, and when distributions are being built we
+ skip building man pages when there's no location specified for them
+ to go.
+
- When copying files in the 'distdir' action, set permissions to match
the original files. [Julian Mehnle]
***************
*** 30,33 ****
--- 39,44 ----
build/install sequences.
+ - Eliminated an undefined-variable warning when testing under perl 5.005
+
- Have script_files default to everything in bin. I believe this is
the least surprising behavior. [Suggested by Michael Schwern]
|