Skip to content

Commit 51ddce6

Browse files
committed
v6.30
- Don't inherit from Exporter anymore (GH#155) (Max Maischein) - Remove superfluous Perl version requirement. This module requires Perl 5.6 or newer. (GH#155) (Max Maischein)
1 parent 546f17f commit 51ddce6

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
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+
6.30 2021-05-10 14:55:55Z
44
- Don't inherit from Exporter anymore (GH#155) (Max Maischein)
55
- Remove superfluous Perl version requirement. This module requires Perl
66
5.6 or newer. (GH#155) (Max Maischein)

META.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@
106106
"x_IRC" : "irc://irc.perl.org/#lwp",
107107
"x_MailingList" : "mailto:[email protected]"
108108
},
109-
"version" : "6.29",
109+
"version" : "6.30",
110110
"x_Dist_Zilla" : {
111111
"perl" : {
112-
"version" : "5.030002"
112+
"version" : "5.030003"
113113
},
114114
"plugins" : [
115115
{
@@ -234,7 +234,7 @@
234234
"class" : "Dist::Zilla::Plugin::InstallGuide",
235235
"config" : {
236236
"Dist::Zilla::Role::ModuleMetadata" : {
237-
"Module::Metadata" : "1.000036",
237+
"Module::Metadata" : "1.000037",
238238
"version" : "0.006"
239239
}
240240
},
@@ -476,7 +476,7 @@
476476
"changelog" : "Changes"
477477
},
478478
"Dist::Zilla::Role::Git::Repo" : {
479-
"git_version" : "2.30.1",
479+
"git_version" : "2.31.1",
480480
"repo_root" : "."
481481
}
482482
},
@@ -487,7 +487,7 @@
487487
"class" : "Dist::Zilla::Plugin::Git::Contributors",
488488
"config" : {
489489
"Dist::Zilla::Plugin::Git::Contributors" : {
490-
"git_version" : "2.30.1",
490+
"git_version" : "2.31.1",
491491
"include_authors" : 0,
492492
"include_releaser" : 1,
493493
"order_by" : "name",
@@ -596,7 +596,7 @@
596596
"changelog" : "Changes"
597597
},
598598
"Dist::Zilla::Role::Git::Repo" : {
599-
"git_version" : "2.30.1",
599+
"git_version" : "2.31.1",
600600
"repo_root" : "."
601601
},
602602
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -613,12 +613,12 @@
613613
"branch" : null,
614614
"changelog" : "Changes",
615615
"signed" : 0,
616-
"tag" : "v6.29",
616+
"tag" : "v6.30",
617617
"tag_format" : "v%V",
618618
"tag_message" : "v%V"
619619
},
620620
"Dist::Zilla::Role::Git::Repo" : {
621-
"git_version" : "2.30.1",
621+
"git_version" : "2.31.1",
622622
"repo_root" : "."
623623
},
624624
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -669,7 +669,7 @@
669669
"changelog" : "Changes"
670670
},
671671
"Dist::Zilla::Role::Git::Repo" : {
672-
"git_version" : "2.30.1",
672+
"git_version" : "2.31.1",
673673
"repo_root" : "."
674674
},
675675
"Dist::Zilla::Role::Git::StringFormatter" : {
@@ -689,7 +689,7 @@
689689
"remotes_must_exist" : 1
690690
},
691691
"Dist::Zilla::Role::Git::Repo" : {
692-
"git_version" : "2.30.1",
692+
"git_version" : "2.31.1",
693693
"repo_root" : "."
694694
}
695695
},
@@ -846,6 +846,7 @@
846846
"Mark Stosberg <[email protected]>",
847847
"Martin H. Sluka <[email protected]>",
848848
"Matthew Chae <[email protected]>",
849+
"Max Maischein <[email protected]>",
849850
"Michael Schout <[email protected]>",
850851
"Mickey Nasriachi <[email protected]>",
851852
"Mike Schilli <[email protected]>",
@@ -886,7 +887,7 @@
886887
"Zakariyya Mughal <[email protected]>",
887888
"Zefram <[email protected]>"
888889
],
889-
"x_generated_by_perl" : "v5.30.2",
890+
"x_generated_by_perl" : "v5.30.3",
890891
"x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
891892
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
892893
"x_static_install" : 1

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.29
7+
version 6.30
88

99
# SYNOPSIS
1010

0 commit comments

Comments
 (0)