Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit fa392d0

Browse files
committed
updated Changes, README, META
1 parent 776b7fc commit fa392d0

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ Release notes for HTTP-Tiny
22

33
{{$NEXT}}
44

5+
[ADDED]
6+
7+
- Supports local_address option to set local socket interface
8+
[Chris Nehren, David Golden]
9+
510
0.021 2012-05-15 22:38:57 America/New_York
611

712
[TESTING]

META.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Mike Doherty <[email protected]>"
77
],
88
"dynamic_config" : 0,
9-
"generated_by" : "Dist::Zilla version 4.300016, CPAN::Meta::Converter version 2.120921",
9+
"generated_by" : "Dist::Zilla version 4.300017, CPAN::Meta::Converter version 2.120921",
1010
"license" : [
1111
"perl_5"
1212
],
@@ -69,7 +69,7 @@
6969
"provides" : {
7070
"HTTP::Tiny" : {
7171
"file" : "lib/HTTP/Tiny.pm",
72-
"version" : "0.021"
72+
"version" : "0.022"
7373
}
7474
},
7575
"release_status" : "stable",
@@ -85,6 +85,6 @@
8585
"web" : "https://github.com/dagolden/p5-http-tiny"
8686
}
8787
},
88-
"version" : "0.021"
88+
"version" : "0.022"
8989
}
9090

README.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HTTP::Tiny - A small, simple, correct HTTP/1.1 client
44

55
=head1 VERSION
66

7-
version 0.021
7+
version 0.022
88

99
=head1 SYNOPSIS
1010

0 commit comments

Comments
 (0)