Subject: | make test fails under Perl 5.8, Freebsd 5.4 |
Here's the build log:
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2006.05.21 15:23:04
=~=~=~=~=~=~=~=~=~=~=~=
perl Makefile.PL Checking if your kit is complete...
Looks good
Writing Makefile for Data::Table
moondance# make cp Table.pm blib/lib/Data/Table.pm
AutoSplitting blib/lib/Data/Table.pm (blib/lib/auto/Data/Table)
Manifying blib/man3/Data::Table.3
moondance# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib"
"-Iblib/arch" test.pl
1..49
ok loaded
ok 1 fromCSV
ok 2 colIndex
ok 3 nofCol
ok 4 nofRow
ok 5 html
ok 6 html2
ok 7 nofCol
ok 8 colMap
ok 9 colsMap
ok 10 delRow()
ok 11 addRow()
ok 12 delRows()
ok 13 delRows() & addRow()
ok 14 delCol()
ok 15 addCol()
ok 16 delCols()
ok 17 delCols() & addCol()
ok 18 rowRef()
ok 19 rowRefs()
ok 20 row()
ok 21 colRef()
ok 22 colRefs()
ok 23 col()
ok 24 rename()
ok 25 replace()
ok 26 swap()
ok 27 elm()
ok 28 elmRef()
ok 29 setElm()
ok 30 sort()
ok 31 match_pattern()
ok 32 match_string()
ok 33 clone()
ok 34 subTable()
ok 35 subTable($rowIdcsRef,undef)
ok 36 subTable(undef,$colIDsRef)
ok 37 rowMerge()
ok 38 colMerge()
ok 39 fromTSV and tsv
ok 40 rowHashRef
ok 41 looks good so far
ok 42 join: inner
ok 43 join: left outer
ok 44 join: right outer
ok 45 join: full outer
ok 46 instant method fromCSVi
ok 47 instant method fromTSVi
ok 48 rowMask
ok 49 header rename
ok 50 group
ok 51 pivot
ok 52 fromCSV using file handler
ok 53 fromTSV using file handler
A_1 A_2 A_11 A_12 B_1 B_2 B_11 B_12Can't use string ("") as a subroutine
ref while "strict refs" in use at blib/lib/Data/Table.pm line 729.
*** Error code 255
Stop in /home/aaron/BSD/p5-Data-Table/work/Data-Table-1.46.
moondance#