4 This module provides an interface allowing perl programs to create pspp
9 To install you must have first installed and built pspp 1.4.1 or
10 later. The Perl module does not use the installed PSPP binaries, but
11 it does require the libpspp-core-$VERSION.so library installed with
14 To install this module type the following:
21 For "make test" to succeed, Perl must be able to find
22 libpspp-core-$VERSION.so. It can do so if "make install" has been run
23 (as shown above), or if LD_LIBRARY_PATH points to it (e.g. in
24 src/.libs). Running "make check" from the top-level build directory
25 will automatically set LD_LIBRARY_PATH.
30 This module requires the POSIX module.
32 The modules Test::More, Text::Diff, File::Temp and the pspp source are
33 required during installation, but are not needed to run the module.
38 Copyright (C) 2007, 2009, 2010, 2019, 2020 by Free Software Foundation, Inc.
40 This program is free software: you can redistribute it and/or modify
41 it under the terms of the GNU General Public License as published by
42 the Free Software Foundation, either version 3 of the License, or
43 (at your option) any later version.
45 This program is distributed in the hope that it will be useful,
46 but WITHOUT ANY WARRANTY; without even the implied warranty of
47 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48 GNU General Public License for more details.
50 You should have received a copy of the GNU General Public License
51 along with this program. If not, see <http://www.gnu.org/licenses/>.