• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

Build.PLH A D12-Mar-2007490

ChangesH A D12-Mar-20071.7 KiB

demo/H11-Apr-201311

lib/H05-Apr-20133

Makefile.PLH A D12-Mar-2007569

MANIFESTH A D12-Mar-2007537

META.ymlH A D12-Mar-2007452

READMEH A D12-Mar-2007668

t/H11-Apr-201317

README

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