perl-module: Make PSPP::Reader::get_next_case() return a list. v0.7.2
authorBen Pfaff <blp@gnu.org>
Fri, 6 Feb 2009 03:36:18 +0000 (19:36 -0800)
committerBen Pfaff <blp@gnu.org>
Fri, 6 Feb 2009 03:36:18 +0000 (19:36 -0800)
commitdb1b228d7481ccc58077c420887285cff2d08b91
treefad66c4d76dbfb3d34be02818f0ec466c6ef1884
parent3b31ddc1183fe78119fe7c8d9f8a19204fb23aea
perl-module: Make PSPP::Reader::get_next_case() return a list.

PSPP::Reader::get_next_case() was documented to return a list,
but actually it returned a reference to a list.  This commit
changes the behavior to match the documentation.

This also fixes the behavior on reading past the end of the file.
Previously this was documented to return undef but caused a
segfault in practice.  Now it returns an empty list.

Also increase PSPP version number from 0.7.1 to 0.7.2 at John
Darrington's request, to alert users of the previous version of
the Perl interface.
configure.ac
perl-module/PSPP.xs
perl-module/lib/PSPP.pm
perl-module/t/Pspp.t