# 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.