File: Changes

package info (click to toggle)
libcgi-application-plugin-config-simple-perl 1.01-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 125; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Revision history for Perl extension CGI::Application::MailPage.

1.01 (Dec, 19 2005)
        - fixed failing permission tests if running as root

1.00 (Mar, 08 2005)
        - 100% test coverage

0.04 (Oct, 19 2004)
        - Removed CGI::Application::Plugin dependancy in tests
        - Fixed minor POD discrepancy

0.03 (Sep. 13 2004)
        - Changed from using CGI::Application::Plugin to Exporter
        - Changed name of internal store from {_PLUGINS}->{'Config::Simple'} to just {__CONFIG_SIMPLE}

0.02 (Aug. 16 2004)
        - Changed to support new CGI::Application::Plugin

0.01
        - First version.