WebService-NFSN version 0.10, released May 5, 2011


WebService::NFSN is a client library for NearlyFreeSpeech.NET's member
API (https://members.nearlyfreespeech.net/wiki/API).  It is only
useful to people who have websites hosted at NearlyFreeSpeech.NET.



INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install



DEPENDENCIES

  Package                Minimum Version
  ---------------------- ---------------
  perl                    5.006
  Carp                    
  Digest::SHA             
  Exception::Class        
  Exporter                
  File::ShareDir          
  File::Spec              
  HTTP::Request::Common   
  JSON::XS                1  (JSON 2.0 is also acceptable)
  LWP                     5
  LWP::Protocol::https    
  Scalar::Util            1.01
  Try::Tiny               0.04
  URI                     1

Also, some of the example scripts use Data::Dumper to display the results.



CHANGES
    Here's what's new in version 0.10 of WebService-NFSN:
    (See the file "Changes" for the full revision history.)

	- If you have LWP 6.00 or better, WebService::NFSN will now
	  automatically verify the server's certificate to protect you
	  against man-in-the-middle attacks.

	- Concatenate generated code to use fewer string evals



COPYRIGHT AND LICENCE

This software is copyright (c) 2011 by Christopher J. Madsen.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.