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

..03-May-2022-

lib/Module/H30-Jul-2017-282121

t/H30-Jul-2017-10077

.gitignoreH A D30-Jul-2017116 1211

Build.PLH A D30-Jul-2017888 4945

ChangesH A D30-Jul-20171.5 KiB6534

MANIFESTH A D30-Jul-2017156 1312

META.jsonH A D30-Jul-20171.6 KiB6665

META.ymlH A D30-Jul-2017923 4140

READMEH A D30-Jul-2017639 3220

SIGNATUREH A D30-Jul-20171.3 KiB3528

README

1NAME
2
3Module::List - module `directory' listing
4
5DESCRIPTION
6
7This module deals with the examination of the namespace of Perl modules.
8The contents of the module namespace is split across several physical
9directory trees, but this module hides that detail, providing instead
10a view of the abstract namespace.
11
12INSTALLATION
13
14	perl Build.PL
15	./Build
16	./Build test
17	./Build install
18
19AUTHOR
20
21Andrew Main (Zefram) <zefram@fysh.org>
22
23COPYRIGHT
24
25Copyright (C) 2004, 2006, 2009, 2011, 2017
26Andrew Main (Zefram) <zefram@fysh.org>
27
28LICENSE
29
30This module is free software; you can redistribute it and/or modify it
31under the same terms as Perl itself.
32