diff options
-rw-r--r-- | lib/CGI.pm | 4 | ||||
-rw-r--r-- | lib/Math/BigInt/CalcEmu.pm | 2 | ||||
-rw-r--r-- | pod/perllol.pod | 2 | ||||
-rw-r--r-- | pod/perlre.pod | 2 |
4 files changed, 6 insertions, 4 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. diff --git a/pod/perllol.pod b/pod/perllol.pod index c348ec43b2..c42c977c51 100644 --- a/pod/perllol.pod +++ b/pod/perllol.pod @@ -276,7 +276,7 @@ have selected map for that @newAoA = map { [ @{ $AoA[$_] } [ 7..12 ] ] } 4 .. 8; -Although if your manager accused of seeking job security (or rapid +Although if your manager accused you of seeking job security (or rapid insecurity) through inscrutable code, it would be hard to argue. :-) If I were you, I'd put that in a function: diff --git a/pod/perlre.pod b/pod/perlre.pod index c35b49fe72..04c7b8e724 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -102,7 +102,7 @@ X</x> =head3 Metacharacters -The patterns used in Perl pattern matching evolved from the ones supplied in +The patterns used in Perl pattern matching evolved from those supplied in the Version 8 regex routines. (The routines are derived (distantly) from Henry Spencer's freely redistributable reimplementation of the V8 routines.) See L<Version 8 Regular Expressions> for |