Box::Calc::Item - The container class for the items you wish to pack.
version 1.0200
my $item = Box::Calc::Item->new(name => 'Apple', x => 3, y => 3.3, z => 4, weight => 5);
Constructor.
Returns the name of this item.
Returns all the important details about this item as a hash reference.
This class installs Box::Calc::Role::Dimensional.