File: Changes

package info (click to toggle)
libplack-middleware-logany-perl 0.002.001-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 39; makefile: 2; sh: 1
file content (32 lines) | stat: -rw-r--r-- 1,111 bytes parent folder | download
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
Release history for Plack-Middleware-LogAny

0.002001  2022-12-19
          - fix required test dependency
            (at least Log::Any::Adapter::Log4perl 0.09 needed)

0.002     2022-12-17
          - revert release history
          - revise perl pod
          - on request pass HTTP headers to logging context

0.001003  2022-12-10
          - use tailcall to replace the current invocation of psgix.logger
          - make sure that the issuer of a logging request (%M) is set
            properly [RT #144221]

0.001002  2022-12-05
          - do not create authoring related MakeMaker postamble section
            on some platforms (background: the make syntax differs)

0.001001  2022-12-01
          - adoption (original author:
            Michael Alan Dorman <mdorman@ironicdesign.com>)
          - change authoring tool
            (from Dist::Zilla to ExtUtils::MakeMaker::CPANfile)
          - add this Changes file
          - tidy source code and test script
          - increase test coverage to 100%
          - handle 0 category accurately

0.001     2012-11-02
          - initial release