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

..03-May-2022-

lib/Config/H08-Jun-2009-686429

Build.PLH A D03-May-2022527 1916

ChangesH A D03-May-20221.6 KiB5440

MANIFESTH A D03-May-2022163 109

META.ymlH A D03-May-2022543 2322

Makefile.PLH A D03-May-2022472 1614

READMEH A D03-May-2022516 2917

test.iniH A D03-May-2022310 4033

test.plH A D03-May-202221.7 KiB604444

README

1Config/IniHash version 3.01.00
2===========================
3
4This module reads and writes INI files.
5
6INSTALLATION
7
8To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19  Hash::Case
20  Hash::WithDefaults
21
22COPYRIGHT AND LICENCE
23
24Copyright (C) 2002-2009 Jenda Krynicky <Jenda@Krynicky.cz>
25
26This library is free software; you can redistribute it and/or modify
27it under the same terms as Perl itself.
28
29