Skip Menu |

This queue is for tickets about the GD-Window CPAN distribution.

Report information
The Basics
Id: 51816
Status: resolved
Priority: 0/
Queue: GD-Window

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

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



Subject: Undeclared dependency on GD
PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/v5.11.2-42-g02b203e/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'use GD;' # at t/01_normalWindow.t line 8. # Tried to use 'GD'. # Error: Can't locate GD.pm in @INC (@INC contains: /home/sand/.cpan/build/GD-Window-0.01-Y4otzO/blib/lib /home/sand/.cpan/build/GD-Window-0.01-Y4otzO/blib/arch /home/src/perl/repoperls/installed-perls/perl/v5.11.2-42-g02b203e/lib/site_perl/5.11.2/x86_64-linux /home/src/perl/repoperls/installed-perls/perl/v5.11.2-42-g02b203e/lib/site_perl/5.11.2 /home/src/perl/repoperls/installed-perls/perl/v5.11.2-42-g02b203e/lib/5.11.2/x86_64-linux /home/src/perl/repoperls/installed-perls/perl/v5.11.2-42-g02b203e/lib/5.11.2 .) at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Can't locate object method "new" via package "GD::Image" (perhaps you forgot to load "GD::Image"?) at t/01_normalWindow.t line 14. # Looks like you planned 5 tests but ran 2. # Looks like you failed 1 test of 2 run. # Looks like your test exited with 255 just after 2. t/01_normalWindow.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/5 subtests There is a use_ok on GD in the test. That should be accompanied by an entry in PREREQ_PM so thaqt automated smokers can install the dependency before the test is reached. Thanks && Regards,
I have submitted GD-Window-0.02 which should have the prerequisite set properly. As it happened, I had set the prereq but not saved the file :(