Change 33129 by [EMAIL PROTECTED] on 2008/01/30 17:11:53
Assorted POD nits from the Debian bug list.
Affected files ...
... //depot/perl/lib/CGI.pm#74 edit
... //depot/perl/lib/Math/BigInt/CalcEmu.pm#7 edit
... //depot/perl/pod/perllol.pod#12 edit
... //depot/perl/pod/perlre.pod#144 edit
Differences ...
==== //depot/perl/lib/CGI.pm#74 (text) ====
Index: perl/lib/CGI.pm
--- perl/lib/CGI.pm#73~33094~ 2008-01-28 07:31:07.000000000 -0800
+++ perl/lib/CGI.pm 2008-01-30 09:11:53.000000000 -0800
@@ -4125,6 +4125,8 @@
hr;
}
+ print end_html;
+
=head1 ABSTRACT
This perl library uses perl5 objects to make it easy to create Web
@@ -5418,7 +5420,7 @@
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.
==== //depot/perl/lib/Math/BigInt/CalcEmu.pm#7 (text) ====
Index: perl/lib/Math/BigInt/CalcEmu.pm
--- perl/lib/Math/BigInt/CalcEmu.pm#6~30460~ 2007-03-04 09:15:38.000000000
-0800
+++ perl/lib/Math/BigInt/CalcEmu.pm 2008-01-30 09:11:53.000000000 -0800
@@ -295,7 +295,7 @@
=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.
==== //depot/perl/pod/perllol.pod#12 (text) ====
Index: perl/pod/perllol.pod
--- perl/pod/perllol.pod#11~16769~ 2002-05-24 12:25:55.000000000 -0700
+++ perl/pod/perllol.pod 2008-01-30 09:11:53.000000000 -0800
@@ -276,7 +276,7 @@
@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:
==== //depot/perl/pod/perlre.pod#144 (text) ====
Index: perl/pod/perlre.pod
--- perl/pod/perlre.pod#143~32872~ 2008-01-06 07:51:07.000000000 -0800
+++ perl/pod/perlre.pod 2008-01-30 09:11:53.000000000 -0800
@@ -102,7 +102,7 @@
=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
End of Patch.