version numbers, updated Changes file
[p5sagit/Config-Any.git] / README
CommitLineData
c80a0905 1Config-Any version 0.0.4
2
3This module generalises loading class configuration data from a number of different
4file formats.
5
6INSTALLATION
7
8To install this module, run the following commands:
9 perl Build.PL
10 ./Build
11 ./Build test
12 ./Build install
13
14
15DEPENDENCIES
16
17Module::Pluggable >= 3.01
18
19COPYRIGHT AND LICENCE
20
21The development of this module was sponsored by SAPO, a division of Portugal Telecom.
22
23Copyright (C) 2006, Portugal Telecom
24
25This library is free software; you can redistribute it and/or modify
26it under the same terms as Perl itself.