Subject: | Bundle::Interchange does not complete because Text::Query fails to compile |
I suggest that Text::Query should be removed from Bundle::Interchange,
because it looks that a recent update to perl 5.10.0 makes Text::Query
fail to compile with the following errors..
tigger:/usr/local# /usr/local/perl-5.10.0/bin/perl -MCPAN -e 'install
Text::Query
# CPAN: Storable loaded ok (v2.20)
# Going to read '/root/.cpan/Metadata'
# Database was generated on Sun, 21 Jun 2009 19:28:21 GMT
# CPAN: YAML loaded ok (v0.68)
# Going to read 47 yaml files from /root/.cpan/build/
# CPAN: Time::HiRes loaded ok (v1.9711)
#
............................................................................DONE
# Restored the state of 32 (in 1.0751 secs)
# Running install for module 'Text::Query'
# Running make for E/EB/EBOHLMAN/Text-Query-0.07.tar.gz
# Has already been unwrapped into directory
/root/.cpan/build/Text-Query-0.07-XPtPSv
# Has already been made
# Running make test
# PERL_DL_NONLAZY=1 /usr/local/perl-5.10.0/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib',
'blib/arch')" t/*.t
# t/01default.t .. 1/18 Text::Query::ParseAdvanced::factor() called too
early to check prototype at
/root/.cpan/build/Text-Query-0.07-XPtPSv/blib/lib/Text/Query/ParseAdvanced.pm
line 114.
# Text::Query::ParseAdvanced::factor() called too early to check
prototype at
/root/.cpan/build/Text-Query-0.07-XPtPSv/blib/lib/Text/Query/ParseAdvanced.pm
line 122.
# t/01default.t .. ok
# t/02string.t ... 1/56 Can't use string ("2") as an ARRAY ref while
"strict refs" in use at
/root/.cpan/build/Text-Query-0.07-XPtPSv/blib/lib/Text/Query/SolveSimpleString.pm
line 52.
# t/02string.t ... Dubious, test returned 9 (wstat 2304, 0x900)
# Failed 30/56 subtests
#
# Test Summary Report
# -------------------
# t/02string.t (Wstat: 2304 Tests: 26 Failed: 0)
# Non-zero exit status: 9
# Parse errors: Bad plan. You planned 56 tests but ran 26.
# Files=2, Tests=44, 0 wallclock secs ( 0.05 usr 0.02 sys + 0.08 cusr
0.01 csys = 0.16 CPU)
# Result: FAIL
# Failed 1/2 test programs. 0/44 subtests failed.
# make: *** [test_dynamic] Error 9
# EBOHLMAN/Text-Query-0.07.tar.gz
# /usr/bin/make test -- NOT OK
# //hint// to see the cpan-testers results for installing this module, try:
# reports EBOHLMAN/Text-Query-0.07.tar.gz
# Running make install
# make test had returned bad status, won't install without force