The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module MooX::Role::CachedURL

0.03 2014-03-29
    - Changed the 'expires' attribute to 'max_age', which feels
      the right name having read various caching-related things recently.

0.02 2014-03-25
    - Added 'expires' attribute, which uses Time::Duration::Parse to
      let you express the expiry time in a variety of ways.
    - Split out test package into a separate module in t/lib/
    - Added major todo items to section in pod

0.01 2014-03-22
    - First release to CPAN