Has anyone seen this before? I'm running Perl 5.6.1 here. And Time::Piece installed successfully.
[root@wintermute WWW-UsePerl-Journal-0.08]# make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/01test............ok 6/9Error parsing time at /usr/lib/perl5/site_perl/5.6.1/i386-linux/Time/Piece.pm line 404.
# Looks like you planned 9 tests but only ran 6.
# Looks like your test died just after 6.
t/01test............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 7-9
Failed 3/9 tests, 66.67% okay
t/02search..........ok
t/03date............ok
Failed Test Status Wstat Total Fail Failed List of Failed
--------------------------------------------------------------------------------
t/01test.t 255 65280 9 3 33.33% 7-9
Failed 1/3 test scripts, 66.67% okay. 3/17 subtests failed, 82.35% okay.
make: *** [test_dynamic] Error 29
[root@wintermute WWW-UsePerl-Journal-0.08]#