Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Sub-Exporter-Progressive CPAN distribution.

Report information
The Basics
Id: 84211
Status: resolved
Priority: 0/
Queue: Sub-Exporter-Progressive

People
Owner: Nobody in particular
Requestors: miyagawa [...] gmail.com
Cc:
AdminCc:

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



Subject: Bad NAME in Makefile.PL
Date: Mon, 25 Mar 2013 20:29:58 -0700
To: bug-Sub-Exporter-Progressive [...] rt.cpan.org
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
Name in Makefile.PL must be "Sub::Exporter::Progressive", not "Sub-Exporter-Progressive". http://search.cpan.org/dist/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm NAME The package representing the distribution. For example, Test::More or ExtUtils::MakeMaker. It will be used to derive information about the distribution such as the DISTNAME, installation locations within the Perl library and where XS files will be looked for by default (see XS). NAME must be a valid Perl package name and it must have an associated .pm file. For example, Foo::Bar is a valid NAME and there must exist Foo/Bar.pm. Any XS code should be in Bar.xs unless stated otherwise. Your distribution must have a NAME. -- Tatsuhiko Miyagawa
On Mon Mar 25 23:30:28 2013, miyagawa@gmail.com wrote: Show quoted text
> Name in Makefile.PL must be "Sub::Exporter::Progressive", not > "Sub-Exporter-Progressive". > > http://search.cpan.org/dist/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm > > NAME > The package representing the distribution. For example, Test::More or > ExtUtils::MakeMaker. It will be used to derive information about the > distribution such as the DISTNAME, installation locations within the > Perl library and where XS files will be looked for by default (see > XS). > > NAME must be a valid Perl package name and it must have an associated > .pm file. For example, Foo::Bar is a valid NAME and there must exist > Foo/Bar.pm. Any XS code should be in Bar.xs unless stated otherwise. > > Your distribution must have a NAME.
This has already been fixed in the repository, see RT#83932 :-) Leon
Subject: Re: [rt.cpan.org #84211] Bad NAME in Makefile.PL
Date: Tue, 26 Mar 2013 12:45:25 -0700
To: bug-sub-exporter-progressive <bug-Sub-Exporter-Progressive [...] rt.cpan.org>
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
OK, so can one of you make a release please? :) On Tue, Mar 26, 2013 at 4:25 AM, Leon Timmermans via RT <bug-Sub-Exporter-Progressive@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=84211 > > > On Mon Mar 25 23:30:28 2013, miyagawa@gmail.com wrote:
>> Name in Makefile.PL must be "Sub::Exporter::Progressive", not >> "Sub-Exporter-Progressive". >> >> http://search.cpan.org/dist/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm >> >> NAME >> The package representing the distribution. For example, Test::More or >> ExtUtils::MakeMaker. It will be used to derive information about the >> distribution such as the DISTNAME, installation locations within the >> Perl library and where XS files will be looked for by default (see >> XS). >> >> NAME must be a valid Perl package name and it must have an associated >> .pm file. For example, Foo::Bar is a valid NAME and there must exist >> Foo/Bar.pm. Any XS code should be in Bar.xs unless stated otherwise. >> >> Your distribution must have a NAME.
> > This has already been fixed in the repository, see RT#83932 :-) > > Leon
-- Tatsuhiko Miyagawa
released