# Revision history for HTTP-Response-Encoding
#
# $Id: Changes,v 0.5 2007/05/12 09:24:15 dankogai Exp $
#
$Revision: 0.5 $ $Date: 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.