Skip Menu |

This queue is for tickets about the Plack-Handler-AnyEvent-HTTPD CPAN distribution.

Report information
The Basics
Id: 75047
Status: open
Priority: 0/
Queue: Plack-Handler-AnyEvent-HTTPD

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

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



Subject: inc/Module/Install incomplete, doesn't work without Module::Install
Without having Module::Install and a number of other modules installed, some directives in Makefile.PL won't work right out of the box: String found where operator expected at Makefile.PL line 4, near "readme_from 'lib/Plack/Handler/AnyEvent/HTTPD.pm'" (Do you need to predeclare readme_from?) syntax error at Makefile.PL line 4, near "readme_from 'lib/Plack/Handler/AnyEvent/HTTPD.pm'" Bareword "auto_set_repository" not allowed while "strict subs" in use at Makefile.PL line 14. Execution of Makefile.PL aborted due to compilation errors. I tried to resolve these by pulling the respective Module::Install extensions into inc/, but that leads into a morass of superfluous Ingy- dot-Net creations ... maybe just skip those directives?
Subject: Re: [rt.cpan.org #75047] inc/Module/Install incomplete, doesn't work without Module::Install
Date: Wed, 15 Feb 2012 19:48:24 -0800
To: "bug-Plack-Handler-AnyEvent-HTTPD [...] rt.cpan.org" <bug-Plack-Handler-AnyEvent-HTTPD [...] rt.cpan.org>
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
Just install them from CPAN if you want to develop on git. It isn't an issue when you install from CPAN distribution. Sent from my iPad On Feb 15, 2012, at 7:47 PM, Michael_Schilli via RT <bug-Plack-Handler-AnyEvent-HTTPD@rt.cpan.org> wrote: Show quoted text
> Wed Feb 15 22:47:04 2012: Request 75047 was acted upon. > Transaction: Ticket created by MSCHILLI > Queue: Plack-Handler-AnyEvent-HTTPD > Subject: inc/Module/Install incomplete, doesn't work without Module::Install > Broken in: 0.01 > Severity: (no value) > Owner: Nobody > Requestors: MSCHILLI@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=75047 > > > > Without having Module::Install and a number of other modules installed, > some directives in Makefile.PL won't work right out of the box: > > String found where operator expected at Makefile.PL line 4, near > "readme_from 'lib/Plack/Handler/AnyEvent/HTTPD.pm'" > (Do you need to predeclare readme_from?) > syntax error at Makefile.PL line 4, near "readme_from > 'lib/Plack/Handler/AnyEvent/HTTPD.pm'" > Bareword "auto_set_repository" not allowed while "strict subs" in use at > Makefile.PL line 14. > Execution of Makefile.PL aborted due to compilation errors. > > I tried to resolve these by pulling the respective Module::Install > extensions into inc/, but that leads into a morass of superfluous Ingy- > dot-Net creations ... maybe just skip those directives? >