Skip Menu |

This queue is for tickets about the Crypt-CBC CPAN distribution.

Report information
The Basics
Id: 34521
Status: new
Priority: 0/
Queue: Crypt-CBC

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

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



Subject: Missing SKIP in test -or- missing dependency declaration on Crypt::Rijndahl
Today I saw this test result which indicates to me that either Crypt::Rijndahl is a prerequisite of Crypt::CBC or the test is testing more than it should. I've verified that Crypt::CBC does not declare Crypt::Rijndahl as a prerequisite. PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/pehM71T/perl-5.9.2@24518/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Blowfish.............ok t/Blowfish_PP..........skipped: Crypt::Blowfish_PP not installed t/CAST5................skipped: Crypt::CAST5 not installed t/DES..................skipped: Crypt::DES not installed t/func.................ok t/IDEA.................skipped: Crypt::IDEA not installed t/null_data............ok t/onezeropadding.......Couldn't load Crypt::Rijndael: Can't locate Crypt/Rijndael.pm in @INC (@INC contains: .. ../blib/lib . ./blib/lib /home/sand/.cpan/build/Crypt-CBC-2.27-jfv1uk/blib/lib /home/sand/.cpan/build/Crypt-CBC-2.27-jfv1uk/blib/arch /home/src/perl/repoperls/installed-perls/perl/pehM71T/perl-5.9.2@24518/lib/5.9.3/i686-linux-64int /home/src/perl/repoperls/installed-perls/perl/pehM71T/perl-5.9.2@24518/lib/5.9.3 /home/src/perl/repoperls/installed-perls/perl/pehM71T/perl-5.9.2@24518/lib/site_perl/5.9.3/i686-linux-64int /home/src/perl/repoperls/installed-perls/perl/pehM71T/perl-5.9.2@24518/lib/site_perl/5.9.3 /home/src/perl/repoperls/installed-perls/perl/pehM71T/perl-5.9.2@24518/lib/site_perl) at (eval 7) line 1. at t/onezeropadding.t line 37 Dubious, test returned 2 (wstat 512, 0x200) Failed 1/2 subtests t/parameters...........ok t/PCBC.................skipped: Crypt::DES not installed t/preexisting..........Using Crypt::Blowfish for test ok t/Rijndael.............skipped: Crypt::Rijndael not installed t/Rijndael_compat......skipped: Crypt::Rijndael not installed Test Summary Report ------------------- t/onezeropadding.t (Wstat: 512 Tests: 1 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 2 tests but ran 1. Files=13, Tests=772, 3 wallclock secs ( 0.34 usr 0.01 sys + 1.30 cusr 1.31 csys = 2.96 CPU) Result: FAIL Thanks,