Subject: | Can't call method "value" without a package or object reference |
The test suite fails:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.30.1/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
The test needs internet connection. Be sure to get connected, or you will get several error messages.
ok 1 - use WWW::Google::Groups;
ok 2
Use of uninitialized value $_ in hash element at /opt/perl-5.30.1/lib/site_perl/5.30.1/WWW/Mechanize.pm line 1070.
Can't call method "value" without a package or object reference at /opt/perl-5.30.1/lib/site_perl/5.30.1/WWW/Mechanize.pm line 860.
1..2
# Looks like your test exited with 255 just after 2.
make: *** [Makefile:852: test_dynamic] Error 255
...