74d6220e99d8fd110e6b4e93976b35a39f1b2747
[pspp-builds.git] / perl-module / README
1 PSPP version 0.7
2 ================
3
4 This module provides an interface allowing perl programs to create pspp 
5 system files.
6
7 INSTALLATION
8
9 To install you must have first installed and built pspp 0.7.2 or
10 later.  Pspp is not required to use this module, only to install
11 it. 
12
13 To install this module type the following:
14
15    perl Makefile.PL
16    make
17    make test
18    make install
19
20
21
22 DEPENDENCIES
23
24 This module requires the POSIX module.
25
26 The modules Test::More, Text::Diff, File::Temp and the pspp source are
27 required during installation, but are not needed to run the module.
28
29
30 COPYRIGHT AND LICENCE
31
32 Copyright (C) 2007, 2009 by Free Software Foundation
33
34 This program is free software; you can redistribute it and/or
35 modify it under the terms of the GNU General Public License as
36 published by the Free Software Foundation; either version 2 of the
37 License, or (at your option) any later version.
38
39 This program is distributed in the hope that it will be useful, but
40 WITHOUT ANY WARRANTY; without even the implied warranty of
41 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
42 General Public License for more details.
43
44 You should have received a copy of the GNU General Public License
45 along with this program; if not, write to the Free Software
46 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
47 02110-1301, USA.
48