Skip Menu |

This queue is for tickets about the Database-Sophia CPAN distribution.

Report information
The Basics
Id: 128042
Status: new
Priority: 0/
Queue: Database-Sophia

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

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



Subject: Undeclared configure_requires dependency Archive::Extract
Automatic installation fails if Archive::Extract is not installed when Makefile.PL is run. Probably the module needs to be declared as a configure_requires dependency. ... Output from '/opt/perl-5.28.1/bin/perl5.28.1 Makefile.PL': Can't locate Archive/Extract.pm in @INC (you may need to install the Archive::Extract module) (@INC contains: ... .) at Makefile.PL line 5. BEGIN failed--compilation aborted at Makefile.PL line 5. ...
On 2018-12-18 02:07:50, SREZIC wrote: Show quoted text
> Automatic installation fails if Archive::Extract is not installed when > Makefile.PL is run. Probably the module needs to be declared as a > configure_requires dependency. > > ... > Output from '/opt/perl-5.28.1/bin/perl5.28.1 Makefile.PL': > > Can't locate Archive/Extract.pm in @INC (you may need to install the > Archive::Extract module) (@INC contains: ... .) at Makefile.PL line 5. > BEGIN failed--compilation aborted at Makefile.PL line 5. > ...
Also should be declared: - File::Fetch