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

..03-May-2022-

lib/Class/Std/H24-Nov-2007-26425

t/H24-Nov-2007-149103

Build.PLH A D21-May-2005503 2017

ChangesH A D24-Nov-2007213 127

MANIFESTH A D19-May-2005203 1413

META.ymlH A D24-Nov-2007464 1513

Makefile.PLH A D21-May-2005587 2018

READMEH A D24-Nov-2007771 4424

README

1Class::Std::Utils version 0.0.3
2
3This module provides three utility subroutines:
4
5    anon_scalar()
6
7    ident($some_ref)
8
9    extract_initializers_from(\%hash)
10
11These subs simplify the creation of "inside-out" classes. See Chapters
1215 and 16 of "Perl Best Practices" (O'Reilly, 2005) for details.
13
14INSTALLATION
15
16To install this module, run the following commands:
17
18    perl Makefile.PL
19    make
20    make test
21    make install
22
23
24Alternatively, to install with Module::Build, you can use the following commands:
25
26    perl Build.PL
27    ./Build
28    ./Build test
29    ./Build install
30
31
32
33DEPENDENCIES
34
35None.
36
37
38COPYRIGHT AND LICENCE
39
40Copyright (C) 2005, Damian Conway
41
42This library is free software; you can redistribute it and/or modify
43it under the same terms as Perl itself.
44