=item Ignoring A Thread
+=item Process and Thread Termination
+
=back
=item Threads And Data
=item Writing a test
-F<t/base/>, F<t/cmd/>, F<t/comp/>, F<t/io/>, F<t/lib/>, F<t/op/>,
-F<t/pod/>, F<t/run/>, F<t/uni/>, F<t/win32/>, F<t/x2p>, t/base t/comp,
-t/cmd t/run t/io t/op, t/lib ext lib
+F<t/base/>, F<t/cmd/>, F<t/comp/>, F<t/io/>, F<t/lib/>, F<t/mro/>,
+F<t/op/>, F<t/pod/>, F<t/run/>, F<t/uni/>, F<t/win32/>, F<t/x2p>, t/base
+t/comp, t/cmd t/run t/io t/op, t/lib ext lib
=item Special Make Test Targets
=item Running tests by hand
-v, -torture, -re=PATTERN, -re LIST OF PATTERNS, PERL_CORE=1,
-PERL_DESTRUCT_LEVEL=2, PERL, PERL_SKIP_TTY_TEST
+PERL_DESTRUCT_LEVEL=2, PERL, PERL_SKIP_TTY_TEST, PERL_TEST_Net_Ping,
+PERL_TEST_NOVREXX, PERL_TEST_NUMCONVERTS
=item Common problems when patching Perl source code
=over 4
+=item Remove duplication of test setup.
+
=item merge common code in installperl and installman
=item common test code for timed bail out
=item Use secure CRT functions when building with VC8 on Win32
-=item __FUNCTION__ for MSVC-pre-7.0
-
=item strcat(), strcpy(), strncat(), strncpy(), sprintf(), vsprintf()
+=item -D_FORTIFY_SOURCE=2, -fstack-protector
+
=back
=item Tasks that need a knowledge of XS
=item Duplicate logic in S_method_common() and
Perl_gv_fetchmethod_autoload()
+=item Organize error messages
+
=back
=item Tasks that need a knowledge of the interpreter
=item entersub XS vs Perl
-=item Self ties
+=item Self-ties
=item Optimize away @_
=item New Pragma, C<mro>
+=item readdir() may return a "short filename" on Windows
+
=item readpipe() is now overridable
=item Default argument for readline()
=item Handling of .pmc files
+=item $^V is now a C<version> object instead of a v-string
+
=item @- and @+ in patterns
=item $AUTOLOAD can now be tainted
=over 4
+=item Upgrading individual core modules
+
=item Pragmata Changes
C<feature>, C<mro>, Scoping of the C<sort> pragma, Scoping of C<bignum>,
=item New Pragma, C<mro>
+=item readdir() may return a "short filename" on Windows
+
=item readpipe() is now overridable
=item Default argument for readline()
=item Handling of .pmc files
+=item $^V is now a C<version> object instead of a v-string
+
=item @- and @+ in patterns
=item $AUTOLOAD can now be tainted
=over 4
+=item Upgrading individual core modules
+
=item Pragmata Changes
C<feature>, C<mro>, Scoping of the C<sort> pragma, Scoping of C<bignum>,
=item Syntax
+=item Filename Case
+
+=item Symbolic Links
+
=item Wildcard expansion
=item Pipes
=over 4
-=item subpragma access
+=item Consider this carefully
+
+=item The "access" sub-pragma
+
+=item Limitation with regard to C<_>
=back
=back
+=item Good Practices
+
+=over 4
+
+=item Declaring C<@EXPORT_OK> and Friends
+
+=item Playing Safe
+
+=item What not to Export
+
+=back
+
+=item SEE ALSO
+
+=item LICENSE
+
=back
=head2 Exporter::Heavy - Exporter guts
needs_linking (o)
-nicetext
-
parse_abstract
parse_version
makeaperl (override)
-nicetext (override)
+maketext_filter (override)
prefixify (override)