File: Changes

package info (click to toggle)
libmoox-role-logger-perl 0.005-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 204 kB
  • sloc: perl: 207; makefile: 12
file content (36 lines) | stat: -rw-r--r-- 871 bytes parent folder | download | duplicates (3)
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
Revision history for MooX-Role-Logger

0.005     2014-09-24 09:55:46-04:00 America/New_York

    [Changed]

    - Dropped dependency on Types::Standard.  The logging category
      will be coerced to a string automatically rather than validated.

0.004     2014-09-18 10:32:10-04:00 America/New_York

    [Changed]

    - Renamed to MooX::Role::Logger for clarify that it works with Moo or
      Moose.

    - MooseX::Role::Logger deprecated but kept as a wrapper for backwards
      compatibility.

0.003     2014-07-03 12:38:11-04:00 America/New_York

    [Changed]

    - Drop minimum required perl to 5.006

0.002     2014-01-24 16:50:08-05:00 America/New_York

    [Incompatible Change]

    - The role now provides private method '_logger' rather than
      public method 'logger' (thanks, mst)

0.001     2013-10-03 00:24:33 America/New_York

    - First release