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

..03-May-2022-

examples/H29-Jan-2009-2418

lib/Config/H29-Jan-2009-368106

t/H29-Jan-2009-3727

ChangesH A D29-Jan-2009179 74

MANIFESTH A D29-Jan-2009192 109

META.ymlH A D29-Jan-2009394 1311

Makefile.PLH A D29-Jan-2009612 2119

READMEH A D29-Jan-20091.4 KiB5333

README

1Config-IniRegEx
2
3The README is used to introduce the module and provide instructions on
4how to install the module, any machine dependencies it may have (for
5example C compilers and installed libraries) and any other information
6that should be provided before the module is installed.
7
8A README file is required for CPAN modules since CPAN extracts the README
9file from a module distribution so that people browsing the archive
10can use it to get an idea of the module's uses. It is usually a good idea
11to provide version information here so that people can decide whether
12fixes for the module are worth downloading.
13
14
15INSTALLATION
16
17To install this module, run the following commands:
18
19	perl Makefile.PL
20	make
21	make test
22	make install
23
24SUPPORT AND DOCUMENTATION
25
26After installing, you can find documentation for this module with the
27perldoc command.
28
29    perldoc Config::IniRegEx
30
31You can also look for information at:
32
33    RT, CPAN's request tracker
34        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-IniRegEx
35
36    AnnoCPAN, Annotated CPAN documentation
37        http://annocpan.org/dist/Config-IniRegEx
38
39    CPAN Ratings
40        http://cpanratings.perl.org/d/Config-IniRegEx
41
42    Search CPAN
43        http://search.cpan.org/dist/Config-IniRegEx/
44
45
46COPYRIGHT AND LICENCE
47
48Copyright (C) 2009 sasikala
49
50This program is free software; you can redistribute it and/or modify it
51under the same terms as Perl itself.
52
53