Skip Menu |

This queue is for tickets about the Geo-Coder-Yahoo CPAN distribution.

Report information
The Basics
Id: 42322
Status: resolved
Priority: 0/
Queue: Geo-Coder-Yahoo

People
Owner: Nobody in particular
Requestors: jshirley+cpan [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 0.01
  • 0.02
  • 0.03
  • 0.40
  • 0.41
  • 0.42
Fixed in: (no value)



Subject: new method doesn't bless from $class, which breaks inheritance
I'm working on a wrapper to normalize out geocoders (http://github.com/jshirley/geo-coder-any/tree/master) and ran into a problem with the Yahoo module. The fix is simple, just change the bless line to: bless { appid => $args{appid} }, $class; Thanks! -J
Oops, what a goofy mistake. 0.43 is in git now and on its way to CPAN. - ask