source: trunk/LATMOS-Accounts/README @ 2380

Last change on this file since 2380 was 2243, checked in by nanardon, 5 years ago

Improve schema upgrade procedure

File size: 1.1 KB
Line 
1LATMOS-Accounts version 0.01
2============================
3
4The README is used to introduce the module and provide instructions on
5how to install the module, any machine dependencies it may have (for
6example C compilers and installed libraries) and any other information
7that should be provided before the module is installed.
8
9A README file is required for CPAN modules since CPAN extracts the
10README file from a module distribution so that people browsing the
11archive can use it get an idea of the modules uses. It is usually a
12good idea to provide version information here so that people can
13decide whether fixes for the module are worth downloading.
14
15INSTALLATION
16
17To install this module type the following:
18
19   perl Makefile.PL
20   make
21   make test
22   make install
23
24DEPENDENCIES
25
26COPYRIGHT AND LICENCE
27
28Put the correct copyright and licence information here.
29
30Copyright (C) 2009 by Thauvin Olivier
31
32This library is free software; you can redistribute it and/or modify
33it under the same terms as Perl itself, either Perl version 5.10.0 or,
34at your option, any later version of Perl 5 you may have available.
35
36
Note: See TracBrowser for help on using the repository browser.