Revision history for File-ContentStore
1.006 2026-08-27 BOOK
- add a stats() method, to gather some statistics about the store
- add a stats_summary() method, to summarize the above statistics
- add more tests
- add some minor optimisations
- move 'use experimental' after 'use Moo' to avoid a warning on older Perls
- fix typos in documentation
1.005 2026-07-24 BOOK
- start using the Type::Params MODERN API (v2),
and requiring Moo 2.000000 or later
- skip files that are on a different filesystem than the store,
instead of dying
- minor documentation improvements
- add some test diagnostics to try to figure out failures on Win32
1.004 2019-11-26 BOOK
- Update the minimum version required for Path::Tiny
- Minor documentation fixes
1.003 2019-04-27 BOOK
- Produce a NA test report if perl doesn't have link()
1.002 2019-02-28 BOOK
- Add minimum version requirement for Moo
- Fix keywords in META files
1.001 2018-05-19 BOOK
- Protect against symlinks entering the content store
- Skip already linked files using an inode-digest mapping
- Add minimum version requirements for Path::Tiny
- Check for more error conditions
- Minor documentation updates
1.000 2018-04-06 BOOK
- First release of File::ContentStore