The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for CGI-Application-Plugin-Config-Context

0.16    2005-Oct-05
        - removed an undocumented feature: the current configuration
          info was destroyed at teardown time.  While clever, this
          wasn't actually very useful, and it made some things
          impossible (such as accessing the config after the app ends).

0.15    2005-Aug-15
        - changed old error messages from CAP::CG to CAP::CC
        - fixed a bug in the tests for testing module prerequisites
        - it is now possible to run the test suite while simulating the
          absense of specific config modules.  To run the test suite
          multiple times (each with a different selection of absent
          modules), run:

             $ perl misc/prove_without_modules.pl t/*.t

          To customize this process, see the instructions at the top of
          misc/prove_without_modules.pl

0.13    2005-May-15
        - fixed Pod coverage test

0.12    2005-May-6
        - documentation fixes

0.11    2005-May-6
        - documentation fixes

0.10    2005-May-6
        - fixing misleading skip messages in tests

0.09    2005-May-4
        - minor doc bug (wrong version listed in readme)

0.08    2005-May-4
        - added test to verify Exporter::Renaming support
        - added CGI::Application as a prerequisite

0.07    2005-May-4
        - First version, based on CGI::Application::Plugin::Config::General 0.06