Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime CPAN distribution.

Report information
The Basics
Id: 22550
Status: resolved
Priority: 0/
Queue: DateTime

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

Bug Information
Severity: Important
Broken in: 0.35
Fixed in: (no value)



Subject: t/23storable.t fails
Belongs are output of "make test TEST_VERBOSE=1 TEST_FILES=t/23storable.t" for DateTime-0.35. Show quoted text
----- output begin --- PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/23storable.t t/23storable....1..16 Can't use an undefined value as an ARRAY reference at /usr/local/lib/perl5/site_perl/5.8.8/DateTime/TimeZone.pm line 172, at t/23storable.t line 31 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-16 Failed 16/16 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/23storable.t 255 65280 16 32 200.00% 1-16 Failed 1/1 test scripts, 0.00% okay. 16/16 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 255
----- output end --- I use these version of perl modules, DateTime::Locale: 0.3101 DateTime::TimeZone: 0.53 Params::Validate: 0.86 Pod::Man: 1.37 Scalar::Util: 1.18 Test::More: 0.64 Time::Local: 1.11 and perl5.8.8. Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=darwin, osvers=8.7.0, archname=darwin-2level uname='darwin jugem.local 8.7.0 darwin kernel version 8.7.0: fri may 26 15:20:53 pdt 2006; root:xnu-792.6.76.obj~1release_ppc power macintosh powerpc ' config_args='-de' 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-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement', optimize='-O3', cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement' ccversion='', gccversion='4.0.1 (Apple Computer, Inc. build 5250)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /usr/lib libs=-ldbm -ldl -lm -lc perllibs=-ldl -lm -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO Built under darwin Compiled at Sep 5 2006 17:07:34 @INC: /usr/local/lib/perl5/5.8.8/darwin-2level /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/darwin-2level /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl .
t/23storable.t's fail arise from DateTime::TimeZone ver 0.53 (and maybe 0.52). It will ok when you use DateTime::TimeZone ver 0.54.
Subject: Re: [rt.cpan.org #22550] t/23storable.t fails
Date: Wed, 25 Oct 2006 09:28:19 -0500 (CDT)
To: via RT <bug-DateTime [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Wed, 25 Oct 2006, via RT wrote: Show quoted text
> > Queue: DateTime > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=22550 > > > t/23storable.t's fail arise from DateTime::TimeZone ver 0.53 (and maybe > 0.52). It will ok when you use DateTime::TimeZone ver 0.54.
Yes, this is why DT::TZ 0.54 was released.