Change 19917 by [EMAIL PROTECTED] on 2003/07/01 17:00:02
Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
From: Robin Barker <[EMAIL PROTECTED]>
Date: Tue, 1 Jul 2003 18:21:34 +0100
Message-ID: <[EMAIL PROTECTED]>
Subject: [PATCH] long C<=item>s in lib/CGI.pm
From: Robin Barker <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 1 Jul 2003 18:25:17 +0100
Subject: [PATCH] long <=item>s in lib/ExtUtils/MakeMaker/FAQ.pod
From: Robin Barker <[EMAIL PROTECTED]>
Date: Tue, 1 Jul 2003 18:29:09 +0100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/lib/CGI.pm#38 edit
... //depot/perl/lib/ExtUtils/MakeMaker/FAQ.pod#5 edit
... //depot/perl/pod/perlunicode.pod#121 edit
Differences ...
==== //depot/perl/lib/CGI.pm#38 (text) ====
Index: perl/lib/CGI.pm
--- perl/lib/CGI.pm#37~19664~ Mon Jun 2 09:41:37 2003
+++ perl/lib/CGI.pm Tue Jul 1 10:00:02 2003
@@ -6595,6 +6595,7 @@
if the former is unavailable.
=item B<script_name()>
+
Return the script name as a partial URL, for self-refering
scripts.
==== //depot/perl/lib/ExtUtils/MakeMaker/FAQ.pod#5 (text) ====
Index: perl/lib/ExtUtils/MakeMaker/FAQ.pod
--- perl/lib/ExtUtils/MakeMaker/FAQ.pod#4~19721~ Mon Jun 9 10:04:50 2003
+++ perl/lib/ExtUtils/MakeMaker/FAQ.pod Tue Jul 1 10:00:02 2003
@@ -61,7 +61,9 @@
=over 4
-=item How do I keep my $VERSION up to date without resetting it manually?
+=item
+
+How do I keep my $VERSION up to date without resetting it manually?
Often you want to manually set the $VERSION in the main module
distribution because this is the version that everybody sees on CPAN
@@ -95,7 +97,9 @@
# must be all on one line or MakeMaker will get confused.
$VERSION = do { my @r = (q$Revision$ =~ /\d+/g); sprintf "%d."."%03d" x $#r, @r };
-=item What's this F<META.yml> thing and how did it get in my F<MANIFEST>?!
+=item
+
+What's this F<META.yml> thing and how did it get in my F<MANIFEST>?!
F<META.yml> is a module meta-data file pioneered by Module::Build and
automatically generated as part of the 'distdir' target (and thus
@@ -109,7 +113,10 @@
=over 4
-=item How to I prevent "object version X.XX does not match bootstrap parameter Y.YY"
errors?
+=item
+
+How to I prevent "object version X.XX does not match bootstrap parameter Y.YY"
+errors?
XS code is very sensitive to the module version number and will
complain if the version number in your Perl module doesn't match. If
@@ -124,7 +131,9 @@
depend => { '$(FIRST_MAKEFILE)' => '$(VERSION_FROM)' }
-=item How do I make two or more XS files coexist in the same directory?
+=item
+
+How do I make two or more XS files coexist in the same directory?
Sometimes you need to have two and more XS files in the same package.
One way to go is to put them into separate directories, but sometimes
==== //depot/perl/pod/perlunicode.pod#121 (text) ====
Index: perl/pod/perlunicode.pod
--- perl/pod/perlunicode.pod#120~19782~ Sat Jun 14 06:45:01 2003
+++ perl/pod/perlunicode.pod Tue Jul 1 10:00:02 2003
@@ -1079,17 +1079,30 @@
=over 4
-=item chmod, chmod, chown, chroot, exec, link, mkdir, rename, rmdir, stat, symlink,
truncate, unlink, utime
+=item *
-=item %ENV
+chmod, chmod, chown, chroot, exec, link, mkdir
+rename, rmdir stat, symlink, truncate, unlink, utime
-=item glob (aka the <*>)
+=item *
-=item open, opendir, sysopen
+%ENV
-=item qx (aka the backtick operator), system
+=item *
-=item readdir, readlink
+glob (aka the <*>)
+
+=item *
+
+open, opendir, sysopen
+
+=item *
+
+qx (aka the backtick operator), system
+
+=item *
+
+readdir, readlink
=back
End of Patch.