File: README

package info (click to toggle)
libarray-group-perl 4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 76 kB
  • sloc: perl: 45; makefile: 2
file content (21 lines) | stat: -rwxr-xr-x 422 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Array::Group
============

This module converts an array into array of arrayrefs of uniform size N.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Please report any bugs/suggestions to Mike Accardo <accardo@cpan.org>

This program is free software; you can redistribute it and/or modify it under 
the same terms as Perl itself.