Rand Stats

Ecosystem::Cache

zef:lizmat
Revision history for Ecosystem::Cache

0.0.5  2025-02-24T12:51:24+01:00
    - Make sure cleanup is actually done, so that always only the
      newest release is in the cache

0.0.4  2025-02-08T19:23:09+01:00
    - Make update script always use the live version of the db
    - Add support for "doc" method, the IO to the file containing
      absolute paths of documentation

0.0.3  2025-02-06T21:20:30+01:00
    - Fix bug in finding scripts

0.0.2  2025-02-06T15:15:11+01:00
    - Change name of "cache-IO" method "cache", and add a
      candidate without arguments
    - Change name of "cache-identity" method to "update-identity"
      as that more describes what it does
    - Add dependency on "paths"
    - Added support for "provides", "tests", "scripts" and "code"
      methods, each providing an IO to a file containing absolute
      paths to be used by e.g. the --from-files option of "rak"
    - Don't bother testing on Windows, it won't work

0.0.1  2025-02-05T22:31:57+01:00
    - Initial version