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

..11-Apr-2013244

Build.PLH A D21-Feb-2006503

ChangesH A D21-Feb-2006166

lib/H05-Apr-20133

Makefile.PLH A D21-Feb-2006587

MANIFESTH A D21-Feb-2006203

META.ymlH A D21-Feb-2006463

READMEH A D21-Feb-2006771

t/H11-Apr-20138

README

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