Skip to content

Commit

Permalink
Removes deprecation notice and fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Nov 27, 2018
1 parent 59e252e commit db480e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,4 +4,4 @@ perl6:
- latest
install:
- rakudobrew build-zef
- zef --depsonly --/test install .
- zef --depsonly install .
8 changes: 6 additions & 2 deletions README.md
@@ -1,5 +1,3 @@
## At this point, it is recommended that you use [HTTP::UserAgent](https://github.com/sergot/http-useragent) instead.

Perl6 LWP::Simple
=================

Expand All @@ -26,3 +24,9 @@ Current status
As of 2011-04-22, runs with all recent rakudo builds.
It correctly follows redirects, but no infinite redirects
detection yet.

You can
use [HTTP::UserAgent](https://github.com/sergot/http-useragent)
instead, with more options. However, this module will do just fine in
most cases.

0 comments on commit db480e6

Please sign in to comment.