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

..03-May-2022-

.build/nYwuvMZx4p/H20-May-2014-1311

lib/Object/H20-May-2014-316118

t/H20-May-2014-213141

.travis.ymlH A D20-May-2014109 1210

ChangesH A D20-May-2014907 4624

LICENSEH A D20-May-201417.9 KiB380292

MANIFESTH A D20-May-2014308 1918

META.ymlH A D20-May-2014526 2221

Makefile.PLH A D20-May-20141.2 KiB6143

READMEH A D20-May-2014807 3923

README

1Object-Enum
2
3INSTALLATION
4
5To install this module, run the following commands:
6
7    perl Makefile.PL
8    make
9    make test
10    make install
11
12
13SUPPORT AND DOCUMENTATION
14
15After installing, you can find documentation for this module with the perldoc command.
16
17    perldoc Object::Enum
18
19You can also look for information at:
20
21    Search CPAN
22        http://search.cpan.org/dist/Object-Enum
23
24    CPAN Request Tracker:
25        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Object-Enum
26
27    AnnoCPAN, annotated CPAN documentation:
28        http://annocpan.org/dist/Object-Enum
29
30    CPAN Ratings:
31        http://cpanratings.perl.org/d/Object-Enum
32
33COPYRIGHT AND LICENCE
34
35Copyright (C) 2006 Hans Dieter Pearcey
36
37This program is free software; you can redistribute it and/or modify it
38under the same terms as Perl itself.
39