Does this fix the problem?
--- lib/FSA/Rules.pm (revision 994)
+++ lib/FSA/Rules.pm (working copy)
@@ -784,6 +784,7 @@
local $Data::Dumper::Terse = 1;
local $Data::Dumper::Indent = 1;
local $Data::Dumper::Quotekeys = 0;
+ local $Data::Dumper::Sortkeys = 1;
foreach my $state (@$states) {
$stacktrace .= "State: $state->[0]\n";
$stacktrace .= Data::Dumper::Dumper($state->[1]);
Regards,
David
On Dec 18, 2004, at 4:37 PM, [EMAIL PROTECTED] wrote:
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.
--
This is an error report generated automatically by CPANPLUS,
version 0.0499.
Below is the error stack during 'make test':
t/base............ok
t/pingpong........ok
t/pod-coverage....ok
t/pod.............ok
t/state...........
# Failed test (t/state.t at line 148)
# got: 'State: foo
# {
# result => 'a',
# message => undef
# }
#
# State: bar
# {
# result => 1,
# message => 'bar has been called 1 times'
# }
#
# State: bar
# {
# result => 2,
# message => 'bar has been called 2 times'
# }
#
# State: foo
# {
# result => 'b',
# message => undef
# }
#
# '
# expected: 'State: foo
# {
# message => undef,
# result => 'a'
# }
#
# State: bar
# {
# message => 'bar has been called 1 times',
# result => 1
# }
#
# State: bar
# {
# message => 'bar has been called 2 times',
# result => 2
# }
#
# State: foo
# {
# message => undef,
# result => 'b'
# }
#
# '
# Looks like you failed 1 test of 57.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 53
Failed 1/57 tests, 98.25% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-----------------------------------------------------------------------
--------
t/state.t 1 256 57 1 1.75% 53
Failed 1/5 test scripts, 80.00% okay. 1/339 subtests failed, 99.71%
okay.
--
Summary of my perl5 (revision 5.0 version 6 subversion 0)
configuration:
Platform:
osname=darwin, osvers=6.0, archname=darwin
uname='darwin fisheye 6.0 darwin kernel version 5.2: mon jun 17
09:55:14 pdt 2002; root:xnu-201-14.rootsxnu-201-14.objrelease_ppc
power macintosh powerpc '
config_args='-ds -e -Dprefix=/usr -Dccflags=-g -pipe -Dldflags='
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=undef use64bitall=undef uselongdouble=undef
usesocks=undef
Compiler:
cc='cc', optimize='-Os', gccversion=Apple cpp-precomp 6.14
cppflags='-g -pipe -pipe -fno-common -no-cpp-precomp
-flat_namespace -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing'
ccflags ='-g -pipe -pipe -fno-common -no-cpp-precomp
-flat_namespace -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing'
stdchar='char', d_stdstdio=undef, usevfork=true
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries:
ld='cc', ldflags =''
libpth=/usr/lib
libs=-lm -lc
libc=/System/Library/Frameworks/System.framework/System, so=dylib,
useshrplib=true, libperl=libperl.dylib
Dynamic Linking:
dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-bundle -flat_namespace -undefined
suppress'