8
0

Accepting request 561887 from home:pmonrealgonzalez:branches:devel:languages:perl

- updated to 6.14
    - Add some useful examples in HTTP::Request (GH #92)
      Batch requests are now explained.
    - PUT and PATCH docs updated (GH #84)
    - Trim trailing "\r" from status line so message() doesn't
      return it (GH #87)
    - Bring test coverage of HTTP::Config to 100% (GH #85)
    - Add 103 Early Hints to HTTP::Status (GH #94)

OBS-URL: https://build.opensuse.org/request/show/561887
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Message?expand=0&rev=17
This commit is contained in:
2018-01-05 13:31:13 +00:00
committed by Git OBS Bridge
parent 4b7868848d
commit adfee4b1bf
4 changed files with 17 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-HTTP-Message
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-HTTP-Message
Version: 6.13
Version: 6.14
Release: 0
%define cpan_name HTTP-Message
Summary: HTTP style message (base class)