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

..03-May-2022-

demo/H24-May-2015-550346

lib/Class/H24-May-2015-2,318516

t/H24-May-2015-1,067807

xt/H24-May-2015-1911

Build.PLH A D24-May-2015793 3431

ChangesH A D24-May-20152.3 KiB10151

MANIFESTH A D24-May-2015595 3433

META.jsonH A D24-May-20151.4 KiB6261

META.ymlH A D24-May-2015810 3635

Makefile.PLH A D24-May-2015541 2117

READMEH A D24-May-2015669 3921

README

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