Subject: | Can't call method "at" on unblessed reference |
Date: | Fri, 2 Mar 2012 11:10:28 -0500 |
To: | bug-Parse-RecDescent [...] rt.cpan.org |
From: | Seth Baka <sethnobaka [...] gmail.com> |
I was attempting to install PLOBBES/Mail-IMAPClient-3.30.tar.gz, but it
failed with the unblessed reference message. A google search reveals another
package<http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg994323.html>with
a similar problem, which might indicate that this is actually a
Parse::RecDescent failure.
cpan[40]> install PLOBBES/Mail-IMAPClient-3.30.tar.gz
Running make for P/PL/PLOBBES/Mail-IMAPClient-3.30.tar.gz
Has already been unwrapped into directory
/home/seth/.cpan/build/Mail-IMAPClient-3.30-jyhy_Y
Has already been made
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl5.12.4 "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/basic.t .......... skipped: test parameters not provided in test.txt
t/body_string.t .... ok
t/bodystructure.t .. 1/41 Can't call method "at" on unblessed reference at
/usr/lib64/perl5/site_perl/5.12.4/Parse/RecDescent.pm line 3109.
# Looks like you planned 41 tests but ran 1.
# Looks like your test exited with 255 just after 1.
t/bodystructure.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 40/41 subtests
t/fetch_hash.t ..... ok
t/messageset.t ..... ok
t/pod.t ............ ok
t/simple.t ......... ok
t/thread.t ......... 1/7 Can't call method "at" on unblessed reference at
/usr/lib64/perl5/site_perl/5.12.4/Parse/RecDescent.pm line 3109.
# Looks like you planned 7 tests but ran 3.
# Looks like your test exited with 255 just after 3.
t/thread.t ......... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/7 subtests
I have noticed a seeming inconsistency on CPAN's version numbers. On the CPAN
page<http://search.cpan.org/%7Ejtbraun/Parse-RecDescent/lib/Parse/RecDescent.pm>it
says the "Latest Release" is "Parse-RecDescent-1.967_007" while the
Download link reports "Parse-RecDescent-1.967006.tar.gz". Likewise the
cpan program on my system reports, after a reload, that 1.967006 is the
latest.