Skip Menu |

This queue is for tickets about the Module-ScanDeps CPAN distribution.

Report information
The Basics
Id: 31285
Status: resolved
Priority: 0/
Queue: Module-ScanDeps

People
Owner: Nobody in particular
Requestors: cpan [...] fireartist.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.78
Fixed in: (no value)



Subject: t/10-case-insensitive-keys.t failure
It's broken in v0.80, but RT isn't listing that as an option in the "broken in" list. t/10-case-insensitive-keys........................You tried to run a test without a plan at t/10-case-insensitive-keys.t line 20. BEGIN failed--compilation aborted at t/10-case-insensitive-keys.t line 20. # Looks like your test died before it could output anything. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run if I change line 10 in t/10-case-insensitive-keys.t from: BEGIN { use_ok( 'Module::ScanDeps' ); } to: use_ok( 'Module::ScanDeps' ); the test passes OK. perl 5.8.8 built from source $ perl -V Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=linux, osvers=2.6.23.8-63.fc8, archname=i686-linux uname='linux host045.subnet224.dundee.ac.uk 2.6.23.8-63.fc8 #1 smp wed nov 21 18:51:08 est 2007 i686 i686 i386 gnulinux ' config_args='-des -Dprefix=/opt/perl-5.8.8' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm', optimize='-O2', cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -I/usr/include/gdbm' ccversion='', gccversion='4.1.2 20070925 (Red Hat 4.1.2-33)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc libc=/lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.7' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO Built under linux Compiled at Dec 6 2007 15:38:19 @INC: /opt/perl-5.8.8/lib/5.8.8/i686-linux /opt/perl-5.8.8/lib/5.8.8 /opt/perl-5.8.8/lib/site_perl/5.8.8/i686-linux /opt/perl-5.8.8/lib/site_perl/5.8.8 /opt/perl-5.8.8/lib/site_perl
Hi Carl, thanks for the bug report. This is indeed broken in 0.80, but it's been fixed in the svn trunk. I have been wanting to make a release for a couple of days now, but had no access to the computer with my keys for signing the distribution. I'll make a release without SIGNATURE file now, since I don't know when I have access to my computer at home. (Renavtions!) Best regards, Steffen