Skip Menu |

This queue is for tickets about the Number-Format CPAN distribution.

Report information
The Basics
Id: 38020
Status: resolved
Priority: 0/
Queue: Number-Format

People
Owner: WRW [...] cpan.org
Requestors: CHORNY [...] cpan.org
Cc: better
Makefile.PL
AdminCc:

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



CC: better Makefile.PL
-- Alexandr Ciornii, http://chorny.net
Subject: Makefile.PL
use 5.008; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'Number::Format', 'VERSION_FROM' => 'Format.pm', # finds $VERSION PREREQ_PM => { 'Test::More' => 0, }, ($ExtUtils::MakeMaker::VERSION ge '6.31'? ('LICENSE' => 'perl', ) : ()), AUTHOR => 'William R. Ward <wrw@'.'cpan.org>', ABSTRACT => 'formatting numbers', );
I don't see any request described here.
May 04 14:21:00 2009, WRW wrote: Show quoted text
> I don't see any request described here.
Sorry, I was too brief. Better Makefile.PL is attached to my previous message. -- Alexandr Ciornii, http://chorny.net
Attachment contained: use 5.008; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'Number::Format', 'VERSION_FROM' => 'Format.pm', # finds $VERSION PREREQ_PM => { 'Test::More' => 0, }, ($ExtUtils::MakeMaker::VERSION ge '6.31'? ('LICENSE' => 'perl', ) : ()), AUTHOR => 'William R. Ward <wrw@'.'cpan.org>', ABSTRACT => 'formatting numbers', );
May 04 14:33:20 2009, WRW wrote: Show quoted text
> Attachment contained:
Yes, this Makefile.PL will generate more comprehensive META.yml. -- Alexandr Ciornii, http://chorny.net
This will be included in the next release (likely 1.72)
Fixed in release 1.72