danielbr / Business--Shipping

Perl CPAN module that does rates and tracking for UPS and USPS
http://search.cpan.org/~dbrowning/Business-Shipping/
2 stars 2 forks source link

Switched to CHI to replace outdated Cache::FileCache #1

Closed rizen closed 13 years ago

rizen commented 13 years ago

I've converted Business::Shipping to use CHI instead of Cache::FileCache. I've also made it configurable by setting $rate_request->cache_config or $tracking->cache_config. I've also updated all docs and tests to reflect this change, and created the CHANGELOG entries. So if you approve, you should just be able to pull into your repo and push it to PAUSE.

I also fixed a failing test in 210-USPS_Online-basic.t. It was using Airmail Parcel Post, which USPS said didn't exist. So I switched it to Express Mail International. I hope that's ok.

danielbr commented 13 years ago

This is great, thanks! I only wish I had noticed the pull request earlier. :)

danielbr commented 13 years ago

Changes merged and released to CPAN. Thanks again.