The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
2004-12-08 Mattias Holmlund

  Version 0.5

  Handle spaces in the path to the cache-dir. 
  Handle multiple calls to init() without failing.

2004-10-24 Mattias Holmlund

  Version 0.4

  Renamed from HTTP::TransparentCache to HTTP::Cache::Transparent
  on request from Brian D Foy on the modules@perl.org list.

  Add support for ranges. Added test-program from Nigel Horne.

2004-10-15 Mattias Holmlund

  Version 0.3

  Support for libwww < 5.800

  Only cache entries with response-code OK. 
  Never delete files in cache with an invalid filename. 
  Document cache format.

2004-10-11 Mattias Holmlund
  
  Release 0.2

  Support initialization via use directive.
  Lower perl requirements to Perl 5.6.1.