Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Mechanize-Cached CPAN distribution.

Report information
The Basics
Id: 4655
Status: resolved
Priority: 0/
Queue: WWW-Mechanize-Cached

People
Owner: Nobody in particular
Requestors: michael [...] digitalfort.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



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'.