summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2008-01-30 17:11:53 +0000
committerSteve Peters <steve@fisharerojo.org>2008-01-30 17:11:53 +0000
commit384f06ae49854089e0cf13ffe34560627ea86f8a (patch)
tree964cda3a5c11816956eb4c39622b0ddd6e2e850c /lib
parente148a7d386b499a188cdf6f37c4fd19434c1d755 (diff)
downloadperl-384f06ae49854089e0cf13ffe34560627ea86f8a.tar.gz
Assorted POD nits from the Debian bug list.
p4raw-id: //depot/perl@33129
Diffstat (limited to 'lib')
-rw-r--r--lib/CGI.pm4
-rw-r--r--lib/Math/BigInt/CalcEmu.pm2
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/CGI.pm b/lib/CGI.pm
index f6fe9c9991..a66f60d616 100644
--- a/lib/CGI.pm
+++ b/lib/CGI.pm
@@ -4125,6 +4125,8 @@ CGI - Simple Common Gateway Interface Class
hr;
}
+ print end_html;
+
=head1 ABSTRACT
This perl library uses perl5 objects to make it easy to create Web
@@ -5418,7 +5420,7 @@ Generate just the protocol and net location, as in http://www.foo.com:8000
If Apache's mod_rewrite is turned on, then the script name and path
info probably won't match the request that the user sent. Set
-rewrite=>1 (default) to return URLs that match what the user sent
-(the original request URI). Set -rewrite->0 to return URLs that match
+(the original request URI). Set -rewrite=>0 to return URLs that match
the URL after mod_rewrite's rules have run. Because the additional
path information only makes sense in the context of the rewritten URL,
-rewrite is set to false when you request path info in the URL.
diff --git a/lib/Math/BigInt/CalcEmu.pm b/lib/Math/BigInt/CalcEmu.pm
index 79efac6753..5810f5db9f 100644
--- a/lib/Math/BigInt/CalcEmu.pm
+++ b/lib/Math/BigInt/CalcEmu.pm
@@ -295,7 +295,7 @@ Math::BigInt::CalcEmu - Emulate low-level math with BigInt code
=head1 DESCRIPTION
Contains routines that emulate low-level math functions in BigInt, e.g.
-optional routines the low-level math package does not provide on it's own.
+optional routines the low-level math package does not provide on its own.
Will be loaded on demand and called automatically by BigInt.