Subject: | install failure after make WWW::Mechanize::Pluggable |
Date: | Sun, 31 Dec 2006 22:27:35 -0800 (PST) |
To: | bug-bundle-test [...] rt.cpan.org |
From: | hesco [...] greens.org (Hugh Esco) |
I'm now running this a fourth time so I can copy the final set
of errors from my cpan shell into this email. It always fails
at the same point, after failing to find a ->new() method in
WWW::Mechanize::Pluggable. Then it kills my cpan shell and
returns me to a bash prompt.
I'm not sure what to do to get past this.
I'm hopeful though that someone might add an appropriate ->new()
method to WWW::Mechanize::Pluggable so I can get this working.
Just finished Perl Testing: A Developers Notebook and am eager
to try out some these new modules I just learned of.
-- Hugh Esco
tail of STDOUT and STDERR from my cpan shell follows:
DIED. FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
t/link...................ok
t/local/back.............
# Failed test 'use WWW::Mechanize::Pluggable;'
# at t/local/back.t line 20.
# Tried to use 'WWW::Mechanize::Pluggable'.
# Error: Can't locate Data/Dump/Streamer.pm in @INC (@INC
# contains: t/local
# /root/.cpan/build/WWW-Mechanize-Pluggable-1.01/blib/lib
# /root/.cpan/build/WWW-Mechanize-Pluggable-1.01/blib/arch
# /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4
# /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8
# /usr/share/perl/5.8 /usr/local/lib/site_perl .) at
# /root/.cpan/build/WWW-Mechanize-Pluggable-1.01/blib/lib/WWW/Mechanize/Pluggable.pm
# line 4.
# BEGIN failed--compilation aborted at t/local/back.t line 20.
# Compilation failed in require at (eval 11) line 2.
# BEGIN failed--compilation aborted at (eval 11) line 2.
Can't locate object method "new" via package
"WWW::Mechanize::Pluggable" at t/local/back.t line 28.
Use of uninitialized value in kill at t/local/back.t line 138.
Killed