Skip Menu |

This queue is for tickets about the Data-Flow CPAN distribution.

Report information
The Basics
Id: 29004
Status: open
Priority: 0/
Queue: Data-Flow

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

Bug Information
Severity: Wishlist
Broken in: 0.09
Fixed in: (no value)



Subject: META.yml
This distribution lacks META.yml file. This file contains information that allows CPAN tools to be more effective. It is generated with `make dist`. Please use latest ExtUtils::MakeMaker and specify license. Example for WriteMakefile call in Makefile.PL (if license is perl): ($ExtUtils::MakeMaker::VERSION gt '6.30'? ('LICENSE' => 'perl', ) : ()), -- Alexandr Ciornii, http://chorny.net
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #29004] META.yml
Date: Mon, 27 Aug 2007 11:11:55 -0700
To: Alexandr Ciornii via RT <bug-Data-Flow [...] rt.cpan.org>
From: Ilya Zakharevich <nospam-abuse [...] ilyaz.org>
On Mon, Aug 27, 2007 at 04:07:46AM -0400, Alexandr Ciornii via RT wrote: Show quoted text
> > Mon Aug 27 04:07:43 2007: Request 29004 was acted upon. > Transaction: Ticket created by CHORNY > Queue: Data-Flow > Subject: META.yml > Broken in: 0.09 > Severity: Wishlist > Owner: Nobody > Requestors: CHORNY@cpan.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=29004 > > > > This distribution lacks META.yml file. This file contains information > that allows CPAN tools to be more effective. > It is generated with `make dist`. > Please use latest ExtUtils::MakeMaker and specify license. > Example for WriteMakefile call in Makefile.PL (if license is perl): > ($ExtUtils::MakeMaker::VERSION gt '6.30'? > ('LICENSE' => 'perl', ) : ()),
META.yml is autogenerated. If absent, and you need it, autogenerate it. Hope it helps, Ilya