FUNCTION
This class implements an O(1) packing algorithm.
ATTRIBUTES
CARGO -- the cargo to be packed.
A O(1) packing algorithm.
SYNOPSIS
my $sequence = $packref->pack();
RETURN VALUE
A squence that specifies how to pack the truck.