• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

libwww-perl / libwww-perl / 462
61%

Build:
DEFAULT BRANCH: master
Ran 20 Nov 2019 02:40PM UTC
Jobs 1
Files 19
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
462

push

travis-ci

oalders
Add the patch method to LWP::UserAgent.

Much like the previously added `put` method, the `patch` method will
require a specific version of HTTP::Request::Common. This time, though,
we will need at least version 6.12.

This is largely a copy-paste of the already added `put` method. All of
the current tests we have in place that test the `put` method were
duplicated for the new `patch` method. The same logic gate that only
tests when we have the proper version of HTTP::Request::Common was added
for the 6.12 check.

This makes LWP::UserAgent a bit simpler to work with RESTful endpoints
in that we now directly support the most common HTTP verbs: `HEAD`,
`GET`, `DELETE`, `PUT`, `POST`, `PATCH`.

Fixes #116

7 of 7 new or added lines in 1 file covered. (100.0%)

1035 of 1724 relevant lines covered (60.03%)

26.14 hits per line

Jobs
ID Job ID Ran Files Coverage
24 462.24 (COVERAGE=1) 20 Nov 2019 02:41PM UTC 0
60.03
Travis Job 462.24
Source Files on build 462
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #462
  • 78893136 on github
  • Prev Build on master (#457)
  • Next Build on master (#463)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc