Subject: | Bad error message output in WWW::Google::SiteMap::URL |
When setting 'lastmod' to a string value that is not recognized as a
valid timestamp, the error message being output in line 170 uses the
value of variable $_, but $_ is defined as local in a different scope
on line 159. The fix is to output the value of variable $value instead.