diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-02-01 18:05:20 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-01 18:05:20 +0000 |
commit | 7b377955e7b75c84dd9da782734d46dadc327bbf (patch) | |
tree | 0209dabf192764249fbe429401fb64cbbbc2ab3e /pod/perltoc.pod | |
parent | c11a53c651fea67be0519304acae4518ba4a1a54 (diff) | |
download | perl-7b377955e7b75c84dd9da782734d46dadc327bbf.tar.gz |
Mmm, it looks like it's a bad plan to rebuild the TOC from a tree that
has other modules in ext/
TODO - fix buildtoc to cross check with MANIFEST.
p4raw-id: //depot/perl@27038
Diffstat (limited to 'pod/perltoc.pod')
-rw-r--r-- | pod/perltoc.pod | 123 |
1 files changed, 0 insertions, 123 deletions
diff --git a/pod/perltoc.pod b/pod/perltoc.pod index 667f94e10b..53c343da39 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -10842,36 +10842,6 @@ semantics =back -=head2 c, constant - Perl pragma to declare constants - -=over 4 - -=item SYNOPSIS - -=item DESCRIPTION - -=item NOTES - -=over 4 - -=item List constants - -=item Defining multiple constants at once - -=item Magic constants - -=back - -=item TECHNICAL NOTES - -=item BUGS - -=item AUTHOR - -=item COPYRIGHT - -=back - =head2 charnames - define character names for C<\N{named}> string literal escapes @@ -14938,32 +14908,6 @@ 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 @@ -15094,59 +15038,6 @@ perl 5.005_03, perl 5.005, perl 5.004_05, perl 5.004 =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 @@ -17658,20 +17549,6 @@ errors() =back -=head2 Fcntl2 - load the C Fcntl2.h defines - -=over 4 - -=item SYNOPSIS - -=item DESCRIPTION - -=item NOTE - -=item EXPORTED SYMBOLS - -=back - =head2 File::Basename - Parse file paths into directory, filename and suffix. |