WWW-MyNewsletterBuilder version 0.02b01
===============================

This is the first version of the Perl interface for the api.mynewsletterbuilder.com
XML-RPC API.  Contact support@mynewsletterbuilder.com for an API key. 

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:

  Frontier::Client

COPYRIGHT AND LICENCE

Copyright (C) 2010 by JBA Network

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.8 or,
at your option, any later version of Perl 5 you may have available.

Author: Robert Davis <robert@jbanetwork.com>

Revision history for Perl extension WWW::MyNewsletterBuilder

0.01  Mon Apr 19 20:19:45 2010
	- original version; created by h2xs 1.23 with options
		-AXc -n WWW::JBANetwork::MNB
		
0.01b01 Mon Apr 19 23:38:50 2010
	- FIXED documentation
	- UPDATED argument list for UPDATE methods
	
0.01b02 Tue Apr 20 09:49:32 2010
	- general Cleanup.
	- fix makefile requirements

0.02 Wed Apr 21 02:00:40 2010
	- !!strict type casting and validation on all flat arguments
	- fix AccountKeyDisable() and AccountKeyEnable()
	- fix SubscriberUnsubscribeBatch()
	- better error handling
	- deal with booleans correctly
	- more cleanup and documentation updates

0.02b01 Wed Apr 21 11:41:05 2010
	- Change namespace to WWW::MyNewsletterBuilder from WWW::JBANetwork::MNB