Skip to content

Commit d73140e

Browse files
committed
v6.13
- Non-TRIAL release of changes found in 6.12
1 parent 75f4a2d commit d73140e

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Revision history for HTTP-Message
22

33
{{$NEXT}}
44

5+
6.13 2017-06-20 01:07:03Z
6+
- Non-TRIAL release of changes found in 6.12
7+
58
6.12 2017-06-15 18:03:50Z (TRIAL RELEASE)
69
- If an object is passed to HTTP::Request, it must provide a canonical()
710
method (Olaf Alders)

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This software is copyright (c) 1994-2016 by Gisle Aas.
1+
This software is copyright (c) 1994-2017 by Gisle Aas.
22

33
This is free software; you can redistribute it and/or modify it under
44
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
1212

1313
--- The GNU General Public License, Version 1, February 1989 ---
1414

15-
This software is Copyright (c) 1994-2016 by Gisle Aas.
15+
This software is Copyright (c) 1994-2017 by Gisle Aas.
1616

1717
This is free software, licensed under:
1818

@@ -272,7 +272,7 @@ That's all there is to it!
272272

273273
--- The Artistic License 1.0 ---
274274

275-
This software is Copyright (c) 1994-2016 by Gisle Aas.
275+
This software is Copyright (c) 1994-2017 by Gisle Aas.
276276

277277
This is free software, licensed under:
278278

META.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
}
7979
}
8080
},
81-
"release_status" : "testing",
81+
"release_status" : "stable",
8282
"resources" : {
8383
"bugtracker" : {
8484
"web" : "https://github.com/libwww-perl/HTTP-Message/issues"
@@ -92,7 +92,7 @@
9292
"x_IRC" : "irc://irc.perl.org/#lwp",
9393
"x_MailingList" : "mailto:[email protected]"
9494
},
95-
"version" : "6.12",
95+
"version" : "6.13",
9696
"x_Dist_Zilla" : {
9797
"perl" : {
9898
"version" : "5.026000"
@@ -308,7 +308,7 @@
308308
"branch" : null,
309309
"changelog" : "Changes",
310310
"signed" : 0,
311-
"tag" : "v6.12",
311+
"tag" : "v6.13",
312312
"tag_format" : "v%v",
313313
"tag_message" : "v%v"
314314
},
@@ -609,7 +609,7 @@
609609
"zilla" : {
610610
"class" : "Dist::Zilla::Dist::Builder",
611611
"config" : {
612-
"is_trial" : 1
612+
"is_trial" : 0
613613
},
614614
"version" : "6.009"
615615
}

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ my %WriteMakefileArgs = (
4848
"Time::Local" => 0,
4949
"Try::Tiny" => 0
5050
},
51-
"VERSION" => "6.12",
51+
"VERSION" => "6.13",
5252
"test" => {
5353
"TESTS" => "t/*.t"
5454
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ HTTP::Message - HTTP style message (base class)
66

77
# VERSION
88

9-
version 6.12
9+
version 6.13
1010

1111
# SYNOPSIS
1212

@@ -322,7 +322,7 @@ Gisle Aas <[email protected]>
322322

323323
# COPYRIGHT AND LICENSE
324324

325-
This software is copyright (c) 1994-2016 by Gisle Aas.
325+
This software is copyright (c) 1994-2017 by Gisle Aas.
326326

327327
This is free software; you can redistribute it and/or modify it under
328328
the same terms as the Perl 5 programming language system itself.

dist.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ author = Gisle Aas <[email protected]>
33
license = Perl_5
44
main_module = lib/HTTP/Message.pm
55
copyright_holder = Gisle Aas
6-
copyright_year = 1994-2016
7-
version = 6.12
6+
copyright_year = 1994-2017
7+
version = 6.13
88

99
[MetaResources]
1010
x_IRC = irc://irc.perl.org/#lwp

0 commit comments

Comments
 (0)