Skip Menu |

This queue is for tickets about the Date-Calc CPAN distribution.

Report information
The Basics
Id: 7194
Status: resolved
Priority: 0/
Queue: Date-Calc

People
Owner: STBEY [...] cpan.org
Requestors: stu [...] stuheiss.com
Cc:
AdminCc:

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



Subject: test fails on m005.t using perl-5.8.3-32 on suse 9.1
Date-Calc-5.3.tar.gz environment: perl-5.8.3-32 on suse 9.1 perl -v: This is perl, v5.8.3 built for i586-linux-thread-multi uname -a: Linux courtland 2.6.5-7.95-smp #1 SMP Thu Jul 1 15:23:45 UTC 2004 i686 i686 i386 GNU/Linux test fails on m005.t # perl -Mblib -e 'use Test::Harness qw(&runtests $verbose);$verbose=0;runtests(@ARGV);' t/m005.t t/m005....FAILED test 5 Failed 1/30 tests, 96.67% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/m005.t 30 1 3.33% 5 Failed 1/1 test scripts, 0.00% okay. 1/30 subtests failed, 96.67% okay.
RT-Send-CC: sb [...] engelschall.com
Hello, this is a known bug, hopefully fixed in the next (upcoming) release. Thanks anyway! Yours, Steffen
[guest - Sat Jul 31 14:49:43 2004]: Show quoted text
> Date-Calc-5.3.tar.gz > environment: > perl-5.8.3-32 on suse 9.1 > perl -v: This is perl, v5.8.3 built for i586-linux-thread-multi > uname -a: Linux courtland 2.6.5-7.95-smp #1 SMP Thu Jul 1 15:23:45 UTC > 2004 i686 i686 i386 GNU/Linux > > > test fails on m005.t > # perl -Mblib -e 'use Test::Harness qw(&runtests > $verbose);$verbose=0;runtests(@ARGV);' t/m005.t > t/m005....FAILED test 5 > Failed 1/30 tests, 96.67% okay > Failed Test Stat Wstat Total Fail Failed List of Failed > ----------------------------------------------------------------------
--------- Show quoted text
> t/m005.t 30 1 3.33% 5 > Failed 1/1 test scripts, 0.00% okay. 1/30 subtests failed, 96.67% > okay.
----------------------- I have the same problem but in the red hat 9.0, What can I do for solve my problem?.
RT-Send-CC: sb [...] engelschall.com
[guest - Mon Sep 13 05:51:55 2004]: Show quoted text
> > test fails on m005.t > > # perl -Mblib -e 'use Test::Harness qw(&runtests > > $verbose);$verbose=0;runtests(@ARGV);' t/m005.t > > t/m005....FAILED test 5 > > Failed 1/30 tests, 96.67% okay > > Failed Test Stat Wstat Total Fail Failed List of Failed > > t/m005.t 30 1 3.33% 5 > > Failed 1/1 test scripts, 0.00% okay. 1/30 subtests failed, 96.67% > > okay.
> ----------------------- > I have the same problem but in the red hat 9.0, What can I do for > solve my problem?
You can safely ignore it, this is not an error that will affect any basic functionality of the module. It is just that dates converted into strings using the methods "Date_to_Text()", "Date_to_Text_Long()" and "Month_to_Text()" may not show up as expected due to the use of the ISO-Latin-1 character set, which on some systems (apparently when using a different local than the standard "C") are misinterpreted. The "bug" in the test script has hopefully been fixed in the new version (5.4) of the module.