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

Commit cf83b39

Browse files
committed
Updated Changes and meta files
1 parent 278751e commit cf83b39

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Changes

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

33
{{$NEXT}}
44

5+
[BUG FIXES]
6+
7+
- Fixed Perl 5.6 compatibility by emulating utf8::encode [David Golden]
8+
59
0.015 2011-10-26 16:42:26 America/New_York
610

711
[BUG FIXES]

META.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"Carp" : 0,
3737
"IO::Socket" : 0,
3838
"Time::Local" : 0,
39+
"bytes" : 0,
3940
"perl" : "5.006",
4041
"strict" : 0,
4142
"warnings" : 0
@@ -60,11 +61,11 @@
6061
"provides" : {
6162
"HTTP::Tiny" : {
6263
"file" : "lib/HTTP/Tiny.pm",
63-
"version" : "0.015"
64+
"version" : "0.016"
6465
},
6566
"HTTP::Tiny::Handle" : {
6667
"file" : "lib/HTTP/Tiny.pm",
67-
"version" : "0.015"
68+
"version" : "0.016"
6869
}
6970
},
7071
"release_status" : "stable",
@@ -80,6 +81,6 @@
8081
"web" : "https://github.com/dagolden/p5-http-tiny"
8182
}
8283
},
83-
"version" : "0.015"
84+
"version" : "0.016"
8485
}
8586

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.015
7+
version 0.016
88

99
=head1 SYNOPSIS
1010

0 commit comments

Comments
 (0)