File tree Expand file tree Collapse file tree 6 files changed +15
-12
lines changed Expand file tree Collapse file tree 6 files changed +15
-12
lines changed Original file line number Diff line number Diff 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+
586.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)
Original file line number Diff line number Diff line change 1- This software is copyright (c) 1994-2016 by Gisle Aas.
1+ This software is copyright (c) 1994-2017 by Gisle Aas.
22
33This is free software; you can redistribute it and/or modify it under
44the 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
1717This 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
277277This is free software, licensed under:
278278
Original file line number Diff line number Diff line change 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"
9292 "x_IRC" : " irc://irc.perl.org/#lwp" ,
9393 "x_MailingList" : " mailto:libwww@perl.org"
9494 },
95- "version" : " 6.12 " ,
95+ "version" : " 6.13 " ,
9696 "x_Dist_Zilla" : {
9797 "perl" : {
9898 "version" : " 5.026000"
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 },
609609 "zilla" : {
610610 "class" : " Dist::Zilla::Dist::Builder" ,
611611 "config" : {
612- "is_trial" : 1
612+ "is_trial" : 0
613613 },
614614 "version" : " 6.009"
615615 }
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 <gisle@activestate.com>
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
327327This is free software; you can redistribute it and/or modify it under
328328the same terms as the Perl 5 programming language system itself.
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ author = Gisle Aas <gisle@activestate.com>
33license = Perl_5
44main_module = lib/HTTP/Message.pm
55copyright_holder = Gisle Aas
6- copyright_year = 1994-2016
7- version = 6.12
6+ copyright_year = 1994-2017
7+ version = 6.13
88
99[MetaResources]
1010x_IRC = irc://irc.perl.org/# lwp
You can’t perform that action at this time.
0 commit comments