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

..11-Apr-2013244

ChangesH A D02-Mar-2010974

examples/H11-Apr-20133

Find.pmH A D02-Mar-20106 KiB

Makefile.PLH A D02-Mar-2010594

MANIFESTH A D02-Mar-2010474

MANIFEST.skipH A D02-Mar-201062

META.ymlH A D02-Mar-2010627

READMEH A D02-Mar-2010683

t/H11-Apr-201310

test/H11-Apr-20136

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-2009 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