Fix missing @clicksequence problem with older Texinfo versions.
[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 install
18    make test
19
20 For "make test" to succeed, Perl must be able to find
21 libpspp-core-$VERSION.so.  It can do so if "make install" has been run
22 (as shown above), or if LD_LIBRARY_PATH points to it (e.g. in
23 src/.libs).  Running "make check" from the top-level build directory
24 will automatically set LD_LIBRARY_PATH.
25
26
27 DEPENDENCIES
28
29 This module requires the POSIX module.
30
31 The modules Test::More, Text::Diff, File::Temp and the pspp source are
32 required during installation, but are not needed to run the module.
33
34
35 COPYRIGHT AND LICENCE
36
37 Copyright (C) 2007, 2009 by Free Software Foundation
38
39 This program is free software; you can redistribute it and/or
40 modify it under the terms of the GNU General Public License as
41 published by the Free Software Foundation; either version 2 of the
42 License, or (at your option) any later version.
43
44 This program is distributed in the hope that it will be useful, but
45 WITHOUT ANY WARRANTY; without even the implied warranty of
46 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
47 General Public License for more details.
48
49 You should have received a copy of the GNU General Public License
50 along with this program; if not, write to the Free Software
51 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
52 02110-1301, USA.
53