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

NAME

Business::Shipping::Package - Abstract class

DESCRIPTION

Represents package-level information (e.g. weight). Subclasses provide real implementation.

METHODS

$package->weight()

Accessor for weight.

$package->id()

Package ID (for unique identification in a list of packages).

AUTHOR

Daniel Browning, db@kavod.com, http://www.kavod.com/

COPYRIGHT AND LICENCE

Copyright 2003-2011 Daniel Browning <db@kavod.com>. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. See LICENSE for more info.