diff options
author | Robin Barker <RMBarker@cpan.org> | 2003-07-01 19:21:34 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-01 17:00:02 +0000 |
commit | 557a2462ece619ba06f0ee196dcad727ffc79c01 (patch) | |
tree | 07f7526d341ce78a72a7db9f03095f89936a6216 /lib/CGI.pm | |
parent | 651aa52ea1faa8061eb86ace84ffe785cc94a922 (diff) | |
download | perl-557a2462ece619ba06f0ee196dcad727ffc79c01.tar.gz |
[PATCH] long C<=item>s in pod/perlunicode.pod
Date: Tue, 1 Jul 2003 18:21:34 +0100
Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
Subject: [PATCH] long C<=item>s in lib/CGI.pm
From: Robin Barker <Robin.Barker@npl.co.uk>
Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
Date: Tue, 1 Jul 2003 18:25:17 +0100
Subject: [PATCH] long <=item>s in lib/ExtUtils/MakeMaker/FAQ.pod
From: Robin Barker <Robin.Barker@npl.co.uk>
Date: Tue, 1 Jul 2003 18:29:09 +0100
Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
p4raw-id: //depot/perl@19917
Diffstat (limited to 'lib/CGI.pm')
-rw-r--r-- | lib/CGI.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CGI.pm b/lib/CGI.pm index c123cea465..ecdb16448b 100644 --- a/lib/CGI.pm +++ b/lib/CGI.pm @@ -6595,6 +6595,7 @@ Returns either the remote host name or IP address. if the former is unavailable. =item B<script_name()> + Return the script name as a partial URL, for self-refering scripts. |