Skip Menu |

This queue is for tickets about the Mail-Mbox-MessageParser CPAN distribution.

Report information
The Basics
Id: 103025
Status: resolved
Priority: 0/
Queue: Mail-Mbox-MessageParser

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

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



Subject: Running Makefile.PL fails (1.5100)
Error message: Output from '/usr/perl5.20.0/bin/perl Makefile.PL': Sort/Versions.pm did not return a true value at inc/Module/Install/GetProgramLocations.pm line 10. BEGIN failed--compilation aborted at inc/Module/Install/GetProgramLocations.pm line 10. Compilation failed in require at inc/Module/Install.pm line 307. *************************************************************************** NOTE: The optional module Benchmark::Timer (version 0.7100) is not installed. Install Benchmark::Timer if you want to run "make speedtest" Unknown function is found at Makefile.PL line 82. Execution of Makefile.PL aborted due to runtime errors. If you're a contributor to a project, you may need to install some Module::Install extensions from CPAN (or other repository). If you're a user of a module, please contact the author.
From: paul [...] city-fan.org
On Mon Mar 23 04:24:02 2015, SREZIC wrote: Show quoted text
> Error message: > > Output from '/usr/perl5.20.0/bin/perl Makefile.PL': > > Sort/Versions.pm did not return a true value at > inc/Module/Install/GetProgramLocations.pm line 10. > BEGIN failed--compilation aborted at > inc/Module/Install/GetProgramLocations.pm line 10. > Compilation failed in require at inc/Module/Install.pm line 307. > *************************************************************************** > NOTE: The optional module Benchmark::Timer (version 0.7100) is not > installed. > > Install Benchmark::Timer if you want to run "make speedtest" > Unknown function is found at Makefile.PL line 82. > Execution of Makefile.PL aborted due to runtime errors. > > If you're a contributor to a project, you may need to install > some Module::Install extensions from CPAN (or other repository). > If you're a user of a module, please contact the author.
Attached patch fixes this for me.
Subject: rt103025.patch
--- inc/Sort/Versions.pm +++ inc/Sort/Versions.pm @@ -57,8 +57,6 @@ return versioncmp($$caller_a, $$caller_b); } -=encoding utf-8 - #line 159 1;
Should be fixed in 1.5103. On Mon Mar 23 14:01:43 2015, paul@city-fan.org wrote: Show quoted text
> On Mon Mar 23 04:24:02 2015, SREZIC wrote:
> > Error message: > > > > Output from '/usr/perl5.20.0/bin/perl Makefile.PL': > > > > Sort/Versions.pm did not return a true value at > > inc/Module/Install/GetProgramLocations.pm line 10. > > BEGIN failed--compilation aborted at > > inc/Module/Install/GetProgramLocations.pm line 10. > > Compilation failed in require at inc/Module/Install.pm line 307. > > *************************************************************************** > > NOTE: The optional module Benchmark::Timer (version 0.7100) is not > > installed. > > > > Install Benchmark::Timer if you want to run "make speedtest" > > Unknown function is found at Makefile.PL line 82. > > Execution of Makefile.PL aborted due to runtime errors. > > > > If you're a contributor to a project, you may need to install > > some Module::Install extensions from CPAN (or other repository). > > If you're a user of a module, please contact the author.
> > Attached patch fixes this for me.