Subject: | Problems w/test & install of v1.23 |
The copy of 1.23 that I received from doing a 'perl -MCPAN -e shell' 'install WWW::Mechanize::Cached' has a compile issue.
It was complaining that:
# Error: "my" variable $key masks earlier declaration in same scope at blib/lib/WWW/Mechanize/Cached.pm line 45.
# Compilation failed in require at (eval 1) line 2.
So I went in and modified the $key variable name in the _make_request method for the 'my' statement, and each occurence thereafter, to $ckey (cache key) instead, and re-ran 'make test', and it worked just fine.
I don't know that this will work forever, just that it got me through 'make test'.