WebService-NFSN version 0.09, released November 11, 2010


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::Spec              
  HTTP::Request::Common   
  JSON::XS                1  (JSON 2.0 is also acceptable)
  LWP                     5
  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.09 of WebService-NFSN:
    (See the file "Changes" for the full revision history.)

	- Use Scalar::Util's reftype instead of UNIVERSAL::isa

	- Cleaned up usage of eval and $@ (using Try::Tiny where possible)

	- Changed examples/nfsn.pl to get credentials from .nfsn-api

	- Switched from Digest::SHA1 to Digest::SHA, because the
	  latter became a core module in Perl 5.10.



COPYRIGHT AND LICENCE

This software is copyright (c) 2010 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.
