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

..24-Apr-201479

Build.PLH A D20-Feb-2013461

ChangesH A D20-Feb-20132.2 KiB

demo/H24-Apr-201411

lib/H24-Apr-20143

Makefile.PLH A D20-Feb-2013541

MANIFESTH A D20-Feb-2013582

META.ymlH A D20-Feb-2013533

READMEH A D20-Feb-2013669

t/H24-Apr-201418

README

1Class::Std version 0.011
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
39