$Id: Changes 46 2014-05-02 11:22:14Z adam $
Revision history for Perl extension Config::Trivial::Storable
0.31_1 02 May 2014
- Minumum version of Perl 5.10 as I nolonger have access to
older perls
- Build/test fixes
- More tests
- Switched to SVN from CVS
- Added example code
- Added rudimentory Module::Build built Makefile.PL
- Changes to test auto-detection and skip rules (thanks to Corion)
- Module code unchanged
0.30 03 Feb 2007
- Storing now controlled with set_storable_file method
- PBP Guidelines adopted
- POD Reordered in-line with PBP guidelines
- Code swept with Perltidy
- Used Perl::Critic to check for PBP deviations
- Test suite updated
- Updated for 0.60 version of Config::Trivial
- Using MANTIFEST.SKIP to keep MANIFEST correct
- Automatically testing the META.yml file
- Improved test coverage
- Crypto signature added
0.20 05 Feb 2006
- Fix Manifest bug (RT# 17439)
- Fix t/80-warn.t bug (RT# 17443)
- More and better tests
- Fix for determining if the config file is the self file
- Add new set_storable_file method
- Run Code through Perltidy using PBP guidelines
- Started work on magic retrieve
0.10 01 Feb 2006
- Created from Config::Trivial