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 Jul 26, 2006
1 parent d31e342 commit ecd1d03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Revision history for Perl extension Module::Build.
- Fix some test warnings (or failures?) related to version.pm
numification. [John Peacock]

- The top-level 'version' entry in META.yml files we'd generated was
in the wrong format (it was being treated as a version.pm object
rather than a serialized copy) due to a weird YAML::Node issue.
Fixed.

- Don't 'use base qw(version)' anymore in our M::B::Version wrapper,
just set @ISA directly, because some people have reported that the
'use base' line is croaking.
Expand Down

0 comments on commit ecd1d03

Please sign in to comment.