From: Nicholas Clark Date: Sat, 10 Nov 2007 14:39:06 +0000 (+0000) Subject: Regenerate perltoc.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78faed2a00f712669648b6cc5baea2cc870785d0;p=p5sagit%2Fp5-mst-13.2.git Regenerate perltoc.pod p4raw-id: //depot/perl@32268 --- diff --git a/pod/perltoc.pod b/pod/perltoc.pod index 9504714..d727df6 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -2683,6 +2683,11 @@ X X =over 4 +=item Calling the debugger + +perl -d program_name, perl -d -e 0, perl -d:Ptkdb program_name, perl -dt +threaded_program_name + =item Debugger Commands h X, h [command], h h, p expr X, @@ -2925,7 +2930,7 @@ C<(?(condition)yes-pattern|no-pattern)> =item PCRE/Python Support -C<< (?Ppattern) >>, C<< (?P=NAME) >>, C<< (?P>NAME) >> +C<< (?PENAMEEpattern) >>, C<< (?P=NAME) >>, C<< (?P>NAME) >> =item BUGS @@ -5787,9 +5792,9 @@ X, my_snprintf X, my_sprintf X, my_vsnprintf X, new_version X, scan_version X, strEQ X, strGE X, strGT X, strLE X, strLT X, strNE X, strnEQ X, strnNE -X, sv_nosharing X, upg_version X, vcmp -X, vnormal X, vnumify X, vstringify X, -vverify X +X, sv_destroyable X, sv_nosharing X, +upg_version X, vcmp X, vnormal X, vnumify +X, vstringify X, vverify X =item MRO Functions @@ -6051,6 +6056,10 @@ djSP X, LVRET X sv_add_arena X, sv_clean_all X, sv_clean_objs X, sv_free_arenas X +=item SV-Body Allocation + +sv_2num X + =item Unicode Support find_uninit_var X, report_uninit X @@ -6386,10 +6395,14 @@ L, L, L =over 4 +=item merge common code in installperl and installman + =item common test code for timed bail out =item POD -E HTML conversion in the core still sucks +=item merge checkpods and podchecker + =item Parallel testing =item Make Schwern poorer @@ -6432,6 +6445,8 @@ L, L, L =item Cross-compile support +=item roffitall + =back =item Tasks that need a little C knowledge @@ -6440,6 +6455,8 @@ L, L, L =item Modernize the order of directories in @INC +=item -Duse32bit* + =item Make it clear from -v if this is the exact official release =item Profile Perl - am I hot or not? @@ -6450,6 +6467,8 @@ L, L, L =item Use secure CRT functions when building with VC8 on Win32 +=item __FUNCTION__ for MSVC-pre-7.0 + =back =item Tasks that need a knowledge of XS @@ -6482,6 +6501,8 @@ L, L, L =item -C on the #! line +=item Propagate const outwards from Perl_moreswitches() + =back =item Tasks that need a knowledge of the interpreter @@ -6528,6 +6549,8 @@ L, L, L =item Virtualize operating system access +=item Investigate PADTMP hash pessimisation + =back =item Big projects @@ -6603,21 +6626,110 @@ B<-V> =back -=head2 perldelta - what is new for perl v5.9.5 +=head2 perldelta - what is new for perl 5.10.0 =over 4 =item DESCRIPTION +=item Core Enhancements + +=over 4 + +=item The C pragma + +=item New B<-E> command-line switch + +=item Defined-or operator + +=item Switch and Smart Match operator + +=item Regular expressions + +Recursive Patterns, Named Capture Buffers, Possessive Quantifiers, +Backtracking control verbs, Relative backreferences, C<\K> escape, Vertical +and horizontal whitespace, and linebreak + +=item C + +=item Lexical C<$_> + +=item The C<_> prototype + +=item UNITCHECK blocks + +=item New Pragma, C + +=item readpipe() is now overridable + +=item Default argument for readline() + +=item state() variables + +=item Stacked filetest operators + +=item UNIVERSAL::DOES() + +=item Formats + +=item Byte-order modifiers for pack() and unpack() + +=item C + +=item C, C and C on filehandles + +=item OS groups + +=item Recursive sort subs + +=item Exceptions in constant folding + +=item Source filters in @INC + +=item New internal variables + +C<${^RE_DEBUG_FLAGS}>, C<${^CHILD_ERROR_NATIVE}>, C<${^RE_TRIE_MAXBUF}>, +C<${^WIN32_SLOPPY_STAT}> + +=item Miscellaneous + +=item UCD 5.0.0 + +=item MAD + +=back + =item Incompatible Changes =over 4 +=item Packing and UTF-8 strings + +=item Byte/character count feature in unpack() + +=item The C<$*> and C<$#> variables have been removed + +=item substr() lvalues are no longer fixed-length + +=item Parsing of C<-f _> + +=item C<:unique> + +=item Effect of pragmas in eval + +=item chdir FOO + +=item Handling of .pmc files + +=item @- and @+ in patterns + +=item $AUTOLOAD can now be tainted + =item Tainting and printf =item undef and signal handlers -=item strictures and array/hash dereferencing in defined() +=item strictures and dereferencing in defined() =item C<(?p{})> has been removed @@ -6631,119 +6743,141 @@ B<-V> =back -=item Core Enhancements +=item Modules and Pragmata =over 4 -=item Regular expressions - -Recursive Patterns, Named Capture Buffers, Possessive Quantifiers, -Backtracking control verbs, Relative backreferences, C<\K> escape, Vertical -and horizontal whitespace, and linebreak +=item Pragmata Changes -=item The C<_> prototype +C, C, Scoping of the C pragma, Scoping of C, +C, C, C, C and C, C, +C, C -=item UNITCHECK blocks +=item New modules -=item readpipe() is now overridable +=item Selected Changes to Core Modules -=item default argument for readline() +C, C, C, C -=item UCD 5.0.0 +=back -=item Smart match +=item Utility Changes -=item Implicit loading of C +perl -d, ptar, ptardiff, shasum, corelist, h2ph and h2xs, perlivp, +find2perl, config_data, cpanp, cpan2dist, pod2html -=back +=item New Documentation -=item Modules and Pragmas +=item Performance Enhancements =over 4 -=item New Pragma, C +=item In-place sorting -=item bignum, bigint, bigrat +=item Lexical array access -=item Math::BigInt/Math::BigFloat +=item XS-assisted SWASHGET -config(), import(), roundmode common, bpi(), bcos(), bsin(), batan(), -batan2(), bmuladd(), bexp(), bnok(), from_hex(), from_oct(), and -from_bin(), as_oct() +=item Constant subroutines -=item New Core Modules +=item C -=item Module changes +=item Weak references are cheaper -C, C, C and C, C, C, -C, C, C, C +=item sort() enhancements + +=item Memory optimisations + +=item UTF-8 cache optimisation + +=item Sloppy stat on Windows + +=item Regular expressions optimisations + +Engine de-recursivised, Single char char-classes treated as literals, Trie +optimisation of literal string alternations, Aho-Corasick start-point +optimisation =back -=item Utility Changes +=item Installation and Configuration Improvements =over 4 -=item C +=item Configuration improvements -=item C +C<-Dusesitecustomize>, Relocatable installations, strlcat() and strlcpy(), +C and C, Configure help -=item C +=item Compilation improvements -=back +Parallel build, Borland's compilers support, Static build on Windows, +ppport.h files, C++ compatibility, Building XS extensions on Windows, +Support for Microsoft 64-bit compiler, Visual C++, Win32 builds -=item Documentation +=item Installation improvements -=over 4 +Module auxiliary files -=item New manpage, perlunifaq +=item New Or Improved Platforms =back -=item Performance Enhancements +=item Selected Bug Fixes -=item Installation and Configuration Improvements +strictures in regexp-eval blocks, Calling CORE::require(), Subscripts of +slices, C works correctly with -w, threads +improvements, chr() and negative values, PERL5SHELL and tainting, Using +*FILE{IO}, Overloading and reblessing, Overloading and UTF-8, eval memory +leaks fixed, Random device on Windows, PERLIO_DEBUG, PerlIO::scalar and +read-only scalars, study() and UTF-8, Critical signals, @INC-hook fix, +C<-t> switch fix, Duping UTF-8 filehandles, Localisation of hash elements + +=item New or Changed Diagnostics + +Use of uninitialized value, Deprecated use of my() in false conditional, +!=~ should be !~, Newline in left-justified string, Too late for "-T" +option, "%s" variable %s masks earlier declaration, +readdir()/closedir()/etc. attempted on invalid dirhandle, Opening +dirhandle/filehandle %s also as a file/directory, Use of -P is deprecated, +v-string in use/require is non-portable, perl -V + +=item Changed Internals =over 4 -=item C++ compatibility +=item Reordering of SVt_* constants -=item Visual C++ +=item Elimination of SVt_PVBM -=item Static build on Win32 +=item New type SVt_BIND -=item win32 builds +=item Removal of CPP symbols -=item C and C +=item Less space is used by ops -=item Help +=item New parser -=item 64bit systems +=item Use of C -=item Ports +=item Mathoms -=back +=item C has been removed -=item Selected Bug Fixes +=item C changes -=item New or Changed Diagnostics +=item $^H and %^H -=over 4 +=item B:: modules inheritance changed -=item Deprecations +=item Anonymous hash and array constructors =back -=item Changed Internals - =item Known Problems -=over 4 - =item Platform Specific Problems -=back - =item Reporting Bugs =item SEE ALSO @@ -6756,134 +6890,253 @@ C, C, C, C =item DESCRIPTION +=item Core Enhancements + +=over 4 + +=item The C pragma + +=item New B<-E> command-line switch + +=item Defined-or operator + +=item Switch and Smart Match operator + +=item Regular expressions + +Recursive Patterns, Named Capture Buffers, Possessive Quantifiers, +Backtracking control verbs, Relative backreferences, C<\K> escape, Vertical +and horizontal whitespace, and linebreak + +=item C + +=item Lexical C<$_> + +=item The C<_> prototype + +=item UNITCHECK blocks + +=item New Pragma, C + +=item readpipe() is now overridable + +=item Default argument for readline() + +=item state() variables + +=item Stacked filetest operators + +=item UNIVERSAL::DOES() + +=item Formats + +=item Byte-order modifiers for pack() and unpack() + +=item C + +=item C, C and C on filehandles + +=item OS groups + +=item Recursive sort subs + +=item Exceptions in constant folding + +=item Source filters in @INC + +=item New internal variables + +C<${^RE_DEBUG_FLAGS}>, C<${^CHILD_ERROR_NATIVE}>, C<${^RE_TRIE_MAXBUF}>, +C<${^WIN32_SLOPPY_STAT}> + +=item Miscellaneous + +=item UCD 5.0.0 + +=item MAD + +=back + =item Incompatible Changes =over 4 =item Packing and UTF-8 strings +=item Byte/character count feature in unpack() + =item The C<$*> and C<$#> variables have been removed -=item substr() lvalues are no longer fixed-length +=item substr() lvalues are no longer fixed-length + +=item Parsing of C<-f _> + +=item C<:unique> + +=item Effect of pragmas in eval + +=item chdir FOO + +=item Handling of .pmc files + +=item @- and @+ in patterns + +=item $AUTOLOAD can now be tainted + +=item Tainting and printf + +=item undef and signal handlers + +=item strictures and dereferencing in defined() + +=item C<(?p{})> has been removed + +=item Pseudo-hashes have been removed + +=item Removal of the bytecode compiler and of perlcc + +=item Removal of the JPL + +=item Recursive inheritance detected earlier + +=back + +=item Modules and Pragmata + +=over 4 + +=item Pragmata Changes + +C, C, Scoping of the C pragma, Scoping of C, +C, C, C, C and C, C, +C, C + +=item New modules + +=item Selected Changes to Core Modules + +C, C, C, C + +=back -=item Parsing of C<-f _> +=item Utility Changes -=item C<:unique> +perl -d, ptar, ptardiff, shasum, corelist, h2ph and h2xs, perlivp, +find2perl, config_data, cpanp, cpan2dist, pod2html -=item Scoping of the C pragma +=item New Documentation -=item Scoping of C, C, C +=item Performance Enhancements -=item Effect of pragmas in eval +=over 4 -=item chdir FOO +=item In-place sorting -=item Handling of .pmc files +=item Lexical array access -=item @- and @+ in patterns +=item XS-assisted SWASHGET -=item $AUTOLOAD can now be tainted +=item Constant subroutines -=item Tainting and printf +=item C -=item undef and signal handlers +=item Weak references are cheaper -=item strictures and array/hash dereferencing in defined() +=item sort() enhancements -=item C<(?p{})> has been removed +=item Memory optimisations -=item Pseudo-hashes have been removed +=item UTF-8 cache optimisation -=item Removal of the bytecode compiler and of perlcc +=item Sloppy stat on Windows -=item Removal of the JPL +=item Regular expressions optimisations -=item Recursive inheritance detected earlier +Engine de-recursivised, Single char char-classes treated as literals, Trie +optimisation of literal string alternations, Aho-Corasick start-point +optimisation =back -=item Core Enhancements +=item Installation and Configuration Improvements =over 4 -=item The C pragma - -=item New B<-E> command-line switch - -=item Defined-or operator +=item Configuration improvements -=item Switch and Smart Match operator +C<-Dusesitecustomize>, Relocatable installations, strlcat() and strlcpy(), +C and C, Configure help -=item Regular expressions +=item Compilation improvements -Recursive Patterns, Named Capture Buffers, Possessive Quantifiers, -Backtracking control verbs, Relative backreferences, C<\K> escape, Vertical -and horizontal whitespace, and linebreak +Parallel build, Borland's compilers support, Static build on Windows, +ppport.h files, C++ compatibility, Building XS extensions on Windows, +Support for Microsoft 64-bit compiler, Visual C++, Win32 builds -=item C +=item Installation improvements -=item Lexical C<$_> +Module auxiliary files -=item The C<_> prototype +=item New Or Improved Platforms -=item UNITCHECK blocks +=back -=item New Pragma, C +=item Selected Bug Fixes -=item readpipe() is now overridable +strictures in regexp-eval blocks, Calling CORE::require(), Subscripts of +slices, C works correctly with -w, threads +improvements, chr() and negative values, PERL5SHELL and tainting, Using +*FILE{IO}, Overloading and reblessing, Overloading and UTF-8, eval memory +leaks fixed, Random device on Windows, PERLIO_DEBUG, PerlIO::scalar and +read-only scalars, study() and UTF-8, Critical signals, @INC-hook fix, +C<-t> switch fix, Duping UTF-8 filehandles, Localisation of hash elements -=item default argument for readline() +=item New or Changed Diagnostics -=item state() variables +Use of uninitialized value, Deprecated use of my() in false conditional, +!=~ should be !~, Newline in left-justified string, Too late for "-T" +option, "%s" variable %s masks earlier declaration, +readdir()/closedir()/etc. attempted on invalid dirhandle, Opening +dirhandle/filehandle %s also as a file/directory, Use of -P is deprecated, +v-string in use/require is non-portable, perl -V -=item Stacked filetest operators +=item Changed Internals -=item UNIVERSAL::DOES() +=over 4 -=item C +=item Reordering of SVt_* constants -=item Formats +=item Elimination of SVt_PVBM -=item Byte-order modifiers for pack() and unpack() +=item New type SVt_BIND -=item Byte count feature in pack() +=item Removal of CPP symbols -=item C +=item Less space is used by ops -=item C, C and C on filehandles +=item New parser -=item OS groups +=item Use of C -=item Recursive sort subs +=item Mathoms -=item Exceptions in constant folding +=item C has been removed -=item Source filters in @INC +=item C changes -=item New internal variables +=item $^H and %^H -C<${^RE_DEBUG_FLAGS}>, C<${^CHILD_ERROR_NATIVE}> +=item B:: modules inheritance changed -=item Miscellaneous +=item Anonymous hash and array constructors -=item UCD 5.0.0 +=back -=item MAD +=item Known Problems -=back +=item Platform Specific Problems -=item Modules and Pragmata -=head1 Utility Changes -=head1 New Documentation -=head1 Performance Enhancements -=head1 Installation and Configuration Improvements -=head1 Selected Bug Fixes -=head1 New or Changed Diagnostics -=head1 Changed Internals -=head1 New Tests -=head1 Known Problems -=head1 Platform Specific Problems -=head1 Reporting Bugs +=item Reporting Bugs =item SEE ALSO @@ -12071,7 +12324,8 @@ Legend of characters above =item KNOWN PROBLEMS -literals in regex that are longer than 127 bytes, EBCDIC, format +literals in regex that are longer than 127 bytes, EBCDIC, format, Thread +safety =over 4 @@ -13396,7 +13650,8 @@ redoop, nextop, lastop =item B::COP Methods -label, stash, stashpv, file, cop_seq, arybase, line, warnings, io, hints +label, stash, stashpv, file, cop_seq, arybase, line, warnings, io, hints, +hints_hash =back @@ -14566,7 +14821,7 @@ Provide a valid C object, No arguments =over 4 -=item $conf = $cb->configure_object () +=item $conf = $cb->configure_object; =back @@ -14651,6 +14906,45 @@ path, index_files, force, verbose =over 4 +=item CUSTOM MODULE SOURCES + +=over 4 + +=item %files = $cb->list_custom_sources + +=back + +=back + +=over 4 + +=item $local_index = $cb->add_custom_source( uri => URI, [verbose => BOOL] +); + +=back + +=over 4 + +=item $local_index = $cb->remove_custom_source( uri => URI, [verbose => +BOOL] ); + +=back + +=over 4 + +=item $bool = $cb->update_custom_source( [remote => URI] ); + +=back + +=over 4 + +=item $file = $cb->write_custom_source_index( path => +/path/to/package/root, [to => /path/to/index/file, verbose => BOOL] ); + +=back + +=over 4 + =item BUG REPORTS =item AUTHOR @@ -15463,6 +15757,51 @@ uptodate, path, verbose =back +=over 4 + +=item $file = $cb->_add_custom_module_source( uri => URI, [verbose => BOOL] +); + +=back + +=over 4 + +=item $file = $cb->_remove_custom_module_source( uri => URI, [verbose => +BOOL] ); + +=back + +=over 4 + +=item %files = $cb->__list_custom_module_sources + +=back + +=over 4 + +=item $bool = $cb->__update_custom_module_sources( [verbose => BOOL] ); + +=back + +=over 4 + +=item $ok = $cb->__update_custom_module_source + +=back + +=over 4 + +=item $bool = $cb->__write_custom_module_index( path => /path/to/packages, +[to => /path/to/index/file, verbose => BOOL] ) + +=back + +=over 4 + +=item $bool = $cb->__create_custom_module_entries( [verbose => BOOL] ) + +=back + =head2 CPANPLUS::Internals::Utils =over 4 @@ -15581,11 +15920,12 @@ PACKAGE_STRING ); =item ACCESSORS -name, module, version, path, comment, package, description, dslip, status, -author, parent +name, module, version, path, comment, package, description, dslip =back +status, author, parent + =over 4 =item STATUS ACCESSORS @@ -16105,6 +16445,20 @@ for CPANPLUS =back +=head2 CPANPLUShell::Default::Plugins::CustomSource, +CPANPLUS::Shell::Default::Plugins::CustomSource + +=over 4 + +=item SYNOPSIS + + ### elaborate help text + CPAN Terminal> /? cs + +=item DESCRIPTION + +=back + =head2 CPANPLUShell::Default::Plugins::HOWTO, CPANPLUS::Shell::Default::Plugins::HOWTO -- documentation on how to write your own plugins @@ -17451,6 +17805,32 @@ Dumper =back +=head2 Devel::Arena - Perl extension for inspecting the core's arena +structures + +=over 4 + +=item SYNOPSIS + +=item DESCRIPTION + +=over 4 + +=item EXPORT + +sv_stats [DONT_SHARE], shared_string_table, sizes, HEK_size STRING, +shared_string_table_effectiveness, write_stats_at_END + +=back + +=item SEE ALSO + +=item AUTHOR + +=item COPYRIGHT AND LICENSE + +=back + =head2 Devel::DProf - a Perl code profiler =over 4 @@ -17610,6 +17990,59 @@ perl 5.6.1, perl 5.6.0, perl 5.005_03, perl 5.005, perl 5.004_05, perl =back +=head2 Devel::Size - Perl extension for finding the memory usage of Perl +variables + +=over 4 + +=item SYNOPSIS + +=item DESCRIPTION + +=item FUNCTIONS + +=over 4 + +=item size($ref) + +=item total_size($ref) + +=back + +=item EXPORT + +=item UNDERSTANDING MEMORY ALLOCATION + +=over 4 + +=item The C library + +=item Perl + +=back + +=item DANGERS + +=item Messages: texts originating from this module. + +=over 4 + +=item Errors + +=item warnings + +=back + +=item BUGS + +=item AUTHOR + +=item COPYRIGHT + +=item SEE ALSO + +=back + =head2 Digest - Modules that calculate message digests =over 4 @@ -18662,7 +19095,8 @@ Legend of characters above =item KNOWN PROBLEMS -literals in regex that are longer than 127 bytes, EBCDIC, format +literals in regex that are longer than 127 bytes, EBCDIC, format, Thread +safety =over 4 @@ -20430,7 +20864,9 @@ characters in them. What do I do? Implement $PREFER_BIN -=item AUTHORS +=item BUG REPORTS + +=item AUTHOR =item COPYRIGHT @@ -21362,7 +21798,7 @@ B, B B -b, B, B, B +B, B, B, B B @@ -21544,7 +21980,7 @@ B, B B -b, B, B, B +B, B, B, B B @@ -24809,10 +25245,12 @@ Whitespace, IO Redirect =item See Also -=item AUTHOR - =item ACKNOWLEDGEMENTS +=item BUG REPORTS + +=item AUTHOR + =item COPYRIGHT =back @@ -26347,8 +26785,8 @@ build_requires, create_packlist, c_source, conflicts, create_makefile_pl, create_readme, dist_abstract, dist_author, dist_name, dist_version, dist_version_from, dynamic_config, extra_compiler_flags, extra_linker_flags, get_options, type, store, default, include_dirs, -install_path, installdirs, license, apache, artistic, bsd, gpl, lgpl, mit, -mozilla, open_source, perl, restrictive, unrestricted, meta_add, +install_path, installdirs, license, apache, artistic, artistic_2, bsd, gpl, +lgpl, mit, mozilla, open_source, perl, restrictive, unrestricted, meta_add, meta_merge, module_name, PL_files, pm_files, pod_files, recommends, recursive_test_files, requires, script_files, sign, test_files, xs_files, new_from_context(%args), resume(), subclass() @@ -26382,18 +26820,22 @@ up_to_date($source_file, $derived_file), up_to_date(\@source_files, PL_files(), allow_mb_mismatch(), autosplit(), base_dir(), bindoc_dirs(), blib(), build_bat(), build_class(), build_elements(), build_requires(), -build_script(), c_source(), config_dir(), conflicts(), -create_makefile_pl(), create_packlist(), create_readme(), debugger(), -destdir(), get_options(), html_css(), include_dirs(), install_base(), -install_sets(), installdirs(), libdoc_dirs(), license(), magic_number(), -mb_version(), meta_add(), meta_merge(), metafile(), module_name(), -orig_dir(), original_prefix(), perl(), pm_files(), pod_files(), pollute(), -prefix(), prereq_action_types(), quiet(), recommends(), recurse_into(), -recursive_test_files(), requires(), scripts(), use_rcfile(), verbose(), -xs_files() +build_script(), c_source(), config_dir(), configure_requires(), +conflicts(), create_makefile_pl(), create_packlist(), create_readme(), +debugger(), destdir(), get_options(), html_css(), include_dirs(), +install_base(), install_sets(), installdirs(), libdoc_dirs(), license(), +magic_number(), mb_version(), meta_add(), meta_merge(), metafile(), +module_name(), orig_dir(), original_prefix(), perl(), pm_files(), +pod_files(), pollute(), prefix(), prereq_action_types(), quiet(), +recommends(), recurse_into(), recursive_test_files(), requires(), +scripts(), use_rcfile(), verbose(), xs_files() =back +=item MODULE METADATA + +keywords, resources + =item AUTHOR =item COPYRIGHT @@ -26416,8 +26858,14 @@ xs_files() =over 4 +=item Types of prerequisites + +configure_requires, build_requires, requires, recommends, conflicts + =item Format of prerequisites +=item XS Extensions + =back =item SAVING CONFIGURATION INFORMATION @@ -26501,9 +26949,9 @@ auto_feature_names(), write() =over 4 -=item The basic installation recipe for modules that use Module::Build +=item Installing modules that use Module::Build -=item Making a CPAN.pm-compatible distribution +=item Modifying Config.pm values =item Installing modules using the programmatic interface @@ -26521,6 +26969,8 @@ auto_feature_names(), write() =over 4 +=item Making a CPAN.pm-compatible distribution + =item Changing the order of the build process =item Adding new file types to the build process @@ -30384,14 +30834,14 @@ B, B =item DIAGNOSTICS C, C, C, C, -C, C, C, C, C, C, C, C, C +but no Win32 API available>, C, C, C, C, C, C, C, +C, C, +C, C =item SEE ALSO @@ -30416,6 +30866,8 @@ passed to setlogsock, but path not available> AnnoCPAN: Annotated CPAN documentation, CPAN Ratings, RT: CPAN's request tracker, Search CPAN, Kobes' CPAN Search, Perl Documentation +=item COPYRIGHT + =item LICENSE =back @@ -30458,14 +30910,14 @@ B, B =item DIAGNOSTICS C, C, C, C, -C, C, C, C, C, C, C, C, C +but no Win32 API available>, C, C, C, C, C, C, C, +C, C, +C, C =item SEE ALSO @@ -30490,6 +30942,8 @@ passed to setlogsock, but path not available> AnnoCPAN: Annotated CPAN documentation, CPAN Ratings, RT: CPAN's request tracker, Search CPAN, Kobes' CPAN Search, Perl Documentation +=item COPYRIGHT + =item LICENSE =back @@ -32054,6 +32508,10 @@ $flags = 0), clock(), stat, stat FH, stat EXPR =over 4 +=item C and C + +=item C and C + =item Year Value Interpretation =item Limits of time_t @@ -32072,6 +32530,8 @@ $flags = 0), clock(), stat, stat FH, stat EXPR =item SUPPORT +=item COPYRIGHT + =item AUTHOR =back