The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::TrackUPS -- Interface to UPS's Tracking Web Services

SYNOPSYS

  my $track = Net::TrackUPS->new(
    access_key => 'UPS Access License Number',
    ID => 'Your customer ID',
    password => 'Your password',
    request_option => 'empty, 'none' or '0' to request most recent activity;
                      'activity' or '1' to request all activities',
  );
  my $result = $track->track($tracking_number);

DESCRIPTION

This module is a simple interface to UPS's tracking web services.

BUGS

Not much error checking is done.

VERSION

This is version 0.01 of the client.

AUTHOR

David Grizzanti <dgrizzanti@gmail.com>

CREDITS

Based on Net::TrackIT (author Dmitri Tikhonov) Thanks Dmitri!