File: Changes

package info (click to toggle)
libhttp-response-encoding-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 130; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,108 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
39
# Revision history for HTTP-Response-Encoding
#
# $Id: Changes,v 0.6 2009/07/28 21:25:25 dankogai Exp dankogai $
# 
$Revision: 0.6 $ $Date: 2009/07/28 21:25:25 $
! lib/HTTP/Response/Encoding.pm t/01-file.t
  Addressed RT#47033:
    new libwww-perl-5.827 release from 15.06.2009 breaks all tests
  (Tested both on lwp5.826 and lwp5.830)
  http://rt.cpan.org/Ticket/Display.html?47033

0.05 2007/05/12 09:24:15
! lib/HTTP/Response/Encoding.pm
  removed method
  - decoded_content() because HTTP::Message already has that
  added methods
  + charset() -- returns the chraset as-is
  + encoder() -- encoding object that can be used to decode

0.4 2007/04/20 05:40:37
! lib/HTTP/Response/Encoding.pm
  When you require Carp, you should surround arguments with ().
  Message-Id: <200704200454.l3K4sMHL008173@franz.ak.mind.de>

0.03 2007/04/18 04:50:40
! MANIFEST
+ t/t-null.html
  forgot to add. sorry.

0.02 2007/04/17 13:56:12
! lib/HTTP/Response/Encoding.pm
  t/01-file.pm
  + more descriptive error message for decoded_content().
  + test case for failure added

0.01 2007/04/17 13:14:24
+ *
  First version.