Skip to content

Commit

Permalink
Import doc changes from Text::CSV_XS 1.53
Browse files Browse the repository at this point in the history
  • Loading branch information
charsbar committed Dec 2, 2023
1 parent f52763d commit 8ceaa92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Text/CSV.pm
Expand Up @@ -1176,7 +1176,7 @@ This will return a reference to a list of L<getline ($fh)|/getline> results.
In this call, C<keep_meta_info> is disabled. If C<$offset> is negative, as
with C<splice>, only the last C<abs ($offset)> records of C<$fh> are taken
into consideration. Parameters C<$offset> and C<$length> are expected to be
an integers. Non-integer values are interpreted as integer without check.
integers. Non-integer values are interpreted as integer without check.
Given a CSV file with 10 lines:
Expand Down
2 changes: 1 addition & 1 deletion lib/Text/CSV_PP.pm
Expand Up @@ -4265,7 +4265,7 @@ This will return a reference to a list of L<getline ($fh)|/getline> results.
In this call, C<keep_meta_info> is disabled. If C<$offset> is negative, as
with C<splice>, only the last C<abs ($offset)> records of C<$fh> are taken
into consideration. Parameters C<$offset> and C<$length> are expected to be
an integers. Non-integer values are interpreted as integer without check.
integers. Non-integer values are interpreted as integer without check.
Given a CSV file with 10 lines:
Expand Down

0 comments on commit 8ceaa92

Please sign in to comment.