NAME
Shipment::Activity
VERSION
version 3.10
SYNOPSIS
use Shipment::Activity;
my $activity = Shipment::Activity->new(
status => 'Delivered',
status_date => '2016-09-04 22:14:53'
);
NAME
Shipment::Activity - a tracking activity
ABOUT
This class defines a shipment tracking activity. It is used in a Shipment::Base class for storing tracking activities.
Class Attributes
description
The description of the activity.
type: String
date
The date of the activity
type: DateAndTime
location
The location of the activity
type: Shipment::Address
AUTHOR
Andrew Baerg @ <andrew at pullingshots dot ca>
http://pullingshots.ca/
BUGS
Issues can be submitted at https://github.com/pullingshots/Shipment/issues
COPYRIGHT
Copyright (C) 2016 Andrew J Baerg, All Rights Reserved
NO WARRANTY
Absolutely, positively NO WARRANTY, neither express or implied, is offered with this software. You use this software at your own risk. In case of loss, no person or entity owes you anything whatsoever. You have been warned.
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Andrew Baerg <baergaj@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Andrew Baerg.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.