Revision history fon Perl module Business::UPS::Tracking

1.04 Sat Oct 31 2009
    - Skip online tests if there is no connection to the UPS webservice
    - Do not use Moose in B::U::T::Utils
    - Commandline: Utf8 output
    - Better reporting on XML exceptions
    - Fix XML enocding issues
    - Documentation (podcoverage, typos, extended, style, ..)

1.03 Sat Oct 24 2009
    - Add checksum check for tracking numbers
    - Moose exceptions are thrown using Business::UPS::Tracking::X::CLASS
    - Add Business::UPS::Tracking::Element::Code
    - Make object serializeable
    - Fix some bugs
    - Add commandline interface
    - Removed overload

1.02 Fri Aug 7 2009
    - Better detection of HTTPS prerequisites
    - Fixed errors in doc example
    - Added message element class
    - Fix some typos
    - Make tracking number type checking more strict

1.01 Tue Jul 21 2009
    - Fixed some typos in documentation
    - Added change file
    - Added version to all submodules
    - Use isa => 'Maybe[Type]' for all accessors that might be undefined

1.00 Sun Jul 05 2009
    - Inital version