Skip Menu |

This queue is for tickets about the Gearman-XS CPAN distribution.

Report information
The Basics
Id: 110739
Status: open
Priority: 0/
Queue: Gearman-XS

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

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



Subject: inc::Module::Install not bundled?
Installation fails because Module::Install is not bundled in the tarball: Output from '/bbbike/perl-5.23.6t/bin/perl5.23.6 Makefile.PL': Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: ...) at Makefile.PL line 12. BEGIN failed--compilation aborted at Makefile.PL line 12.
On Tue Dec 29 04:19:06 2015, SREZIC wrote: Show quoted text
> Installation fails because Module::Install is not bundled in the > tarball: > > Output from '/bbbike/perl-5.23.6t/bin/perl5.23.6 Makefile.PL': > > Can't locate inc/Module/Install.pm in @INC (you may need to install > the inc::Module::Install module) (@INC contains: ...) at Makefile.PL > line 12. > BEGIN failed--compilation aborted at Makefile.PL line 12.
Same here on Centos 7, perl 5.16. Not all perl distributions are equal Module::Install should be added to the dependency list.
Hello, This PR should fix this issue : https://github.com/SpareRoom/Gearman-XS/pull/2 Mike Raynham also previously added inc/ and I'm adding the use lib "."; Could you please integrate this ? Rgds. Thibault