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