File: Changes

package info (click to toggle)
libcgi-application-plugin-logdispatch-perl 1.02-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 180 kB
  • sloc: perl: 454; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 918 bytes parent folder | download | duplicates (5)
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
Revision history for Perl extension CGI::Application::Plugin::LogDispatch.

1.02  Tue Mar  4 00:44:23 EST 2008

    - Fix problem in test suite with newer versions of Test::More

1.01  Tue Mar  2 00:38:22 EST 2008

    - fixed typo bug in log_config which should have caught
      you if you called log_config after the log object was
      already created.  (reported by victor -at- taquiones.net)
    - CAP::DevPopup support added by Graham TerMarsch
      (cpan -at- howlingfrog.com)

1.00  Sat Oct 29 11:55:42 EDT 2005

    - Simplify the pod tests according to Test::Pod docs
    - Add pod coverage tests
    - Rename some internal subs with a leading underscore
    - Change contact address

0.03  Tue Jan 18 23:58:30 EST 2005

    - added singleton support

0.02  Thu Dec 16 11:14:56 EST 2004

    - forgot to include CGI::Application as a dependancy

0.01  Tue Nov  2 21:31:17 EST 2004

    - original version