Revision history for Perinci-Access-Simple-Server
0.14 2013-10-15 (SHARYANTO)
- Use Data::Clean::FromJSON because JSON produces JSON::{PP,XS}::Boolean
objects that currently trip Data::Sah-generated validator code.
0.13 2013-09-08 (SHARYANTO)
- Replace Perinci::Access::InProcess with ::Perl and ::Schemeless.
0.12 2012-08-16 (SHARYANTO)
- No functional changes. A second attempt to fix test (another case of
calling the correct Perl interpreter).
0.11 2012-08-15 (SHARYANTO)
- No functional changes. Add some workaround to avoid failing tests.
0.10 2012-08-10 (SHARYANTO)
- No functional changes. Update dependencies.
0.09 2012-08-03 (SHARYANTO)
- No functional changes. Add main module Perinci::Access::Simple::Server
to avoid confusion.
0.08 2012-08-03 (SHARYANTO)
- No functional changes. Replace Perinci::Sub::property::result_postfilter
with Data::Clean::JSON.
0.07 2012-08-01 (SHARYANTO)
- No functional changes. Add missing dependency for bin/peri-sockserve
(Perinci::Gen::ForModule).
0.06 2012-08-01 (SHARYANTO)
[BUG FIXES]
- pipe server: need to make stdout hot ($|++).
- pipe server: forgot to send J<num> in response.
0.05 2012-08-01 (SHARYANTO)
- Rename dist from Perinci-Access-TCP-Client to
Perinci-Access-Simple-Client, following spec name change (Riap::TCP ->
Riap::Simple). Now follows Riap 1.1.17.
- Rename module from Perinci::Access::TCP::Client to
Perinci::Access::Simple::Server::Socket.
- Add Perinci::Access::Simple::Server::Pipe.
0.04 2012-07-25 (SHARYANTO)
- Fix: don't mix buffered and unbuffered I/O, use unbuffered.
0.03 2012-07-20 (SHARYANTO)
- No functional changes. Add missing deps [CT].
0.02 2012-07-19 (SHARYANTO)
[ENHANCEMENTS]
- peri-tcpserve: Add option --nofork (for debugging)
[BUG FIXES]
- Don't mix buffered and unbuffered write.
0.01 2012-07-19 (SHARYANTO)
- First release, proof of concept.