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

..03-May-2022-

lib/Class/H30-Jul-2017-22682

t/H30-Jul-2017-254212

.gitignoreH A D30-Jul-2017114 1211

Build.PLH A D30-Jul-2017897 5046

ChangesH A D30-Jul-20171.7 KiB6937

MANIFESTH A D30-Jul-2017187 1615

META.jsonH A D30-Jul-20171.6 KiB6766

META.ymlH A D30-Jul-2017923 4241

READMEH A D30-Jul-2017509 3018

SIGNATUREH A D30-Jul-20171.5 KiB3831

README

1NAME
2
3Class::Mix - dynamic class mixing
4
5DESCRIPTION
6
7The "mix_class" function provided by this module dynamically generates
8`anonymous' classes with specified inheritance.
9
10INSTALLATION
11
12	perl Build.PL
13	./Build
14	./Build test
15	./Build install
16
17AUTHOR
18
19Andrew Main (Zefram) <zefram@fysh.org>
20
21COPYRIGHT
22
23Copyright (C) 2004, 2006, 2009, 2010, 2011, 2017
24Andrew Main (Zefram) <zefram@fysh.org>
25
26LICENSE
27
28This module is free software; you can redistribute it and/or modify it
29under the same terms as Perl itself.
30