• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Algorithm/H16-Mar-2005-25590

t/H16-Mar-2005-10271

ChangesH A D16-Mar-2005509 2115

MANIFESTH A D07-Sep-2004162 87

META.ymlH A D16-Mar-2005317 119

Makefile.PLH A D06-Sep-2004541 129

READMEH A D16-Mar-2005650 2717

TODOH A D08-Sep-200435 32

README

1Algorithm-BinPack version 0.5
2=============================
3
4"Algorithm::BinPack" efficiently packs items into bins. The bins are
5given a maximum size, and items are packed in with as little empty
6space as possible. An example use would be backing up files to CD,
7while minimizing the number of discs required.
8
9
10INSTALLATION
11
12To install this module type the following:
13
14   perl Makefile.PL
15   make
16   make test
17   make install
18
19
20COPYRIGHT AND LICENSE
21
22Copyright (C) 2004-05 by Carey Tilden
23
24This code is dual licensed. You may choose from one of the following:
25  - http://creativecommons.org/licenses/by/1.0
26  - http://d.revinc.org/pages/license
27