From a91c97ae03f4abcf40e3f5cedaf9ad44ee8f590b Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 9 Jul 2011 22:22:43 -0700 Subject: [PATCH] Update perldoc.pod with URL support --- dist/Pod-Perldoc/lib/perldoc.pod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dist/Pod-Perldoc/lib/perldoc.pod b/dist/Pod-Perldoc/lib/perldoc.pod index d70625c..6a45148 100644 --- a/dist/Pod-Perldoc/lib/perldoc.pod +++ b/dist/Pod-Perldoc/lib/perldoc.pod @@ -14,7 +14,7 @@ B [B<-h>] [B<-D>] [B<-t>] [B<-u>] [B<-m>] [B<-l>] [B<-F>] [B<-n>I] [B<-X>] [B<-L> I] -PageName|ModuleName|ProgramName +PageName|ModuleName|ProgramName|URL B B<-f> BuiltinFunction @@ -180,11 +180,12 @@ namespace. See L (or L) to see how to create new localized C documentation packages and integrate them into L. -=item B +=item B The item you want to look up. Nested modules (such as C) are specified either as C or C<< File/Basename >>. You may also -give a descriptive name of a page, such as C. +give a descriptive name of a page, such as C. For URLs, HTTP and +HTTPS are the only kind currently supported. For simple names like 'foo', when the normal search fails to find a matching page, a search with the "perl" prefix is tried as well. -- 2.7.4