File: Changes

package info (click to toggle)
libcgi-application-plugin-configauto-perl 1.33-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 100 kB
  • sloc: perl: 85; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,376 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Revision history for Perl extension CGI::Application::Plugin::ConfigAuto

1.33 March 1st, 2011
    (no meaningful code changes)
    [DOCUMENTATION]
    Document the recommended use of "my" in the example config file.  (Zakarias Santanu)

1.32 Thu Feb 25 23:28:15 EST 2010
    (no code changes)
    [TESTS] 
    Attempted test fix to address: Global symbol "%CFG" requires explicit package name

1.31 Mon Jul 20 15:27:42 EDT 2009
   [DOCUMENTATION]
   - Fix a couple of broken documentation links (Lyle Hopkins)

1.30 Sat Feb 18 23:35:44 EST 2006

   - comply with CGI::Application::Config::Standard 1.0. (Mark Stosberg)

1.20 Sat Jul 23 18:37:14 EST 2005

    - Update recommended usage syntax.

1.10
    - Make death messages more useful by 'croaking' instead of die'ing
    - Docs clarified (Dan Horne)
    - die if no valid configuration is found. (William McKee)
    - Explicit file format can now be provided for files.

1.00
    - First release on CPAN.
    - Documentation patch (William McKee)

0.21 Mon Sep  6 18:03:23 EST 2004
    - Added missing t/basic_config.pl to distribution (William McKee)

0.20 Mon Sep  6 16:24:23 EST 2004
    - Add support for return config info as a hashref (William McKee)

0.10 Mon Sep  6 12:11:08 EST 2004
    - added cfg_file(), a simpler syntax for providing config file names.

0.02 Sun Sep  5 18:47:48 EST 2004
	- initial release