lib/ExtUtils/t/bytes.t Test ExtUtils::MakeMaker::bytes
lib/ExtUtils/t/Command.t See if ExtUtils::Command works (Win32 only)
lib/ExtUtils/t/Constant.t See if ExtUtils::Constant works
+lib/ExtUtils/t/dir_target.t Verify if dir_target() is supported
lib/ExtUtils/t/Embed.t See if ExtUtils::Embed and embedding works
lib/ExtUtils/testlib.pm Fixes up @INC to use just-built extension
lib/ExtUtils/t/hints.t See if hint files are honored.
lib/ExtUtils/t/MM_VMS.t See if ExtUtils::MM_VMS works
lib/ExtUtils/t/MM_Win32.t See if ExtUtils::MM_Win32 works
lib/ExtUtils/TODO Things TODO in MakeMaker
-lib/ExtUtils/t/dir_target.t Verify if dir_target() is supported
lib/ExtUtils/t/oneliner.t See if MM can generate perl one-liners
lib/ExtUtils/t/Packlist.t See if Packlist works
lib/ExtUtils/t/parse_version.t See if parse_version works
lib/utf8.pm Pragma to control Unicode support
lib/utf8.t See if utf8 operations work
lib/validate.pl Perl library supporting wholesale file mode validation
+lib/vars_carp.t See if "use vars" doesn't load Carp.pm per default
lib/vars.pm Declare pseudo-imported global variables
lib/vars.t See if "use vars" works
-lib/vars_carp.t See if "use vars" doesn't load Carp.pm per default
lib/version.pm Support for version objects
lib/version.t Tests for version objects
lib/vmsish.pm Control VMS-specific behavior of Perl core
t/run/switchC.t Test the -C switch
t/run/switchd.t Test the -d switch
t/run/switches.t Tests for the other switches (-0, -l, -c, -s, -M, -m, -V, -v, -h, -z, -i)
-t/run/switchF.t Test the -F switch
t/run/switchF1.t Pathological tests for the -F switch
+t/run/switchF.t Test the -F switch
t/run/switchI.t Test the -I switch
t/run/switchn.t Test the -n switch
t/run/switchp.t Test the -p switch
=item Source Documentation
+=item Backwards compatibility
+
=back
=item Unicode Support
=item GV Functions
GvSV, gv_fetchmeth, gv_fetchmethod, gv_fetchmethod_autoload,
-gv_fetchmeth_autoload, gv_stashpv, gv_stashsv
+gv_fetchmeth_autoload, gv_stashpv, gv_stashpvn, gv_stashsv
=item Handy Values
=item Memory Management
Copy, CopyD, Move, MoveD, New, Newc, Newz, Poison, Renew, Renewc, Safefree,
-savepv, savepvn, savesharedpv, StructCopy, Zero, ZeroD
+savepv, savepvn, savesharedpv, savesvpv, StructCopy, Zero, ZeroD
=item Miscellaneous Functions
=item SV Manipulation Functions
-get_sv, looks_like_number, newRV_inc, newRV_noinc, NEWSV, newSV, newSViv,
+get_sv, looks_like_number, newRV_inc, newRV_noinc, newSV, NEWSV, newSViv,
newSVnv, newSVpv, newSVpvf, newSVpvn, newSVpvn_share, newSVrv, newSVsv,
newSVuv, SvCUR, SvCUR_set, SvEND, SvGROW, SvIOK, SvIOKp, SvIOK_notUV,
SvIOK_off, SvIOK_on, SvIOK_only, SvIOK_only_UV, SvIOK_UV, SvIsCOW,
-SvIsCOW_shared_hash, SvIV, SvIVx, SvIVX, SvIV_nomg, SvLEN, SvNIOK, SvNIOKp,
-SvNIOK_off, SvNOK, SvNOKp, SvNOK_off, SvNOK_on, SvNOK_only, SvNV, SvNVX,
-SvNVx, SvOK, SvOOK, SvPOK, SvPOKp, SvPOK_off, SvPOK_on, SvPOK_only,
+SvIsCOW_shared_hash, SvIV, SvIVX, SvIVx, SvIV_nomg, SvLEN, SvNIOK, SvNIOKp,
+SvNIOK_off, SvNOK, SvNOKp, SvNOK_off, SvNOK_on, SvNOK_only, SvNV, SvNVx,
+SvNVX, SvOK, SvOOK, SvPOK, SvPOKp, SvPOK_off, SvPOK_on, SvPOK_only,
SvPOK_only_UTF8, SvPV, SvPVbyte, SvPVbytex, SvPVbytex_force,
SvPVbyte_force, SvPVbyte_nolen, SvPVutf8, SvPVutf8x, SvPVutf8x_force,
-SvPVutf8_force, SvPVutf8_nolen, SvPVx, SvPVX, SvPV_force, SvPV_force_nomg,
+SvPVutf8_force, SvPVutf8_nolen, SvPVX, SvPVx, SvPV_force, SvPV_force_nomg,
SvPV_nolen, SvPV_nomg, SvREFCNT, SvREFCNT_dec, SvREFCNT_inc, SvROK,
SvROK_off, SvROK_on, SvRV, SvSTASH, SvTAINT, SvTAINTED, SvTAINTED_off,
SvTAINTED_on, SvTRUE, SvTYPE, SvUOK, SvUPGRADE, SvUTF8, SvUTF8_off,
-SvUTF8_on, SvUV, SvUVX, SvUVx, SvUV_nomg, SvVOK, sv_2bool, sv_2cv, sv_2io,
+SvUTF8_on, SvUV, SvUVx, SvUVX, SvUV_nomg, SvVOK, sv_2bool, sv_2cv, sv_2io,
sv_2iv_flags, sv_2mortal, sv_2nv, sv_2pvbyte, sv_2pvbyte_nolen, sv_2pvutf8,
sv_2pvutf8_nolen, sv_2pv_flags, sv_2pv_nolen, sv_2uv_flags, sv_backoff,
sv_bless, sv_catpv, sv_catpvf, sv_catpvf_mg, sv_catpvn, sv_catpvn_flags,
=item Use fchown/fchmod internally
+=item Constant folding
+
=back
=item Tests
=item test B
-=item Improve tests for Config.pm
-
=item common test code for timed bailout
=back
=item readpipe(LIST)
+=item Self ties
+
=back
=back
=back
-=head2 perlbeos, README.beos - Perl version 5 on BeOS
+=head2 perlbeos, README.beos - Perl version 5.8+ on BeOS
=over 4
=item DESCRIPTION
-=over 4
+=item BUILD AND INSTALL
-=item General Issues with Perl on BeOS
+=over 4
-=item BeOS Release-specific Notes
+=item Requirements
-R4 x86, R4 PPC
+=item Configure
-=item Contact Information
+=item Build
-=item Update 2002-05-30
+=item Install
=back
+=item KNOWN PROBLEMS
+
+=item CONTACT
+
=back
=head2 perlbs2000, README.BS2000 - building and installing Perl for BS2000.
=over 4
-=item OPTIONS
+=item Options
a or accuracy, p or precision, t or trace, l or lib, v or version
-=item MATH LIBRARY
+=item Math Library
-=item INTERNAL FORMAT
+=item Internal Format
-=item SIGN
+=item Sign
-=item METHODS
+=item Methods
-=item CAVEAT
+=item Caveat
=back
=over 4
-=item OPTIONS
+=item Options
a or accuracy, p or precision, t or trace, l or lib, v or version
-=item METHODS
+=item Methods
-=item CAVEAT
+=item Caveat
inf(), NaN(), upgrade()
=over 4
-=item MODULES USED
+=item Modules Used
-=item MATH LIBRARY
+=item Math Library
-=item SIGN
+=item Sign
-=item METHODS
+=item Methods
-=item CAVEAT
+=item Cavaet
+
+=item Options
+
+a or accuracy, p or precision, t or trace, l or lib, v or version
=back
C<use64bitint>, C<usecrosscompile>, C<usedl>, C<usefaststdio>,
C<useithreads>, C<uselargefiles>, C<uselongdouble>, C<usemallocwrap>,
C<usemorebits>, C<usemultiplicity>, C<usemymalloc>, C<usenm>, C<useopcode>,
-C<useperlio>, C<useposix>, C<usereentrant>, C<usesfio>, C<useshrplib>,
-C<usesocks>, C<usethreads>, C<usevendorprefix>, C<usevfork>, C<usrinc>,
-C<uuname>, C<uvoformat>, C<uvsize>, C<uvtype>, C<uvuformat>, C<uvxformat>,
-C<uvXUformat>
+C<useperlio>, C<useposix>, C<usereentrant>, C<userelocatableinc>,
+C<usesfio>, C<useshrplib>, C<usesocks>, C<usethreads>, C<usevendorprefix>,
+C<usevfork>, C<usrinc>, C<uuname>, C<uvoformat>, C<uvsize>, C<uvtype>,
+C<uvuformat>, C<uvxformat>, C<uvXUformat>
=item v
=back
+=over 4
+
+=item SYNOPSIS
+
+=item DESCRIPTION
+
+dynamic, nonxs, static
+
+=item AUTHOR
+
+=back
+
=head2 Cwd - get pathname of current working directory
=over 4
os_flavor_is
+dir_target B<DEPRECATED>
+
blibdirs_target (o)
=over 4
=back
-=head2 ExtUtils::MM_MacOS - methods to override UN*X behaviour in
-ExtUtils::MakeMaker
+=head2 ExtUtils::MM_MacOS - once produced Makefiles for MacOS Classic
=over 4
=back
-maybe_command
-
-guess_name
-
-macify
-
-patternify
-
-init_main
-
-init_others
-
-init_platform, platform_constants
-
-init_dirscan
-
-init_VERSION (o)
-
-special_targets (o)
-
-static (o)
-
-dlsyms (o)
-
-dynamic (o)
-
-clean (o)
-
-clean_subdirs_target
-
-realclean (o)
-
-realclean_subdirs_target
-
-rulez (o)
-
-processPL (o)
-
-os_flavor
-
=head2 ExtUtils::MM_NW5 - methods to override UN*X behaviour in
ExtUtils::MakeMaker
depend (o)
-dir_target B<DEPRECATED>
-
init_DEST
init_dist
os_flavor
-blibdirs_target (override)
-
=head2 ExtUtils::MM_Win32 - methods to override UN*X behaviour in
ExtUtils::MakeMaker
=item is_pos()/is_neg()
- $x->is_pos(); # true if >= 0
- $x->is_neg(); # true if < 0
+ $x->is_pos(); # true if > 0
+ $x->is_neg(); # true if < 0
=item is_odd()/is_even()/is_int()
=back
+=item Infinity and Not a Number
+
+oct()/hex(), log(-inf), exp(), cos(), sin(), atan2()
+
=item INTERNALS
=over 4
=item METHODS
+=over 4
+
+=item __emu_bxor
+
+=item __emu_band
+
+=item __emu_bior
+
+=back
+
=item LICENSE
This program is free software; you may redistribute it and/or modify it
=back
-=head2 Math::BigRat - arbitrarily big rational numbers
+=head2 Math::BigRat - Arbitrary big rational numbers
=over 4
=item parts()
-=item as_number()
+=item as_int()
+
+=item as_hex()
+
+=item as_bin()
=item bfac()
=item is_zero()
-=item is_positive()
+=item is_pos()
-=item is_negative()
+=item is_neg()
=item is_int()