Revision history for Perinci-Access-Simple-Client
0.16 2013-09-11 (SHARYANTO)
- No functional changes. Skip one riap+unix parse test on Windows due
to error in abs_path() (relpath) if file does not exist. I'm trying
to make Perinci::CmdLine work on Windows.
0.15 2013-09-08 (SHARYANTO)
- No functional changes. Replace URI with URI::Split.
0.14 2013-08-22 (SHARYANTO)
- No functional changes. Adjust to Perinci::Access::Base 0.29.
0.13 2013-08-13 (SHARYANTO)
- Support parse_url().
0.12 2013-04-02 (SHARYANTO)
[ENHANCEMENTS]
- Make Riap request 'uri' optional, you do not have to specify it in
$server_url. This unclutters the $server_url.
- Add helpers request_{tcp,unix,pipe}() methods for even cleaner server
specification.
- Add some tests for $server_url parsing.
0.11 2013-03-28 (SHARYANTO)
No functional changes. Fix example in Synopsis (third time's the charm).
0.10 2013-03-28 (SHARYANTO)
No functional changes. Fix example in Synopsis (take 2, doh).
0.09 2013-03-28 (SHARYANTO)
No functional changes. Fix example in Synopsis.
0.08 2013-03-28 (SHARYANTO)
No functional changes. Add Synopsis on using the riap+unix and
riap+pipe schemes.
0.07 2012-08-01 (SHARYANTO)
No functional changes. Fixed avoid Perl undef warning in DESTROY()
(take 2).
0.06 2012-08-01 (SHARYANTO)
No functional changes. Fixed avoid Perl undef warning in DESTROY().
0.05 2012-08-01 (SHARYANTO)
No functional changes. Fixed confused 'in' and 'out' in pipe.
0.04 2012-08-01 (SHARYANTO)
- Rename module from Perinci::Access::TCP::Client to
Perinci::Access::Simple::Client, following the spec name change
(Riap::TCP -> Riap::Simple). Now follows Riap 1.1.17.
- Support accessing server via pipe (riap+pipe scheme).
0.03 2012-07-25 (SHARYANTO)
Fix: don't mix buffered and unbuffered I/O, use buffered (getline() is
convenient)
0.02 2012-07-19 (SHARYANTO)
Support single-line request (Riap 1.1.15).
0.01 2012-07-19 (SHARYANTO)
First release.