The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
JSONP version 0.61
==================

This module is intended to help you to build web applications based on lightweight JSON/JSONP perl web services on the server side and javascript on the client side. jQuery is higly advised.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  the only non-core module required is JSON, JSON::XS is advised

COPYRIGHT AND LICENCE

Copyright © 2014 by Anselmo Canfora

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.0 or,
at your option, any later version of Perl 5 you may have available.