From: John Darrington Date: Mon, 12 Jan 2009 05:38:44 +0000 (+0900) Subject: Fix syntax errors in pod X-Git-Tag: v0.7.1~1^2~3 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=2cf7ac68ff3ab753be17381fa5d2c2ac27b7ff34 Fix syntax errors in pod --- diff --git a/perl-module/lib/PSPP.pm b/perl-module/lib/PSPP.pm index 2ca942c2..ab656415 100644 --- a/perl-module/lib/PSPP.pm +++ b/perl-module/lib/PSPP.pm @@ -463,7 +463,7 @@ Opens a system file for reading. Open is used to read data from an existing system file. It creates and returns a PSPP::Reader object which can be used to read -data and dictionary information from filename. +data and dictionary information from C. =cut @@ -489,7 +489,7 @@ Returns the dictionary associated with the reader. Retrieves the next case from the reader. This method returns an array of scalars, each of which are the values of the data in the system file. -The first call to get_next_case after open has been called retrieves +The first call to C after C has been called retrieves the first case in the system file. Each subsequent call retrieves the next case. If there are no more cases to be read, the function returns undef.