File: Changes

package info (click to toggle)
liblog-any-adapter-dispatch-perl 0.08-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 217; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,026 bytes parent folder | download | duplicates (2)
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
Revision history for Log-Any-Adapter-Dispatch

0.08      2017-02-24 23:06:26-06:00 America/Chicago

    [Fixed]

    - Fixed distribution not correctly attributing contributors

0.07      2017-02-24 23:01:06-06:00 America/Chicago

    [Fixed]

    - Fixed incompatibility between this module and Log-Dispatch v2.60.
      Log-Dispatch has become more strict about what parameters it
      accepts, and we've been always sending it some invalid ones.

      Thanks to @pghmcfc for the report and @rehsack for the patch!

      https://github.com/jonswar/perl-log-any-adapter-dispatch/issues/1
      https://rt.cpan.org/Ticket/Display.html?id=120323&results=f2d27ced83757746149de26b27b5b85c

0.06  Feb 13, 2010

- Add trace->debug alias

0.05  Oct 27, 2009

- Can now create the Log::Dispatch object automatically with given parameters
- Update docs for new Log::Any::Adapter API
- Add dependency on Log::Any::Adapter instead of Log::Any

0.04  Sep 4, 2009

- Remove use of 'dp' from test

0.03  Jul 17, 2009

- Initial version