The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.07

  • Use $res->header('Content-Type') instead of $res->content_type, since the latter can return an array. Thanks to Tatsuhiko Miyagawa for the patch.
  • $res->is_success, is_error, and is_redirect previously threw an exception when called with NoNetwork. They just work as 200 succesful request now, when the response is taken back from the cache. Thanks to Tatsuhiko Miyagawa for the patch.

Modules

Smart URI fetching/caching
Feed response for URI::Fetch