Skip to content

Commit

Permalink
v7.00
Browse files Browse the repository at this point in the history
    - Stop transforming LF into CRLF. Fixes #69 (GH#196) (Olaf Alders)
  • Loading branch information
oalders committed Oct 7, 2024
1 parent 2cb4a75 commit 5d35b57
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for HTTP-Message

{{$NEXT}}
7.00 2024-10-07 15:31:56Z
- Stop transforming LF into CRLF. Fixes #69 (GH#196) (Olaf Alders)

6.46 2024-05-27 18:58:16Z
Expand Down
18 changes: 9 additions & 9 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"x_IRC" : "irc://irc.perl.org/#lwp",
"x_MailingList" : "mailto:[email protected]"
},
"version" : "6.46",
"version" : "7.00",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.034000"
Expand Down Expand Up @@ -439,7 +439,7 @@
}
},
"name" : "@Author::OALDERS/Git::GatherDir",
"version" : "2.049"
"version" : "2.051"
},
{
"class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
Expand Down Expand Up @@ -480,7 +480,7 @@
}
},
"name" : "@Author::OALDERS/Git::Check",
"version" : "2.049"
"version" : "2.051"
},
{
"class" : "Dist::Zilla::Plugin::Git::Contributors",
Expand Down Expand Up @@ -603,7 +603,7 @@
}
},
"name" : "@Author::OALDERS/@Git::VersionManager/release snapshot",
"version" : "2.049"
"version" : "2.051"
},
{
"class" : "Dist::Zilla::Plugin::Git::Tag",
Expand All @@ -612,7 +612,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "v6.46",
"tag" : "v7.00",
"tag_format" : "v%V",
"tag_message" : "v%V"
},
Expand All @@ -625,7 +625,7 @@
}
},
"name" : "@Author::OALDERS/@Git::VersionManager/Git::Tag",
"version" : "2.049"
"version" : "2.051"
},
{
"class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
Expand Down Expand Up @@ -676,7 +676,7 @@
}
},
"name" : "@Author::OALDERS/@Git::VersionManager/post-release commit",
"version" : "2.049"
"version" : "2.051"
},
{
"class" : "Dist::Zilla::Plugin::Git::Push",
Expand All @@ -693,7 +693,7 @@
}
},
"name" : "@Author::OALDERS/Git::Push",
"version" : "2.049"
"version" : "2.051"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs::Soften",
Expand Down Expand Up @@ -891,7 +891,7 @@
"Zefram <[email protected]>"
],
"x_generated_by_perl" : "v5.34.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.38",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
"x_static_install" : 1
}
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ my %WriteMakefileArgs = (
"lib" => 0,
"overload" => 0
},
"VERSION" => "6.47",
"VERSION" => "7.00",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HTTP::Message - HTTP style message (base class)

# VERSION

version 6.46
version 7.00

# SYNOPSIS

Expand Down

0 comments on commit 5d35b57

Please sign in to comment.