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