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

..03-May-2022-

inc/Module/H08-Feb-2007-2,0311,528

lib/Algorithm/H08-Feb-2007-31278

t/H08-Feb-2007-267169

ChangesH A D07-Feb-2007124 63

MANIFESTH A D08-Feb-2007631 3231

META.ymlH A D08-Feb-2007353 1716

Makefile.PLH A D08-Feb-2007234 1210

READMEH A D07-Feb-2007915 4124

README

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