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 CGI-Application-Plugin-Config-General

0.05    2005-03-08
        - fixed the strategy used to determine the module name - now you
          can initialize the config object method in a superclass of the
          web application, but App and AppMatch will still correctly
          match on the package name of the actual web application.

0.04    2005-01-30
        - fixed some documentation errors

0.03    2005-01-29
        - added missing prerequisites

0.02    2005-01-29
        - added some more tests to increase coverage
        - Changed to Module::Build
        - first CPAN release

0.01    2005-01-27
        - First version