Subject: | Not a HASH reference |
Sometimes the test suite fails likethis:
...
Running Mkbootstrap for Google::GeoCoder::Smart ()
chmod 644 "Smart.bs"
PERL_DL_NONLAZY=1 "/usr/perl5.22.4d/bin/perl5.22.4" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Google-GeoCoder-Smart.t .. ok
All tests successful.
Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.02 sys + 0.09 cusr 0.04 csys = 0.16 CPU)
Result: PASS
PERL_DL_NONLAZY=1 "/usr/perl5.22.4d/bin/perl5.22.4" "-Iblib/lib" "-Iblib/arch" test.pl
Not a HASH reference at test.pl line 11.
*** Error code 255
...