Algorithm-BinPack version 0.5
=============================

"Algorithm::BinPack" efficiently packs items into bins. The bins are
given a maximum size, and items are packed in with as little empty
space as possible. An example use would be backing up files to CD,
while minimizing the number of discs required.


INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install


COPYRIGHT AND LICENSE

Copyright (C) 2004-05 by Carey Tilden

This code is dual licensed. You may choose from one of the following:
 - http://creativecommons.org/licenses/by/1.0
 - http://d.revinc.org/pages/license