HeliosX-JSService version 0.01
==============================

This module, with the help of the JSPL library, provides the ability 
to create Helios services in JavaScript.

INSTALLATION

Install the JSPL module first (which means you'll need to install 
Mozilla SpiderMonkey before that).  Then, to install this module 
type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

    Helios 2.20
    JSPL
    Mozilla SpiderMonkey

COPYRIGHT AND LICENCE

Copyright (C) 2011 by Andrew Johnson

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


