The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for SMS-Send-SMSGlobal-HTTP

0.01    19th May 2011
        [Initial release.]

0.02    20th May 2011
        [A couple of tweaks based on inital CPAN testers results.]
        - Took out spurious dependency and require of Crypt::SSLeay
        - Tweaked build of http_params - was passing through undefined
          values under perl 5.8.x

0.03    22nd May 2011
        - Took out _get option
        - Fixed _transport option

0.04    27th May 2011
        - Direct _verbose output to STDERR not STDOUT.
        - object.t: Replace LWP::UserAgent with Test::MockObject object,
          to avoid failures in some build environments
        - send_sms.t - avoid local ($some_hash{$key}) idiom in tests
          to (hopefully) pass smoke tests for perl 5.6.1 

0.05    30th May 2011
        - Also mock LWP::UserAgent in send_sms.t
        - Set perl version to 5.6.0

0.06    3rd June 2011
        - Handle alphanumeric caller-IDs
        - Allow list of recipents numbers; driver level only

0.07    6th June 2011
        - Treat LWP request failure as fatal error.
        - Save individual response codes in __responses attribute.

0.8     8th July 2011
        - POD Tweaks

0.9     27th Janaury 2012
        Introduced Try::Tiny for error handling:
        - replaced eval() with try{...}catch{...}
        Testing:
        - Replaced Test::Exception with Test::Fatal (based on Try::Tiny)