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

..03-May-2022-

lib/Class/H14-Apr-2008-35551

t/H14-Apr-2008-9467

ChangesH A D14-Apr-2008561 2517

MANIFESTH A D14-Apr-2008193 109

META.ymlH A D14-Apr-2008483 1413

Makefile.PLH A D14-Apr-2008668 1613

READMEH A D14-Apr-20081 KiB3623

README

1
2### Class::ArrayObjects - enum facilities for array based objects
3
4
5This module makes it easy to build classes using array based objects.
6It's main goal is to allow one to create less memory hungry programs,
7notably in memory-sensitive contexts such as mod_perl.
8
9It is fully documented so you may wish to read the doc for further
10details.
11
12It can be installed in the usual ways:
13
14 - from within the cpan shell (perl -MCPAN -e shell):
15
16   install Class::ArrayObjects
17
18 - after having downloaded it from CPAN, and extracted from its
19 archive:
20
21   perl Makefile.PL
22   make
23   make test
24   make install
25
26Note to Win32 users: there is currently no PPM for this package as it
27isn't necessary. Simply use one of the above methods, replacing make
28with nmake or whatever other make facility you have available (a fair
29number are available online for free).
30
31This module is licensed under the same terms as Perl itself.
32
33-- Robin Berjon <robin@knowscape.com>
34drug, n:
35  a substance that, injected into a rat, produces a scientific paper.
36