# -*- coding: ascii; tab-width: 4 -*-
Info2: <<
Package: http-tiny-pm%type_pkg[perl]
Version: 0.088
Revision: 1

License: Artistic/GPL
Description: Small, simple, correct HTTP/1.1 client
DescDetail: <<
    This is a very simple HTTP/1.1 client, designed for doing simple GET
    requests without the overhead of a large framework like LWP::UserAgent.
<<
Maintainer: Daniel Johnson <daniel@daniel-johnson.org>
Homepage: https://metacpan.org/dist/HTTP-Tiny/

Source: mirror:cpan:authors/id/D/DA/DAGOLDEN/HTTP-Tiny-%v.tar.gz
Source-Checksum: SHA256(7ce6367e861883b6868d6dd86168af33524717d8cc94100c2abf9bd86a82b4d8)

Type: perl (5.16.2 5.18.2 5.18.4 5.28.2 5.30.2 5.30.3)
Distribution: <<
	(%type_pkg[perl] = 5162) 10.9,
	(%type_pkg[perl] = 5162) 10.10,
	(%type_pkg[perl] = 5162) 10.11,
	(%type_pkg[perl] = 5162) 10.12,
	(%type_pkg[perl] = 5162) 10.13
<<
UpdatePOD: true

DocFiles: Changes LICENSE README

Depends: <<
	http-cookiejar-pm%type_pkg[perl],
	io-socket-ip-pm%type_pkg[perl] (>= 0.32),
	io-socket-ssl-pm%type_pkg[perl] (>= 1.42),
	mozilla-ca-pm (>= 20160104),
	net-ssleay-pm%type_pkg[perl] (>= 1.49),
	perl%type_pkg[perl]-core
<<

PatchScript: <<
	# need net access to www.example.com
	rm t/002_croakage.t
	rm t/141_no_proxy.t
<<

InstallScript: <<
	%{default_script}
	/bin/mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
<<