Revision history for WWW-Postmark 0.5 2013-05-05 20:37:54 Asia/Jerusalem - The send() method now returns Postmark's return hash instead of just a true value (thanks Alex Peters) - Using JSON instead of JSON::Any - Small documentation fixes 0.4 2012-11-22 22:22:25 Asia/Jerusalem - Removed Try::Tiny dependency. Don't know why it was here in the first place. - When Postmark returns an unrecognized/unexpected API or HTTP error codes, an appropriate exception is thrown, with the unrecognized error code indicated in the error message. - Added new API error code 410. - Improved documentation. 0.3 2011-10-17 21:33:40 Asia/Jerusalem - Added support to Postmark's new spam score/SpamAssassin API (see module documentation) - Added the ability to provide HTML and/or plain text content for emails directly (thanks Ask Bjørn Hansen) - Moved to HTTP::Tiny from LWP::UserAgent as a more lightweight solution - Increased timeout from 30 seconds to 45 seconds 0.2 2010-07-23 19:43:54 Asia/Jerusalem - Added minimum perl requirement due to "use feature" 0.1 2010-07-22 13:06:08 Asia/Jerusalem - Initial release