2010-01-02 22:25:20 +00:00
committed by Git OBS Bridge
parent 5bc7d78544
commit 4dd89ac986
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26d4e978d3a5b78b4b09ef59694863eeae3c85aaacc77fec6442833786a1ed11
size 5199

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4793d1df28cb8e8179c3b3d50cff6e315260be220c45ce6be3abc005a78407e4
size 5705

View File

@@ -0,0 +1,6 @@
-------------------------------------------------------------------
Sat Jan 2 22:18:47 UTC 2010 - jfunk@funktronics.ca
- Update to 0.06
- Add description

View File

@@ -12,19 +12,25 @@
%define modname HTTP-Response-Encoding
Name: perl-%{modname}
Version: 0.05
Version: 0.06
Release: 1
URL: http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI
Summary: Adds encoding to HTTP::Response
Summary: Adds Encoding Methods to HTTP::Response
Requires: perl = %{perl_version}
BuildRequires: perl-libwww-perl perl(Encode) perl(HTTP::Response) perl(Test::More)
Requires: perl-libwww-perl perl(Encode) perl(HTTP::Response)
License: GPL/Artistic
Group: Development/Libraries/Perl
Source: %{modname}-%{version}.tar.gz
Source: %{modname}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-root
%description
This module adds charset(), encoder(), and encoding() methods to HTTP::Response
objects.
Authors:
--------
Dan Kogai <dankogai@dan.co.jp>
%prep