Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
kenahoo committed Sep 8, 2006
1 parent d5f59cc commit 0e4ffba
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Changes
@@ -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
Expand All @@ -20,9 +20,15 @@ Revision history for Perl extension Module::Build.
- 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

Expand Down

0 comments on commit 0e4ffba

Please sign in to comment.