Author: kwilliams
Date: Thu Sep 7 19:57:55 2006
New Revision: 6870
Modified:
Module-Build/trunk/Changes
Log:
Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes (original)
+++ Module-Build/trunk/Changes Thu Sep 7 19:57:55 2006
@@ -1,6 +1,6 @@
Revision history for Perl extension Module::Build.
-0.2806
+0.2805_01 Thu Sep 7 21:57:29 CDT 2006
- Because of a weird behavior of YAML::Node, any distribution that
used version.pm objects to define their versions was generating the
@@ -20,9 +20,15 @@
- Added a 'retest' action that lets users run the current regression
tests on a previously-installed version of a distribution.
- - Instead of storing an entire dump of the Config.pm hash in the
+ * Instead of storing an entire dump of the Config.pm hash in the
_build/ directory upon startup, we now just store any overrides the
- user or author has specified. [Idea originally by Randy Sims]
+ user or author has specified. Note that if you were doing anything
+ you weren't supposed to be doing, like poking around in the
+ internals of $buld->{config}, your code might break, so I've put
+ the asterisk of incompatibility on this one just to cover my
+ tuchus. [Idea originally by Randy Sims]
+
+ - Made copying files via the copy_if_modified() a little less chatty.
0.2805 Sat Jul 29 22:01:24 CDT 2006