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

libwww-perl / libwww-perl / 347
61%

Build:
DEFAULT BRANCH: master
Ran 06 Mar 2019 08:27PM UTC
Jobs 1
Files 19
Run time 239min
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
347

push

travis-ci

oalders
Allow IPv6 proxy hosts starting with [.

Altered the regular expression that checked for a sane-ish looking
URL for our proxy host:

 if $url =~ /^https?:/ && $url !~ m,^https?://\w,;

Given this expression, a proxy host in the form of
http://[::1]:33485/ would fail because it starts with a left bracket.

The expression above has been altered to:

 if $url =~ /^https?:/ && $url !~ m,^https?://[\w[],;

Which will allow it to begin with a word character or a left bracket.

This will resolve issue #237

Also, edit the Travis config to ensure we test against threaded Perls.

1030 of 1705 relevant lines covered (60.41%)

24.14 hits per line

Jobs
ID Job ID Ran Files Coverage
24 347.24 (COVERAGE=1) 06 Mar 2019 08:27PM UTC 0
60.41
Travis Job 347.24
Source Files on build 347
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #347
  • 130b83d5 on github
  • Prev Build on master (#337)
  • Next Build on master (#348)
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