diff options
author | Abigail <abigail@abigail.be> | 2008-12-22 10:43:46 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2008-12-22 10:43:46 +0100 |
commit | 3b46207fed7bf69caa32c27c04bd239cfb64cb53 (patch) | |
tree | 11b081fffac16f6b6590b50fb60be3b144776709 /lib/Text | |
parent | d82a90c1781ccf0f51c6d21d89bba736542ef4f8 (diff) | |
download | perl-3b46207fed7bf69caa32c27c04bd239cfb64cb53.tar.gz |
POD nits from Frank Wiegand <frank.wiegand@gmail.com>
Diffstat (limited to 'lib/Text')
-rw-r--r-- | lib/Text/Balanced.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Text/Balanced.pm b/lib/Text/Balanced.pm index 7316cc83ff..16a559b6c8 100644 --- a/lib/Text/Balanced.pm +++ b/lib/Text/Balanced.pm @@ -1237,7 +1237,7 @@ pattern C<'\s*'> - optional whitespace - is used. If the delimiter set is also not specified, the set C</["'`]/> is used. If the text to be processed is not specified either, C<$_> is used. -In list context, C<extract_delimited> returns a array of three +In list context, C<extract_delimited> returns an array of three elements, the extracted substring (I<including the surrounding delimiters>), the remainder of the text, and the skipped prefix (if any). If a suitable delimited substring is not found, the first |