Discussion:
[rt.cpan.org #116453] Prototype mismatch Windows 7 Strawberry Perl 24
(too old to reply)
Malcolm via RT
2016-07-25 14:20:16 UTC
Permalink
Mon Jul 25 10:20:16 2016: Request 116453 was acted upon.
Transaction: Ticket created by ***@verizon.net
Queue: PAR-Packer
Subject: Prototype mismatch Windows 7 Strawberry Perl 24
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: ***@verizon.net
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=116453 >


Windows 7, perl 5, version 24, subversion 0 (v5.24.0) built for
MSWin32-x64-multi-thread

F:\PAR-Packer-1.035>perl Makefile.PL
Prototype mismatch: sub main::prompt: none vs () at
C:/Perl/perl/lib/ExtUtils/MakeMaker.pm line 240.
Generating a dmake-style Makefile
Writing Makefile for PAR::Packer
Writing MYMETA.yml and MYMETA.json
Malcolm via RT
2016-07-25 14:33:14 UTC
Permalink
Mon Jul 25 10:33:14 2016: Request 116453 was acted upon.
Transaction: Correspondence added by ***@verizon.net
Queue: PAR-Packer
Subject: Re: [rt.cpan.org #116453] AutoReply: Prototype mismatch Windows 7 Strawberry Perl 24
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: ***@verizon.net
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=116453 >


The problem went away when I put the paths to Perl near the top of the
environment variable path list.

Please close this ticket
Greetings,
This message has been automatically generated in response to the
"Prototype mismatch Windows 7 Strawberry Perl 24",
a summary of which appears below.
There is no need to reply to this message right now. Your ticket has been
assigned an ID of [rt.cpan.org #116453]. Your ticket is accessible
https://rt.cpan.org/Ticket/Display.html?id=116453
[rt.cpan.org #116453]
in the subject line of all future correspondence about this issue. To do so,
you may reply to this message.
Thank you,
-------------------------------------------------------------------------
Windows 7, perl 5, version 24, subversion 0 (v5.24.0) built for
MSWin32-x64-multi-thread
F:\PAR-Packer-1.035>perl Makefile.PL
Prototype mismatch: sub main::prompt: none vs () at
C:/Perl/perl/lib/ExtUtils/MakeMaker.pm line 240.
Generating a dmake-style Makefile
Writing Makefile for PAR::Packer
Writing MYMETA.yml and MYMETA.json
Roderich Schupp via RT
2016-07-25 16:43:08 UTC
Permalink
Mon Jul 25 12:43:02 2016: Request 116453 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: Prototype mismatch Windows 7 Strawberry Perl 24
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: ***@verizon.net
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=116453 >
Post by Malcolm via RT
The problem went away when I put the paths to Perl near the top of the
environment variable path list.
Please close this ticket
Actually, this is caused by inc::Module::Install::Makefile and ExtUtils::MakeMaker both defining a sub "prompt", but with prototypes none v ($;$). Sorry, it's harmless, but beyond my control.

Cheers, Roderich

Loading...