From: bob@starlabs.net Date: Thu, 22 Apr 2004 10:49:22 +0000 (+0000) Subject: [perl #29073] Reference to incorrect method in documentation of X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cf18bebb9cb15326fe052635ecc0c2e2752b23e6;p=p5sagit%2Fp5-mst-13.2.git [perl #29073] Reference to incorrect method in documentation of From: "bob@starlabs.net (via RT)" Message-ID: Date: 22 Apr 2004 10:49:22 -0000 p4raw-id: //depot/perl@22769 --- diff --git a/lib/Text/ParseWords.pm b/lib/Text/ParseWords.pm index 6949c45..e758bc6 100644 --- a/lib/Text/ParseWords.pm +++ b/lib/Text/ParseWords.pm @@ -168,8 +168,8 @@ words ignoring delimiters that appear inside quotes. "ewords() returns all of the tokens in a single long list, while &nested_quotewords() returns a list of token lists corresponding to the elements of @lines. &parse_line() does tokenizing on a single string. The &*quotewords() -functions simply call &parse_lines(), so if you're only splitting -one line you can call &parse_lines() directly and save a function +functions simply call &parse_line(), so if you're only splitting +one line you can call &parse_line() directly and save a function call. The $keep argument is a boolean flag. If true, then the tokens are