The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Config-Context

0.08    ?????
        - documentation fixes

0.07    2005-May-06
        - improved error messages when one or more of a driver's
          prerequisite modules are missing

0.06    2005-May-04
        - Minor documentation fixes
        - config option to new:
          - removed the requirement to specify a driver
          - added test case
        - added 'files' method
        - changed Config::General feature detection
        - suppress warnings that appear under "perl -w" but not under
          "use warnings" (for removing warnings during test suite)
        - changed 'lower_case_names' in Config::Context::XMLSimple from
          an error to a warning
        - fixed XMLSimple driver so that system fails gracefully when
          XML modules are not installed
        - fixed tests to detect all prereqs of driver, instead of just
          a single module (this was done mostly for XML::Simple which
          depends on three modules)

0.05    2005-Apr-24
        - First internal version, based on Config::General::Match 0.04
        - added Config::Scoped support
        - added caching features from CGI::Application::Plugin::Config::General
        - added XML::Simple support
        - modified test suite to support multiple drivers