The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perinci-Access-Simple-Server

0.17     2014-07-22 (SHARYANTO)

         - No functional changes.

         - Switch CLI scripts from using Perinci::CmdLine to
           Perinci::CmdLine::Any to reduce size of dependencies.


0.16    2014-04-30 (SHARYANTO)

	- No functional changes.

        - Adjust to Perinci::Access::Perl 0.66 (option extra_wrapper_convert
          renamed to set_function_properties).


0.15    2013-11-12 (SHARYANTO)

	- No functional changes. Rebuild to fix t/00-compile.t generated by
	  older DZP::Test::Compile (2.019 < x < 2.033).


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.