[Module::Build] Yikes! Module::Build 0.2804 produces META.yml with version objects
Status: Beta
Brought to you by:
kwilliams
|
From: David G. <da...@hy...> - 2006-07-20 22:51:34
|
[cc'd to perl-qa for awareness of the issue]
The switch to version objects in Module::Build means that the generated
META.yml now has this:
name: Class-InsideOut
version: !!perl/hash:Module::Build::Version
original: 1.00
version:
- 1
- 0
That can't be good for backwards compatibility. I think that the
version object should be stringified when added to META.yml.
Regards,
David Golden
|