File: Changes

package info (click to toggle)
liblog-dispatch-dir-perl 0.160-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 292; makefile: 2
file content (97 lines) | stat: -rw-r--r-- 1,975 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
0.160   2019-01-09 (PERLANCAR)

	- No functional changes.

	- Re-upload to CPAN after removal in July 2017.


0.15    2017-07-11 (PERLANCAR)

	- No functional changes.

	- [test] Replace File::Slurp::Tiny with File::Slurper.


0.14    2015-12-16 (PERLANCAR)

	- No functional changes.

	- Untaint result from Media::Type::Simple [RT#108188].


0.13    2015-10-20 (PERLANCAR)

	- No functional changes.

	- Remove use of Taint::Util to reduce deps.


0.12    2014-05-17 (SHARYANTO)

        - No functional changes.

        - Replace File::Slurp with File::Slurp::Tiny.


0.11     2013-09-09 (SHARYANTO)

         - No functional changes. Rebuild with MakeMaker instead of
           Module::Build because the latter is deprecated from core in 5.19.


0.10    2011-06-17 (SHARYANTO)

        - No functional changes. Fix failing tests [CT].


0.09    2011-06-15 (SHARYANTO)

        - No functional changes. Fix a couple of stupid bugs.


0.08    2011-06-15 (SHARYANTO)

        - No functional changes. Tweak default filename_pattern to be:
        '%Y-%m-%d-%H%M%S.pid-%{pid}.%{ext}'.


0.07    2011-06-15 (SHARYANTO)

        [ENHANCEMENTS]

        - New pattern for filename_pattern: %{ext}.

        [INCOMPATIBLE CHANGES]

        - Default filename pattern now contains %{ext} pattern.


0.06    2010-03-04 (SHARYANTO)

        - test file still refers to File::Stat, doh


0.05    2010-03-03 (SHARYANTO)

        - use plain ol' stat() instead of File::Stat due to failure in one
          platform (http://www.cpantesters.org/cpan/report/6877510)


0.04    2010-02-27 (SHARYANTO)

        - packaging fix: forgot to add dependency for Pod::Coverage &
          Test::Pod::Coverage

0.03    2010-02-26 (SHARYANTO)

        - switch to Dist::Zilla (to generate META.yml and become installable by cpanm)


0.02    2009-04-30 (SHARYANTO)

        - add missing dependency: Log::Dispatch::Output (closes #45583)


0.01    2009-04-28 (SHARYANTO)

        - First version