Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
S32::IO: lines does not have :nl, open does. `7stud++ for noticing
  • Loading branch information
moritz committed Mar 21, 2015
1 parent 5d45b82 commit c1a2f0b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions S32-setting-library/IO.pod
Expand Up @@ -863,7 +863,6 @@ absolute path.
X<.lines>

method lines($limit = Inf,
:$nl = "EOL",
:$eager = (context),
--> List[Str] )

Expand All @@ -875,12 +874,6 @@ the following optional named parameters:

=over 4

=item :nl

The delimiter between what are to be considered lines. By default assumes
C<"EOL">, which indicates any combination of C<"\n">, C<"\r\n">, C<"\r"> or
any other Unicode that has the C<Zl> (Separator, Line) property.

=item :eager

If specified with a C<True> value, will generate the list of lines eagerly,
Expand Down

0 comments on commit c1a2f0b

Please sign in to comment.