Change 34550 by [EMAIL PROTECTED] on 2008/10/21 17:02:10
Run pod/buildtoc --build-all
Affected files ...
... //depot/maint-5.8/perl/MANIFEST#449 edit
... //depot/maint-5.8/perl/pod/perltoc.pod#53 edit
Differences ...
==== //depot/maint-5.8/perl/MANIFEST#449 (text) ====
Index: perl/MANIFEST
--- perl/MANIFEST#448~34549~ 2008-10-21 09:55:53.000000000 -0700
+++ perl/MANIFEST 2008-10-21 10:02:10.000000000 -0700
@@ -335,6 +335,7 @@
ext/Devel/PPPort/t/newCONSTSUB.t Devel::PPPort test file
ext/Devel/PPPort/t/newRV.t Devel::PPPort test file
ext/Devel/PPPort/t/newSVpv.t Devel::PPPort test file
+ext/Devel/PPPort/TODO Devel::PPPort Todo
ext/Devel/PPPort/t/podtest.t Devel::PPPort test file
ext/Devel/PPPort/t/ppphtest.t Devel::PPPort test file
ext/Devel/PPPort/t/pvs.t Devel::PPPort test file
@@ -350,7 +351,6 @@
ext/Devel/PPPort/t/uv.t Devel::PPPort test file
ext/Devel/PPPort/t/variables.t Devel::PPPort test file
ext/Devel/PPPort/t/warn.t Devel::PPPort test file
-ext/Devel/PPPort/TODO Devel::PPPort Todo
ext/Devel/PPPort/typemap Devel::PPPort Typemap
ext/Digest/MD5/Changes Digest::MD5 extension changes
ext/Digest/MD5/hints/dec_osf.pl Hints for named architecture
@@ -685,12 +685,12 @@
ext/IPC/SysV/regen.pl IPC::SysV file regeneration script
ext/IPC/SysV/SysV.xs IPC::SysV extension Perl module
ext/IPC/SysV/t/ipcsysv.t IPC::SysV test file
-ext/IPC/SysV/t/pod.t IPC::SysV test file
-ext/IPC/SysV/t/podcov.t IPC::SysV test file
ext/IPC/SysV/t/msg.t IPC::SysV test file
+ext/IPC/SysV/TODO IPC::SysV todo file
+ext/IPC/SysV/t/podcov.t IPC::SysV test file
+ext/IPC/SysV/t/pod.t IPC::SysV test file
ext/IPC/SysV/t/sem.t IPC::SysV test file
ext/IPC/SysV/t/shm.t IPC::SysV test file
-ext/IPC/SysV/TODO IPC::SysV todo file
ext/IPC/SysV/typemap IPC::SysV typemap
ext/List/Util/Changes Util extension
ext/List/Util/lib/List/Util.pm List::Util
@@ -1581,10 +1581,10 @@
lib/ExtUtils/t/Liblist.t See if ExtUtils::Liblist works
lib/ExtUtils/t/make.t See if make detection works
lib/ExtUtils/t/maketext_filter.t See if maketext_filter works
+lib/ExtUtils/t/Manifest.t See if ExtUtils::Manifest works
lib/ExtUtils/t/metafile_data.t See if META.yml handling works
lib/ExtUtils/t/metafile_file.t See if META.yml handling works
lib/ExtUtils/t/min_perl_version.t Test the MIN_PERL_VERSION argument to
WriteMakefile.
-lib/ExtUtils/t/Manifest.t See if ExtUtils::Manifest works
lib/ExtUtils/t/Mkbootstrap.t See if ExtUtils::Mkbootstrap works
lib/ExtUtils/t/MM_Any.t See if ExtUtils::MM_Any works
lib/ExtUtils/t/MM_BeOS.t See if ExtUtils::MM_BeOS works
@@ -2939,8 +2939,8 @@
t/lib/strict/vars Tests of "use strict 'vars'" for strict.t
t/lib/Test/Simple/Catch.pm Utility module for testing Test::Simple
t/lib/Test/Simple/sample_tests/death_in_eval.plx for exit.t
-t/lib/Test/Simple/sample_tests/death_with_handler.plx for exit.t
t/lib/Test/Simple/sample_tests/death.plx for exit.t
+t/lib/Test/Simple/sample_tests/death_with_handler.plx for exit.t
t/lib/Test/Simple/sample_tests/exit.plx for exit.t
t/lib/Test/Simple/sample_tests/extras.plx for exit.t
t/lib/Test/Simple/sample_tests/five_fail.plx for exit.t
==== //depot/maint-5.8/perl/pod/perltoc.pod#53 (text+w) ====
Index: perl/pod/perltoc.pod
--- perl/pod/perltoc.pod#52~33934~ 2008-05-25 16:16:13.000000000 -0700
+++ perl/pod/perltoc.pod 2008-10-21 10:02:10.000000000 -0700
@@ -6227,11 +6227,9 @@
=over 4
-=item Remove duplication of test setup.
-
-=item merge common code in installperl and installman
+=item Smartmatch design issues
-=item common test code for timed bail out
+=item Remove duplication of test setup.
=item POD -E<gt> HTML conversion in the core still sucks
@@ -6255,8 +6253,6 @@
=item Bundle dual life modules in ext/
-=item Improving C<threads::shared>
-
=item POSIX memory footprint
=item embed.pl/makedef.pl
@@ -6285,6 +6281,10 @@
=item roffitall
+=item Split "linker" from "compiler"
+
+C<cc> (in F<cc.U>), C<ld> (in F<dlsrc.U>)
+
=back
=item Tasks that need a little C knowledge
@@ -6315,6 +6315,8 @@
=item Arenas for GPs? For MAGIC?
+=item Shared arenas
+
=back
=item Tasks that need a knowledge of XS
@@ -6362,6 +6364,8 @@
=over 4
+=item error reporting of [$a ; $b]
+
=item UTF-8 revamp
=item Properly Unicode safe tokeniser and pads.
@@ -9338,6 +9342,8 @@
=item Itanium, Itanium 2 & Madison 6
+=item HP-UX versions
+
=item Building Dynamic Extensions on HP-UX
=item The HP ANSI C Compiler
@@ -10443,6 +10449,8 @@
=item AUTHOR
+=item LICENSE
+
=back
=head2 threads - Perl interpreter-based threads
@@ -10519,8 +10527,8 @@
C<PERL_OLD_SIGNALS> (see C<perl -V>), The environment variable
C<PERL_SIGNALS> is set to C<unsafe> (see L<perlrun/"PERL_SIGNALS">), The
module L<Perl::Unsafe::Signals> is used, Returning closures from threads,
-Returning objects from threads, Perl Bugs and the CPAN Version of
-L<threads>
+Returning objects from threads, END blocks in threads, Perl Bugs and the
+CPAN Version of L<threads>
=item REQUIREMENTS
@@ -10528,6 +10536,8 @@
=item AUTHOR
+=item LICENSE
+
=item ACKNOWLEDGEMENTS
=back
@@ -10542,6 +10552,8 @@
=over 4
+=item What C<import> does
+
=item Built-in Attributes
locked, method, lvalue
@@ -10572,6 +10584,8 @@
=item EXAMPLES
+=item MORE EXAMPLES
+
=item SEE ALSO
=back
@@ -10845,11 +10859,13 @@
=item CAVEATS
+=item SEE ALSO
+
=item BUGS
=item AUTHORS
-=item COPYRIGHT
+=item COPYRIGHT & LICENSE
=back
@@ -10897,8 +10913,6 @@
=item Side effects
-=item Side effects
-
=back
=item FEATURES THAT REQUIRE 5.8.1
@@ -11046,6 +11060,8 @@
=item AUTHOR
+=item COPYRIGHT AND LICENSE
+
=back
=head2 locale - Perl pragma to use and avoid POSIX locales for built-in
@@ -11269,10 +11285,10 @@
=item FUNCTIONS
-share VARIABLE, is_shared VARIABLE, lock VARIABLE, cond_wait VARIABLE,
-cond_wait CONDVAR, LOCKVAR, cond_timedwait VARIABLE, ABS_TIMEOUT,
-cond_timedwait CONDVAR, ABS_TIMEOUT, LOCKVAR, cond_signal VARIABLE,
-cond_broadcast VARIABLE
+share VARIABLE, shared_clone REF, is_shared VARIABLE, lock VARIABLE,
+cond_wait VARIABLE, cond_wait CONDVAR, LOCKVAR, cond_timedwait VARIABLE,
+ABS_TIMEOUT, cond_timedwait CONDVAR, ABS_TIMEOUT, LOCKVAR, cond_signal
+VARIABLE, cond_broadcast VARIABLE
=item OBJECTS
@@ -11284,6 +11300,8 @@
=item AUTHOR
+=item LICENSE
+
=back
=head2 utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source
@@ -13966,10 +13984,10 @@
=item Perl API not supported by ppport.h
-perl 5.9.5, perl 5.9.4, perl 5.9.3, perl 5.9.2, perl 5.9.1, perl 5.9.0,
-perl 5.8.3, perl 5.8.1, perl 5.8.0, perl 5.7.3, perl 5.7.2, perl 5.7.1,
-perl 5.6.1, perl 5.6.0, perl 5.005_03, perl 5.005, perl 5.004_05, perl
-5.004
+perl 5.11.0, perl 5.10.0, perl 5.9.5, perl 5.9.4, perl 5.9.3, perl 5.9.2,
+perl 5.9.1, perl 5.9.0, perl 5.8.3, perl 5.8.1, perl 5.8.0, perl 5.7.3,
+perl 5.7.2, perl 5.7.1, perl 5.6.1, perl 5.6.0, perl 5.005_03, perl 5.005,
+perl 5.004_05, perl 5.004
=back
@@ -14222,7 +14240,7 @@
=item AUTHORS
-=item COPYRIGHT
+=item COPYRIGHT & LICENSE
=back
@@ -15152,7 +15170,7 @@
=item How to Import
-C<use ModuleName;>, C<use ModuleName ();>, C<use ModuleName qw(...);>
+C<use YourModule;>, C<use YourModule ();>, C<use YourModule qw(...);>
=back
@@ -15293,14 +15311,15 @@
constant_types
-XS_constant PACKAGE, TYPES, SUBNAME, C_SUBNAME
+XS_constant PACKAGE, TYPES, XS_SUBNAME, C_SUBNAME
autoload PACKAGE, VERSION, AUTOLOADER
WriteMakefileSnippet
WriteConstants ATTRIBUTE =E<gt> VALUE [, ...], NAME, DEFAULT_TYPE,
-BREAKOUT_AT, NAMES, C_FH, C_FILE, XS_FH, XS_FILE, SUBNAME, C_SUBNAME
+BREAKOUT_AT, NAMES, PROXYSUBS, C_FH, C_FILE, XS_FH, XS_FILE, XS_SUBNAME,
+C_SUBNAME
=over 4
@@ -16297,14 +16316,15 @@
INSTALLVENDORMAN1DIR, INSTALLVENDORMAN3DIR, INSTALLVENDORSCRIPT,
INST_ARCHLIB, INST_BIN, INST_LIB, INST_MAN1DIR, INST_MAN3DIR, INST_SCRIPT,
LD, LDDLFLAGS, LDFROM, LIB, LIBPERL_A, LIBS, LICENSE, LINKTYPE, MAKE,
-MAKEAPERL, MAKEFILE_OLD, MAN1PODS, MAN3PODS, MAP_TARGET, MYEXTLIB, NAME,
-NEEDS_LINKING, NOECHO, NORECURS, NO_META, NO_VC, OBJECT, OPTIMIZE, PERL,
-PERL_CORE, PERLMAINCC, PERL_ARCHLIB, PERL_LIB, PERL_MALLOC_OK, PERLPREFIX,
-PERLRUN, PERLRUNINST, PERL_SRC, PERM_RW, PERM_RWX, PL_FILES, PM, PMLIBDIRS,
-PM_FILTER, POLLUTE, PPM_INSTALL_EXEC, PPM_INSTALL_SCRIPT, PREFIX,
-PREREQ_FATAL, PREREQ_PM, PREREQ_PRINT, PRINT_PREREQ, SITEPREFIX, SIGN,
-SKIP, TYPEMAPS, VENDORPREFIX, VERBINST, VERSION, VERSION_FROM, VERSION_SYM,
-XS, XSOPT, XSPROTOARG, XS_VERSION
+MAKEAPERL, MAKEFILE_OLD, MAN1PODS, MAN3PODS, MAP_TARGET, META_ADD,
+META_MERGE, MIN_PERL_VERSION, MYEXTLIB, NAME, NEEDS_LINKING, NOECHO,
+NORECURS, NO_META, NO_VC, OBJECT, OPTIMIZE, PERL, PERL_CORE, PERLMAINCC,
+PERL_ARCHLIB, PERL_LIB, PERL_MALLOC_OK, PERLPREFIX, PERLRUN, PERLRUNINST,
+PERL_SRC, PERM_RW, PERM_RWX, PL_FILES, PM, PMLIBDIRS, PM_FILTER, POLLUTE,
+PPM_INSTALL_EXEC, PPM_INSTALL_SCRIPT, PREFIX, PREREQ_FATAL, PREREQ_PM,
+PREREQ_PRINT, PRINT_PREREQ, SITEPREFIX, SIGN, SKIP, TYPEMAPS, VENDORPREFIX,
+VERBINST, VERSION, VERSION_FROM, VERSION_SYM, XS, XSOPT, XSPROTOARG,
+XS_VERSION
=item Additional lowercase attributes
@@ -16474,6 +16494,8 @@
maniread
+maniskip
+
manicopy
maniadd
@@ -17364,7 +17386,9 @@
=item AUTHOR
-=item COPYRIGHT
+=item CONTACT
+
+=item COPYRIGHT AND LICENSE
=back
@@ -18451,7 +18475,7 @@
=item SEE ALSO
-=item AUTHOR
+=item AUTHORS
=item COPYRIGHT
@@ -18505,13 +18529,13 @@
=item SEE ALSO
-=item AUTHOR
+=item AUTHORS
=item COPYRIGHT
=back
-=head2 IPC::SysV - SysV IPC constants
+=head2 IPC::SharedMem - SysV Shared Memory IPC object class
=over 4
@@ -18519,7 +18543,10 @@
=item DESCRIPTION
-ftok( PATH, ID )
+=item METHODS
+
+new ( KEY , SIZE , FLAGS ), id, read ( POS, SIZE ), write ( STRING, POS,
+SIZE ), remove, is_removed, stat, attach ( [FLAG] ), detach, addr
=item SEE ALSO
@@ -18529,7 +18556,26 @@
=back
-=head2 IPC::SysV::Msg, IPC::Msg - SysV Msg IPC object class
+=head2 IPC::SysV - System V IPC constants and system calls
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+ftok( PATH ), ftok( PATH, ID ), shmat( ID, ADDR, FLAG ), shmdt( ADDR ),
+memread( ADDR, VAR, POS, SIZE ), memwrite( ADDR, STRING, POS, SIZE )
+
+=item SEE ALSO
+
+=item AUTHORS
+
+=item COPYRIGHT
+
+=back
+
+=head2 IPC::SysV::lib::IPC::Msg, IPC::Msg - SysV Msg IPC object class
=over 4
@@ -18545,14 +18591,14 @@
=item SEE ALSO
-=item AUTHOR
+=item AUTHORS
=item COPYRIGHT
=back
-=head2 IPC::SysV::Semaphore, IPC::Semaphore - SysV Semaphore IPC object
-class
+=head2 IPC::SysV::lib::IPC::Semaphore, IPC::Semaphore - SysV Semaphore IPC
+object class
=over 4
@@ -18569,7 +18615,49 @@
=item SEE ALSO
-=item AUTHOR
+=item AUTHORS
+
+=item COPYRIGHT
+
+=back
+
+=head2 IPC::SysV::lib::IPC::SharedMem, IPC::SharedMem - SysV Shared Memory
+IPC object class
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+=item METHODS
+
+new ( KEY , SIZE , FLAGS ), id, read ( POS, SIZE ), write ( STRING, POS,
+SIZE ), remove, is_removed, stat, attach ( [FLAG] ), detach, addr
+
+=item SEE ALSO
+
+=item AUTHORS
+
+=item COPYRIGHT
+
+=back
+
+=head2 IPC::SysV::lib::IPC::SysV, IPC::SysV - System V IPC constants and
+system calls
+
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+ftok( PATH ), ftok( PATH, ID ), shmat( ID, ADDR, FLAG ), shmdt( ADDR ),
+memread( ADDR, VAR, POS, SIZE ), memwrite( ADDR, STRING, POS, SIZE )
+
+=item SEE ALSO
+
+=item AUTHORS
=item COPYRIGHT
@@ -22459,6 +22547,7 @@
B<syslog($priority, $format, @args)>, B<Note>,
B<setlogmask($mask_priority)>, B<setlogsock($sock_type)>,
B<setlogsock($sock_type, $stream_location)> (added in Perl 5.004_02),
+B<setlogsock($sock_type, $stream_location, $sock_timeout)> (added in 0.25),
B<Note>, B<closelog()>
=item THE RULES OF SYS::SYSLOG
@@ -22535,6 +22624,7 @@
B<syslog($priority, $format, @args)>, B<Note>,
B<setlogmask($mask_priority)>, B<setlogsock($sock_type)>,
B<setlogsock($sock_type, $stream_location)> (added in Perl 5.004_02),
+B<setlogsock($sock_type, $stream_location, $sock_timeout)> (added in 0.25),
B<Note>, B<closelog()>
=item THE RULES OF SYS::SYSLOG
@@ -22792,12 +22882,10 @@
=item Setting up tests
-B<exported_to>
+B<plan>
=back
-B<plan>
-
B<expected_tests>
B<no_plan>
@@ -22806,6 +22894,8 @@
B<skip_all>
+B<exported_to>
+
=over 4
=item Running tests
@@ -24460,11 +24550,11 @@
Win32::ExpandEnvironmentStrings(STRING), Win32::FormatMessage(ERRORCODE),
Win32::FsType(), Win32::FreeLibrary(HANDLE),
Win32::GetANSIPathName(FILENAME), Win32::GetArchName(),
-Win32::GetChipName(), Win32::GetCwd(), Win32::GetCurrentThreadId(),
-Win32::GetFileVersion(FILENAME), Win32::GetFolderPath(FOLDER [, CREATE]),
-Win32::GetFullPathName(FILENAME), Win32::GetLastError(),
-Win32::GetLongPathName(PATHNAME), Win32::GetNextAvailDrive(),
-Win32::GetOSVersion(), Win32::GetOSName(),
+Win32::GetChipName(), Win32::GetCwd(), Win32::GetCurrentProcessId(),
+Win32::GetCurrentThreadId(), Win32::GetFileVersion(FILENAME),
+Win32::GetFolderPath(FOLDER [, CREATE]), Win32::GetFullPathName(FILENAME),
+Win32::GetLastError(), Win32::GetLongPathName(PATHNAME),
+Win32::GetNextAvailDrive(), Win32::GetOSVersion(), Win32::GetOSName(),
Win32::GetShortPathName(PATHNAME), Win32::GetProcAddress(INSTANCE,
PROCNAME), Win32::GetTickCount(), Win32::GuidGen(), Win32::IsAdminUser(),
Win32::IsWinNT(), Win32::IsWin95(), Win32::LoadLibrary(LIBNAME),
@@ -24666,7 +24756,7 @@
=item AUTHORS
-=item COPYRIGHT
+=item COPYRIGHT & LICENSE
=back
End of Patch.