https://github.com/cosimo/perl6-lwp-simple
LWP::Simple quick & dirty implementation for Rakudo Perl 6
https://github.com/cosimo/perl6-lwp-simple
Last synced: about 1 year ago
JSON representation
LWP::Simple quick & dirty implementation for Rakudo Perl 6
- Host: GitHub
- URL: https://github.com/cosimo/perl6-lwp-simple
- Owner: cosimo
- Created: 2009-07-28T08:09:56.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T23:40:50.000Z (over 10 years ago)
- Last Synced: 2025-04-09T21:49:57.213Z (about 1 year ago)
- Language: Perl6
- Homepage: http://www.streppone.it/cosimo/blog/tag/LWP::Simple/
- Size: 167 KB
- Stars: 27
- Watchers: 7
- Forks: 20
- Open Issues: 7
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Perl6 LWP::Simple
=================
http://github.com/cosimo/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.
Dependencies
============
LWP::Simple depends on the modules MIME::Base64 and URI,
which you can find at http://modules.perl6.org/
Current status
==============
As of 2011-04-22, runs with all recent rakudo builds.
It correctly follows redirects, but no infinite redirects
detection yet.