From a6b91202136a6ce25cd5212bf1f2e81489688050 Mon Sep 17 00:00:00 2001 From: Abigail Date: Mon, 19 Mar 2012 00:53:14 +0100 Subject: Update Pod::Perldoc to version 3.17 --- cpan/Pod-Perldoc/corpus/perlfunc.pod | 244 +++++++++++++------------- cpan/Pod-Perldoc/lib/Pod/Perldoc.pm | 46 +++-- cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm | 2 +- cpan/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm | 5 +- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToANSI.pm | 4 +- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm | 3 +- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm | 39 +++- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm | 3 +- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm | 3 +- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm | 3 +- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm | 4 +- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm | 3 +- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm | 3 +- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm | 3 +- cpan/Pod-Perldoc/lib/perldoc.pod | 2 +- cpan/Pod-Perldoc/t/load.t | 6 +- cpan/Pod-Perldoc/t/man/_get_columns.t | 10 +- 17 files changed, 215 insertions(+), 168 deletions(-) (limited to 'cpan') diff --git a/cpan/Pod-Perldoc/corpus/perlfunc.pod b/cpan/Pod-Perldoc/corpus/perlfunc.pod index ef73c1aef4..604123daf8 100644 --- a/cpan/Pod-Perldoc/corpus/perlfunc.pod +++ b/cpan/Pod-Perldoc/corpus/perlfunc.pod @@ -14,7 +14,7 @@ take more than one argument. Thus, a comma terminates the argument of a unary operator, but merely separates the arguments of a list operator. A unary operator generally provides scalar context to its argument, while a list operator may provide either scalar or list -contexts for its arguments. If it does both, scalar arguments +contexts for its arguments. If it does both, scalar arguments come first and list argument follow, and there can only ever be one such list argument. For instance, splice() has three scalar arguments followed by a list, whereas gethostbyname() has four scalar @@ -30,7 +30,7 @@ Commas should separate literal elements of the LIST. Any function in the list below may be used either with or without parentheses around its arguments. (The syntax descriptions omit the -parentheses.) If you use parentheses, the simple but occasionally +parentheses.) If you use parentheses, the simple but occasionally surprising rule is this: It I like a function, therefore it I a function, and precedence doesn't matter. Otherwise it's a list operator or unary operator, and precedence does matter. Whitespace @@ -175,7 +175,7 @@ C, C, C, C, C Except for C, these are available only if you enable the C<"switch"> feature or use the C prefix. -See L and L. +See L and L. Alternately, include a C or later to the current scope. In Perl 5.14 and earlier, C required the C<"switch"> feature, like the other keywords. @@ -250,7 +250,7 @@ C, C, C