Skip Menu |

This queue is for tickets about the PAR-Packer CPAN distribution.

Report information
The Basics
Id: 116453
Status: resolved
Priority: 0/
Queue: PAR-Packer

People
Owner: Nobody in particular
Requestors: m.nooning [...] verizon.net
Cc:
AdminCc:

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



Subject: Prototype mismatch Windows 7 Strawberry Perl 24
Date: Mon, 25 Jul 2016 10:19:29 -0400
To: bug-PAR-Packer [...] rt.cpan.org
From: Malcolm <m.nooning [...] verizon.net>
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
Subject: Re: [rt.cpan.org #116453] AutoReply: Prototype mismatch Windows 7 Strawberry Perl 24
Date: Mon, 25 Jul 2016 10:32:43 -0400
To: bug-PAR-Packer [...] rt.cpan.org
From: Malcolm <m.nooning [...] verizon.net>
The problem went away when I put the paths to Perl near the top of the environment variable path list. Please close this ticket On 7/25/2016 10:20 AM, Bugs in PAR-Packer via RT wrote: Show quoted text
> Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "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 > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=116453 > > Please include the string: > > [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, > bug-PAR-Packer@rt.cpan.org > > ------------------------------------------------------------------------- > 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 > >
On 2016-07-25 10:33:14, m.nooning@verizon.net wrote: Show quoted text
> 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