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

..03-May-2022-

examples/H26-Dec-2019-166

t/H26-Dec-2019-366224

ChangesH A D09-Mar-201543 11

Find.pmH A D26-Dec-20198.7 KiB37297

MANIFESTH A D26-Dec-2019689 3130

MANIFEST.skipH A D09-Mar-201562 109

META.jsonH A D26-Dec-20191.2 KiB5352

META.ymlH A D26-Dec-2019651 3029

Makefile.PLH A D25-Dec-20191.9 KiB5647

READMEH A D26-Dec-2019683 3220

README

1Module::Find
2============
3
4Module::Find lets you find and use modules in categories. This can be very
5useful for auto-detecting driver or plugin modules. You can differentiate
6between looking in the category itself or in all subcategories.
7
8INSTALLATION
9
10To install this module type the following:
11
12   perl Makefile.PL
13   make
14   make test
15   make install
16
17DEPENDENCIES
18
19This module requires these other modules and libraries:
20
21  Test::More
22  File::Spec
23  File::Find
24
25COPYRIGHT AND LICENCE
26
27Copyright (C) 2004-2019 Christian Renz <crenz@web42.com>. All rights reserved.
28
29This library is free software; you can redistribute it and/or modify
30it under the same terms as Perl itself.
31
32