The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
WebService-NFSN version 1.02, released December 21, 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                5.57
  File::ShareDir          
  File::Spec              
  HTTP::Request::Common   
  JSON::XS                1  (JSON 2.0 is also acceptable)
  LWP::Protocol::https    6
  LWP::UserAgent          6
  Scalar::Util            1.01
  Try::Tiny               0.04
  URI                     1.00
  parent

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



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

	- Require correct version of Exporter

	- Fix possible installation problem:

	    Module::Build needs to be at least 0.36



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.