Skip Menu |

This queue is for tickets about the GIFgraphExtensions CPAN distribution.

Report information
The Basics
Id: 132006
Status: new
Priority: 0/
Queue: GIFgraphExtensions

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

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



Subject: Undeclared dependencies
Automatic installation fails if MRP::BaseClass is not installed (so it needs to be declared as a prereq): ... PERL_DL_NONLAZY=1 "/usr/perl5.30.0p/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..1 Can't locate MRP/BaseClass.pm in @INC (you may need to install the MRP::BaseClass module) (@INC contains: blib/lib blib/arch /usr/perl5.30.0p/lib/site_perl/5.30.0/amd64-freebsd /usr/perl5.30.0p/lib/site_perl/5.30.0 /usr/perl5.30.0p/lib/5.30.0/amd64-freebsd /usr/perl5.30.0p/lib/5.30.0 .) at blib/lib/GIFgraph/WithMap.pm line 8. BEGIN failed--compilation aborted at blib/lib/GIFgraph/WithMap.pm line 8. Compilation failed in require at test.pl line 11. BEGIN failed--compilation aborted at test.pl line 11. not ok 1 *** Error code 2 ...
On 2020-02-27 18:26:45, SREZIC wrote: Show quoted text
> Automatic installation fails if MRP::BaseClass is not installed (so it > needs to be declared as a prereq): > > ... > PERL_DL_NONLAZY=1 "/usr/perl5.30.0p/bin/perl" "-Iblib/lib" "- > Iblib/arch" test.pl > 1..1 > Can't locate MRP/BaseClass.pm in @INC (you may need to install the > MRP::BaseClass module) (@INC contains: blib/lib blib/arch > /usr/perl5.30.0p/lib/site_perl/5.30.0/amd64-freebsd > /usr/perl5.30.0p/lib/site_perl/5.30.0 > /usr/perl5.30.0p/lib/5.30.0/amd64-freebsd /usr/perl5.30.0p/lib/5.30.0 > .) at blib/lib/GIFgraph/WithMap.pm line 8. > BEGIN failed--compilation aborted at blib/lib/GIFgraph/WithMap.pm line > 8. > Compilation failed in require at test.pl line 11. > BEGIN failed--compilation aborted at test.pl line 11. > not ok 1 > *** Error code 2 > ...
Also undeclared: CGI.pm (which is not part of perl core in newer perl versions)