Skip to content

Commit

Permalink
v6.19
Browse files Browse the repository at this point in the history
    - Add support for RFC 8187 encoded filenames (GH#115) (Zaki Mughal)
    - Fix memoized _uri_canonical #121 (GH#123) (Dorian Taylor)
    - Don't overwrite $@ in decodable (gh #80) (GH#118) (mschae94)
  • Loading branch information
oalders committed Jan 16, 2019
1 parent 83dc609 commit 1e271bf
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 21 deletions.
4 changes: 3 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Revision history for HTTP-Message

{{$NEXT}}
6.19 2019-01-16 15:17:35Z (TRIAL RELEASE)
- Add support for RFC 8187 encoded filenames (GH#115) (Zaki Mughal)
- Fix memoized _uri_canonical #121 (GH#123) (Dorian Taylor)
- Don't overwrite $@ in decodable (gh #80) (GH#118) (mschae94)

6.18 2018-06-05 16:29:15Z
- Revert status_message to original code (GH#111) (Theo van Hoesel)
Expand Down
106 changes: 89 additions & 17 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,16 @@
},
"develop" : {
"requires" : {
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::CPAN::Changes" : "0.19",
"Test::More" : "0.96"
"Test::Mojibake" : "0",
"Test::More" : "0.96",
"Test::Pod" : "1.41",
"Test::Portability::Files" : "0",
"Test::Version" : "1",
"perl" : "5.006"
}
},
"runtime" : {
Expand All @@ -56,7 +64,9 @@
"MIME::Base64" : "2.1",
"MIME::QuotedPrint" : "0",
"Storable" : "0",
"Try::Tiny" : "0",
"URI" : "1.10",
"URI::Escape" : "0",
"base" : "0",
"perl" : "5.008001",
"strict" : "0",
Expand All @@ -73,12 +83,12 @@
"PerlIO::encoding" : "0",
"Test::More" : "0.88",
"Time::Local" : "0",
"Try::Tiny" : "0",
"perl" : "5.008001"
"perl" : "5.008001",
"utf8" : "0"
}
}
},
"release_status" : "stable",
"release_status" : "testing",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/libwww-perl/HTTP-Message/issues"
Expand All @@ -92,7 +102,7 @@
"x_IRC" : "irc://irc.perl.org/#lwp",
"x_MailingList" : "mailto:[email protected]"
},
"version" : "6.18",
"version" : "6.19",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.026001"
Expand Down Expand Up @@ -149,7 +159,7 @@
{
"class" : "Dist::Zilla::Plugin::MAXMIND::TidyAll",
"name" : "@Author::OALDERS/MAXMIND::TidyAll",
"version" : "0.13"
"version" : "0.83"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
Expand Down Expand Up @@ -219,13 +229,18 @@
{
"class" : "Dist::Zilla::Plugin::InstallGuide",
"name" : "@Author::OALDERS/InstallGuide",
"version" : "1.200009"
"version" : "1.200012"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
"name" : "@Author::OALDERS/ExecDir",
"version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@Author::OALDERS/PodSyntaxTests",
"version" : "6.012"
},
{
"class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
"config" : {
Expand Down Expand Up @@ -431,7 +446,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
"git_version" : "2.17.1",
"git_version" : "2.20.1",
"repo_root" : "."
}
},
Expand All @@ -442,15 +457,15 @@
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
"git_version" : "2.17.1",
"git_version" : "2.20.1",
"include_authors" : 0,
"include_releaser" : 1,
"order_by" : "name",
"paths" : []
}
},
"name" : "@Author::OALDERS/Git::Contributors",
"version" : "0.034"
"version" : "0.035"
},
{
"class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
Expand Down Expand Up @@ -539,7 +554,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
"git_version" : "2.17.1",
"git_version" : "2.20.1",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
Expand All @@ -556,12 +571,12 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "v6.18",
"tag" : "v6.19",
"tag_format" : "v%v",
"tag_message" : "v%v"
},
"Dist::Zilla::Role::Git::Repo" : {
"git_version" : "2.17.1",
"git_version" : "2.20.1",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
Expand Down Expand Up @@ -611,7 +626,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
"git_version" : "2.17.1",
"git_version" : "2.20.1",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
Expand All @@ -631,13 +646,66 @@
"remotes_must_exist" : 1
},
"Dist::Zilla::Role::Git::Repo" : {
"git_version" : "2.17.1",
"git_version" : "2.20.1",
"repo_root" : "."
}
},
"name" : "@Author::OALDERS/Git::Push",
"version" : "2.045"
},
{
"class" : "Dist::Zilla::Plugin::MojibakeTests",
"name" : "MojibakeTests",
"version" : "0.8"
},
{
"class" : "Dist::Zilla::Plugin::Test::Version",
"name" : "Test::Version",
"version" : "1.09"
},
{
"class" : "Dist::Zilla::Plugin::Test::Compile",
"config" : {
"Dist::Zilla::Plugin::Test::Compile" : {
"bail_out_on_fail" : "1",
"fail_on_warning" : "author",
"fake_home" : 0,
"filename" : "xt/author/00-compile.t",
"module_finder" : [
":InstallModules"
],
"needs_display" : 0,
"phase" : "develop",
"script_finder" : [
":PerlExecFiles"
],
"skips" : [],
"switch" : []
}
},
"name" : "Test::Compile",
"version" : "2.058"
},
{
"class" : "Dist::Zilla::Plugin::Test::Portability",
"config" : {
"Dist::Zilla::Plugin::Test::Portability" : {
"options" : ""
}
},
"name" : "Test::Portability",
"version" : "2.001000"
},
{
"class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
"name" : "Test::ChangesHasContent",
"version" : "0.011"
},
{
"class" : "Dist::Zilla::Plugin::Substitute",
"name" : "Substitute",
"version" : "0.006"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
Expand Down Expand Up @@ -692,7 +760,7 @@
"zilla" : {
"class" : "Dist::Zilla::Dist::Builder",
"config" : {
"is_trial" : 0
"is_trial" : 1
},
"version" : "6.012"
}
Expand All @@ -714,6 +782,7 @@
"David E. Wheeler <[email protected]>",
"DAVIDRW <[email protected]>",
"David Steinbrunner <[email protected]>",
"Dorian Taylor <[email protected]>",
"Father Chrysostomos <[email protected]>",
"Felipe Gasper <[email protected]>",
"FWILES <[email protected]>",
Expand All @@ -724,6 +793,7 @@
"Hans-H. Froehlich <[email protected]>",
"Ian Kilgore <[email protected]>",
"Jacob J <[email protected]>",
"Jakub Wilk <[email protected]>",
"jefflee <[email protected]>",
"Jerome Eteve <[email protected]>",
"john9art <[email protected]>",
Expand All @@ -732,6 +802,7 @@
"Mark Overmeer <[email protected]>",
"Mark Stosberg <[email protected]>",
"Martin H. Sluka <[email protected]>",
"Matthew Chae <[email protected]>",
"Mickey Nasriachi <[email protected]>",
"Mike Schilli <[email protected]>",
"murphy <[email protected]>",
Expand Down Expand Up @@ -764,9 +835,10 @@
"uid39246 <uid39246>",
"Ville Skytt\u00e4 <[email protected]>",
"Yuri Karaban <[email protected]>",
"Zakariyya Mughal <[email protected]>",
"Zefram <[email protected]>"
],
"x_generated_by_perl" : "v5.26.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0239"
"x_serialization_backend" : "Cpanel::JSON::XS version 4.04"
}

6 changes: 5 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ my %WriteMakefileArgs = (
"MIME::Base64" => "2.1",
"MIME::QuotedPrint" => 0,
"Storable" => 0,
"Try::Tiny" => 0,
"URI" => "1.10",
"URI::Escape" => 0,
"base" => 0,
"strict" => 0,
"warnings" => 0
Expand All @@ -46,7 +48,7 @@ my %WriteMakefileArgs = (
"PerlIO::encoding" => 0,
"Test::More" => "0.88",
"Time::Local" => 0,
"Try::Tiny" => 0
"utf8" => 0
},
"VERSION" => "6.19",
"test" => {
Expand Down Expand Up @@ -81,8 +83,10 @@ my %FallbackPrereqs = (
"Time::Local" => 0,
"Try::Tiny" => 0,
"URI" => "1.10",
"URI::Escape" => 0,
"base" => 0,
"strict" => 0,
"utf8" => 0,
"warnings" => 0
);

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ HTTP::Message - HTTP style message (base class)

# VERSION

version 6.18
version 6.19

# SYNOPSIS

Expand Down
12 changes: 11 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ requires "LWP::MediaTypes" => "6";
requires "MIME::Base64" => "2.1";
requires "MIME::QuotedPrint" => "0";
requires "Storable" => "0";
requires "Try::Tiny" => "0";
requires "URI" => "1.10";
requires "URI::Escape" => "0";
requires "base" => "0";
requires "perl" => "5.008001";
requires "strict" => "0";
Expand All @@ -28,8 +30,8 @@ on 'test' => sub {
requires "PerlIO::encoding" => "0";
requires "Test::More" => "0.88";
requires "Time::Local" => "0";
requires "Try::Tiny" => "0";
requires "perl" => "5.008001";
requires "utf8" => "0";
};

on 'test' => sub {
Expand All @@ -46,6 +48,14 @@ on 'configure' => sub {
};

on 'develop' => sub {
requires "File::Spec" => "0";
requires "IO::Handle" => "0";
requires "IPC::Open3" => "0";
requires "Test::CPAN::Changes" => "0.19";
requires "Test::Mojibake" => "0";
requires "Test::More" => "0.96";
requires "Test::Pod" => "1.41";
requires "Test::Portability::Files" => "0";
requires "Test::Version" => "1";
requires "perl" => "5.006";
};

0 comments on commit 1e271bf

Please sign in to comment.