Skip to content

Commit 5d35b57

Browse files
committed
v7.00
- Stop transforming LF into CRLF. Fixes #69 (GH#196) (Olaf Alders)
1 parent 2cb4a75 commit 5d35b57

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for HTTP-Message
22

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

66
6.46 2024-05-27 18:58:16Z

META.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"x_IRC" : "irc://irc.perl.org/#lwp",
112112
"x_MailingList" : "mailto:[email protected]"
113113
},
114-
"version" : "6.46",
114+
"version" : "7.00",
115115
"x_Dist_Zilla" : {
116116
"perl" : {
117117
"version" : "5.034000"
@@ -439,7 +439,7 @@
439439
}
440440
},
441441
"name" : "@Author::OALDERS/Git::GatherDir",
442-
"version" : "2.049"
442+
"version" : "2.051"
443443
},
444444
{
445445
"class" : "Dist::Zilla::Plugin::CopyFilesFromRelease",
@@ -480,7 +480,7 @@
480480
}
481481
},
482482
"name" : "@Author::OALDERS/Git::Check",
483-
"version" : "2.049"
483+
"version" : "2.051"
484484
},
485485
{
486486
"class" : "Dist::Zilla::Plugin::Git::Contributors",
@@ -603,7 +603,7 @@
603603
}
604604
},
605605
"name" : "@Author::OALDERS/@Git::VersionManager/release snapshot",
606-
"version" : "2.049"
606+
"version" : "2.051"
607607
},
608608
{
609609
"class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -612,7 +612,7 @@
612612
"branch" : null,
613613
"changelog" : "Changes",
614614
"signed" : 0,
615-
"tag" : "v6.46",
615+
"tag" : "v7.00",
616616
"tag_format" : "v%V",
617617
"tag_message" : "v%V"
618618
},
@@ -625,7 +625,7 @@
625625
}
626626
},
627627
"name" : "@Author::OALDERS/@Git::VersionManager/Git::Tag",
628-
"version" : "2.049"
628+
"version" : "2.051"
629629
},
630630
{
631631
"class" : "Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional",
@@ -676,7 +676,7 @@
676676
}
677677
},
678678
"name" : "@Author::OALDERS/@Git::VersionManager/post-release commit",
679-
"version" : "2.049"
679+
"version" : "2.051"
680680
},
681681
{
682682
"class" : "Dist::Zilla::Plugin::Git::Push",
@@ -693,7 +693,7 @@
693693
}
694694
},
695695
"name" : "@Author::OALDERS/Git::Push",
696-
"version" : "2.049"
696+
"version" : "2.051"
697697
},
698698
{
699699
"class" : "Dist::Zilla::Plugin::Prereqs::Soften",
@@ -891,7 +891,7 @@
891891
"Zefram <[email protected]>"
892892
],
893893
"x_generated_by_perl" : "v5.34.0",
894-
"x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
894+
"x_serialization_backend" : "Cpanel::JSON::XS version 4.38",
895895
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
896896
"x_static_install" : 1
897897
}

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ my %WriteMakefileArgs = (
5353
"lib" => 0,
5454
"overload" => 0
5555
},
56-
"VERSION" => "6.47",
56+
"VERSION" => "7.00",
5757
"test" => {
5858
"TESTS" => "t/*.t"
5959
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HTTP::Message - HTTP style message (base class)
44

55
# VERSION
66

7-
version 6.46
7+
version 7.00
88

99
# SYNOPSIS
1010

0 commit comments

Comments
 (0)