File: Changes

package info (click to toggle)
libplack-middleware-fixmissingbodyinredirect-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 77; makefile: 2
file content (51 lines) | stat: -rw-r--r-- 812 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
0.12
    * Fixed inconsistent VERSION

0.11

    * Added repository and bugtracker information to metadata
    * Removed unneeded dependency on Carp::Always

0.10

    * Added Changes file & fixed POD (RT 94939, reported by Florian)

0.09

    * Fixed VERSION

0.08

    * Added VERSION to FixMissingBodyInRedirect.pm

0.07

    * Fixed missing content-length header & set the test plan (Mark Ellis)

0.06

    * Minor correction in POD

0.05

    * Handle filehandle like object edge case (John Napiorkowski)
    * Simplify code (Graham Knop)
    * Added some more tests for empty body and filehandle case
      (Upasana, John Napiorkowski)

0.04

    * Added code & tests for body containing zeros

0.03

    * Added sub _is_body_set & test cases

0.02

    * Minor POD corrections

0.01

    * First release