Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rewrites README removing obsolete remarks
  • Loading branch information
JJ committed Nov 27, 2018
1 parent db480e6 commit 4fc0d49
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Expand Up @@ -3,28 +3,19 @@ Perl6 LWP::Simple

[![Build Status](https://travis-ci.org/perl6/perl6-lwp-simple.svg?branch=master)](https://travis-ci.org/perl6/perl6-lwp-simple)

http://github.com/perl6/perl6-lwp-simple/

This is a quick & dirty implementation
of a LWP::Simple clone for Rakudo Perl 6.

Since Perl 6 is a bit new, this LWP::Simple does both
get and post requests.
This is a quick & dirty implementation of a LWP::Simple clone for Rakudo Perl 6; it does both get and post requests.

Dependencies
============

LWP::Simple depends on the modules MIME::Base64 and URI,
which you can find at http://modules.perl6.org/
which you can find at http://modules.perl6.org/. The tests depends
on [JSON::Tiny](https://github.com/moritz/json).


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
Expand Down

0 comments on commit 4fc0d49

Please sign in to comment.