1Class::Std version 0.0.8
2
3This module provides the standard infrastructure required to create
4"inside-out" classes, as described in Chapters 15 and 16 of "Perl Best
5Practices" (O'Reilly, 2005).
6
7
8INSTALLATION
9
10To install this module, run the following commands:
11
12    perl Makefile.PL
13    make
14    make test
15    make install
16
17
18Alternatively, to install with Module::Build, you can use the following commands:
19
20    perl Build.PL
21    ./Build
22    ./Build test
23    ./Build install
24
25
26
27DEPENDENCIES
28
29None.
30
31
32COPYRIGHT AND LICENCE
33
34Copyright (C) 2005, Damian Conway
35
36This library is free software; you can redistribute it and/or modify
37it under the same terms as Perl itself.
38