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

..03-May-2022-

inc/Test/Run/H03-May-2022-8056

lib/Config/H03-May-2022-3,4431,582

scripts/H24-Mar-2020-2416

t/H07-May-2022-3,2151,833

xt/H03-May-2022-146115

Build.PLH A D24-Mar-20201.7 KiB8269

ChangesH A D24-Mar-202019.4 KiB519375

LICENSEH A D24-Mar-202020.1 KiB397324

MANIFESTH A D24-Mar-20201.7 KiB8483

MANIFEST.SKIPH A D24-Mar-202018 32

META.jsonH A D24-Mar-202017 KiB543541

META.ymlH A D24-Mar-202010.6 KiB399398

Makefile.PLH A D24-Mar-20201.9 KiB9281

READMEH A D24-Mar-2020811 3621

dist.iniH A D24-Mar-2020586 3028

weaver.iniH A D24-Mar-2020437 4025

README

1Config::IniFiles - A module for reading .ini-style configuration files.
2
3DESCRIPTION
4
5Config::IniFiles provides a way to have readable configuration files
6outside your Perl script. Configurations can be imported (inherited,
7stacked,...), sections can be grouped, and settings can be accessed from
8a tied hash.
9
10INSTALLATION
11
12To install this module type the following:
13
14    perl Build.PL
15    ./Build
16    ./Build test
17    ./Build install
18
19Alternatively use the CPAN.pm module:
20
21    # perl -MCPAN -e 'install Config::IniFiles'
22
23Or the newer CPANPLUS.pm module
24
25    # perl -MCPANPLUS -e 'install Config::IniFiles'
26
27DEPENDENCIES
28
29The module's only dependency is a recent-enough version of perl5.
30
31LICENSE
32
33This program is free software; you can redistribute it and/or
34modify it under the same terms as Perl itself.
35
36