Box-Calc

 view release on metacpan or  search on metacpan

lib/Box/Calc.pm  view on Meta::CPAN

=cut

sub packing_instructions {
    my $self = shift;
    my @boxes = map { $_->packing_instructions} @{ $self->boxes };
    return \@boxes;
}

=head1 TODO

There are some additional optimizations that could be done to speed things up a bit. We might also be able to get a better fill percentage (less void space), although that's not really the intent of Box::Calc.

=head1 PREREQS

L<Moose>
L<Ouch>
L<Log::Any>
L<Data::GUID>

=head1 SUPPORT



( run in 0.390 second using v1.01-cache-2.11-cpan-709fd43a63f )