Author: kwilliams
Date: Tue Jul 25 21:22:46 2006
New Revision: 6717
Modified:
Module-Build/trunk/Changes
Log:
Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes (original)
+++ Module-Build/trunk/Changes Tue Jul 25 21:22:46 2006
@@ -5,6 +5,11 @@
- 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.