Re: easy bug? META.yml spec
[email protected] (David E . Wheeler)
| Newsgroups | perl.module.build |
|---|---|
| Message-ID | <[email protected]> |
On Sep 28, 2008, at 03:34, Eric Wilhelm wrote:
> Anyone want to try to tackle this? I think it consists mostly of
> searching for qr/1\.2/ in the source and checking whether we are
> missing anything vs the new spec.
>
> http://rt.cpan.org/Ticket/Display.html?id=37478
Index: Base.pm
===================================================================
--- Base.pm (revision 11888)
+++ Base.pm (working copy)
@@ -3500,7 +3500,7 @@
$add_node->('generated_by', "Module::Build version
$Module::Build::VERSION");
$add_node->('meta-spec',
- {version => '1.2',
+ {version => '1.4',
url => 'http://module-build.sourceforge.net/META-spec-v1.2.html'
,
});
Best,
David