Codebase list libhttp-async-perl / cbeadd4
Imported Upstream version 0.21 Florian Schlichting 10 years ago
4 changed file(s) with 11 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 CHANGES to HTTP::Async
1
2 0.21 2013/08/29
3
4 * Updated Changes file to meet CPAN::Changes::Spec
5 * FIxed unparseable date for version 0.02
16
27 0.20 2013/07/18
38
100105
101106 * Added pod tests, README and Makefile.PL in an attempt to achieve kwalitee.
102107
103 0.02 - Wed Sep 6 09:36:01 BST 2006 - svn r30
108 0.02 2006/09/06
104109
105110 * Changed the timeout to be an inactivity timeout and added a
106111 max_request_length to limit the amount of time that a request can be
33 "unknown"
44 ],
55 "dynamic_config" : 1,
6 "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921",
6 "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.132140",
77 "license" : [
88 "perl_5"
99 ],
5151 }
5252 },
5353 "release_status" : "stable",
54 "version" : "0.20"
54 "version" : "0.21"
5555 }
66 configure_requires:
77 ExtUtils::MakeMaker: 0
88 dynamic_config: 1
9 generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921'
9 generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.132140'
1010 license: perl
1111 meta-spec:
1212 url: http://module-build.sourceforge.net/META-spec-v1.4.html
3333 Time::HiRes: 0
3434 URI: 0
3535 URI::Escape: 0
36 version: 0.20
36 version: 0.21
22
33 package HTTP::Async;
44
5 our $VERSION = '0.20';
5 our $VERSION = '0.21';
66
77 use Carp;
88 use Data::Dumper;