The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
$Id: Changes,v 1.12 2007-05-28 17:36:26 adam Exp $

Revision history for Perl extension Config::Trivial

0.70 Mon 28 May 2007
    -   Work on Test failures on Windows with Module::Build (thanks to Corion)
    -   Changes to test procedure because of failures on Perl 5.6.x (RT #19049)
    -   Module crypto signature added
    -   Added example directory
    -   META.yml format updated and upgraded

0.60 Sun 26 Feb 2006
    MAJOR REVISION
    -   New Features:
        -   Multi-file read/write
            -   Multi-read implemented
            *   Multi-write NOT YET IMPLEMENTED
    -   Code Review:
        -   Standardise on PBP guidelines using Perl::Critic
        -   Wash module though perltidy using PBP settings
        -   Several subtle bugs eliminated
        -   Extra logic checks within code
        -   Several no-ops removed
    -    Tests:
        -   Using ./build testcover (Devel::Cover) to improve test coverage
        -   Many new tests and better tests
        -   Reorderd and renamed tests
    -   Using MANIFEST.SKIP to avoid help packaging errors
    -   Doc updates and fix

0.51 Fri 21 Oct 2005
    -    Repackaged, no changes

0.50 Thu 20 Oct 2005
    -    More tests, including more Pod testing.
    -    Caution added to deal with data with a trailing "\".
    -    Should now work with Module::Build.

0.40 Tue 20 Jan 2004
    -    Added get_configuration and set_configuration methods.
    -    Extra tests and documentaion.
    -    Fixed bug in writing out data that has a trailing \ in it.

0.30 Sat 17 Jan 2004
    -    Added the "write" method back - code still needs work.
    -    Minor documentation corrections.
    -    Extra tests and fixes.
    -    Fix test missing from Makefile.PL.

0.20 Fri 16 Jan 2004
    -    Major redevelopment of code with OO interface.
    -    A number of functions from the original module
        have been removed, or not yet re-implemented.

As Config::SimpleConf

0.10 Sat Apr 06 2002
    -    Added ability to work with a reference to a provided hash,
        rather than just %settings.
        Minor additions to the test script, and updates to the POD.

0.08 Mon Nov 05 2001
    -    Dirty mode added, can now de-taint quite dirty data.
        More small changes to the test script.