Skip Menu |

This queue is for tickets about the Module-Install CPAN distribution.

Report information
The Basics
Id: 30318
Status: resolved
Priority: 0/
Queue: Module-Install

People
Owner: Nobody in particular
Requestors: domm [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.67
Fixed in: (no value)



Subject: META.yml field author has to be an array
The META.yml spec defines the field 'author' to be a 'list of strings': http://module-build.sourceforge.net/META-spec-current.html#author Module::Install creates META.yml files with a plain string author: author: 'Audrey Tang <autrijus@autrijus.org>' According to the Spec, this should look like: author: - 'Audrey Tang <autrijus@autrijus.org>' BTW, this Bug is related to 16569
From: rjbs [...] cpan.org
On Sun Oct 28 13:09:08 2007, DOMM wrote: Show quoted text
> The META.yml spec defines the field 'author' to be a 'list of strings': > http://module-build.sourceforge.net/META-spec-current.html#author
I fixed this in svn some days ago, and am just waiting on a release. -- rjbs
Subject: Re: [rt.cpan.org #30318] META.yml field author has to be an array
Date: Wed, 31 Oct 2007 11:06:33 +1100
To: bug-Module-Install [...] rt.cpan.org
From: "Adam Kennedy" <adamkennedybackup [...] gmail.com>
I plan to do a round of releases (Strawberry-related stuff + M:I) tonight. Adam K On 31/10/2007, Ricardo Signes via RT <bug-Module-Install@rt.cpan.org> wrote: Show quoted text
> > > Queue: Module-Install > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=30318 > > > On Sun Oct 28 13:09:08 2007, DOMM wrote:
> > The META.yml spec defines the field 'author' to be a 'list of strings': > > http://module-build.sourceforge.net/META-spec-current.html#author
> > I fixed this in svn some days ago, and am just waiting on a release. > > -- > rjbs >
Fixed by RJBS, committed and no released.