X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/18b2aa6a0d8618a3be3fe009940a585eddae1e52..31aa61e9f074eb262dbd895ed8f29a3ae9d636e5:/MANIFEST diff --git a/MANIFEST b/MANIFEST index 74db548..5e47478 100644 --- a/MANIFEST +++ b/MANIFEST @@ -46,6 +46,7 @@ cpan/autodie/lib/autodie.pm Functions succeed or die with lexical scope cpan/autodie/lib/autodie/skip.pm cpan/autodie/lib/Fatal.pm Make errors in functions/builtins fatal cpan/autodie/t/00-load.t autodie - basic load +cpan/autodie/t/args.t cpan/autodie/t/autodie_skippy.pm cpan/autodie/t/autodie.t autodie - Basic functionality cpan/autodie/t/autodie_test_module.pm autodie - test helper @@ -101,6 +102,7 @@ cpan/autodie/t/no_carp.t cpan/autodie/t/open.t autodie - Testing open cpan/autodie/t/recv.t autodie - send/recv tests cpan/autodie/t/repeat.t autodie - repeat autodie leak tests +cpan/autodie/t/rt-74246.t cpan/autodie/t/scope_leak.t autodie - file scope leak tests cpan/autodie/t/skip.t cpan/autodie/t/string-eval-basic.t autodie - Basic string eval test @@ -1114,6 +1116,7 @@ cpan/HTTP-Tiny/t/cases/auth-01.txt cpan/HTTP-Tiny/t/cases/auth-02.txt cpan/HTTP-Tiny/t/cases/auth-03.txt cpan/HTTP-Tiny/t/cases/auth-04.txt +cpan/HTTP-Tiny/t/cases/auth-05.txt cpan/HTTP-Tiny/t/cases/cookies-01.txt cpan/HTTP-Tiny/t/cases/cookies-02.txt cpan/HTTP-Tiny/t/cases/cookies-03.txt @@ -1299,6 +1302,39 @@ cpan/IO-Compress/t/cz-06gzsetp.t IO::Compress cpan/IO-Compress/t/cz-08encoding.t IO::Compress cpan/IO-Compress/t/cz-14gzopen.t IO::Compress cpan/IO-Compress/t/globmapper.t IO::Compress +cpan/IO-Socket-IP/Build.PL IO::Socket::IP +cpan/IO-Socket-IP/Changes IO::Socket::IP +cpan/IO-Socket-IP/examples/connect.pl IO::Socket::IP +cpan/IO-Socket-IP/examples/nonblocking_libasyncns.pl IO::Socket::IP +cpan/IO-Socket-IP/lib/IO/Socket/IP.pm IO::Socket::IP +cpan/IO-Socket-IP/LICENSE IO::Socket::IP +cpan/IO-Socket-IP/Makefile.PL IO::Socket::IP +cpan/IO-Socket-IP/MANIFEST IO::Socket::IP +cpan/IO-Socket-IP/META.json IO::Socket::IP +cpan/IO-Socket-IP/META.yml IO::Socket::IP +cpan/IO-Socket-IP/README IO::Socket::IP +cpan/IO-Socket-IP/t/00use.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/01local-client-v4.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/02local-server-v4.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/03local-cross-v4.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/04local-client-v6.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/05local-server-v6.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/06local-cross-v6.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/10args.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/11sockopts.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/12port-fallback.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/13addrinfo.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/14fileno.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/15io-socket.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/16v6only.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/17gai-flags.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/18fdopen.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/19no-addrs.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/20subclass.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/21as-inet.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/30nonblocking-connect.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/31nonblocking-connect-internet.t IO::Socket::IP tests +cpan/IO-Socket-IP/t/99pod.t IO::Socket::IP tests cpan/IO-Zlib/t/basic.t Tests for IO::Zlib cpan/IO-Zlib/t/external.t Tests for IO::Zlib cpan/IO-Zlib/t/getc.t Tests for IO::Zlib @@ -1398,39 +1434,6 @@ cpan/libnet/t/nntp.t libnet cpan/libnet/t/require.t libnet cpan/libnet/t/smtp.t libnet cpan/libnet/t/time.t libnet -cpan/List-Util/lib/List/Util.pm List::Util -cpan/List-Util/lib/List/Util/XS.pm List::Util -cpan/List-Util/lib/Scalar/Util.pm Scalar::Util -cpan/List-Util/ListUtil.xs Util extension -cpan/List-Util/Makefile.PL Util extension -cpan/List-Util/multicall.h Util extension -cpan/List-Util/t/00version.t Scalar::Util -cpan/List-Util/t/any-all.t List::Util -cpan/List-Util/t/blessed.t Scalar::Util -cpan/List-Util/t/dualvar.t Scalar::Util -cpan/List-Util/t/first.t List::Util -cpan/List-Util/t/getmagic-once.t -cpan/List-Util/t/isvstring.t Scalar::Util -cpan/List-Util/t/lln.t Scalar::Util -cpan/List-Util/t/maxstr.t List::Util -cpan/List-Util/t/max.t List::Util -cpan/List-Util/t/minstr.t List::Util -cpan/List-Util/t/min.t List::Util -cpan/List-Util/t/multicall-refcount.t -cpan/List-Util/t/openhan.t Scalar::Util -cpan/List-Util/t/pair.t -cpan/List-Util/t/product.t List::Util -cpan/List-Util/t/proto.t Scalar::Util -cpan/List-Util/t/readonly.t Scalar::Util -cpan/List-Util/t/reduce.t List::Util -cpan/List-Util/t/refaddr.t Scalar::Util -cpan/List-Util/t/reftype.t Scalar::Util -cpan/List-Util/t/shuffle.t List::Util -cpan/List-Util/t/stack-corruption.t List::Util -cpan/List-Util/t/sum0.t -cpan/List-Util/t/sum.t List::Util -cpan/List-Util/t/tainted.t Scalar::Util -cpan/List-Util/t/weak.t Scalar::Util cpan/Locale-Codes/lib/Locale/Codes/API.pod Locale::Codes documentation cpan/Locale-Codes/lib/Locale/Codes/Changes.pod Locale::Codes documentation cpan/Locale-Codes/lib/Locale/Codes/Constants.pm Locale::Codes @@ -1640,11 +1643,13 @@ cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm Module::Conditional cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t Module::Conditional tests cpan/Module-Load-Conditional/t/test_lib/a/X.pm Module::Conditional tests cpan/Module-Load-Conditional/t/test_lib/b/X.pm Module::Conditional tests +cpan/Module-Load-Conditional/t/to_load/AutoLoad.pm Module::Conditional tests cpan/Module-Load-Conditional/t/to_load/Commented.pm Module::Conditional tests cpan/Module-Load-Conditional/t/to_load/InPod.pm Module::Load::Conditional tests cpan/Module-Load-Conditional/t/to_load/LoadIt.pm Module::Conditional tests cpan/Module-Load-Conditional/t/to_load/LoadMe.pl Module::Conditional tests cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm Module::Load::Conditional tests +cpan/Module-Load-Conditional/t/to_load/NotAutoLoad.pm Module::Conditional tests cpan/Module-Load-Conditional/t/to_load/NotMain.pm Module::Conditional tests cpan/Module-Load-Conditional/t/to_load/NotX.pm Module::Conditional tests cpan/Module-Load-Conditional/t/to_load/ToBeLoaded Module::Conditional tests @@ -1652,6 +1657,7 @@ cpan/Module-Loaded/lib/Module/Loaded.pm Module::Loaded cpan/Module-Loaded/t/01_Module-Loaded.t Module::Loaded tests cpan/Module-Load/lib/Module/Load.pm Module::Load cpan/Module-Load/t/01_Module-Load.t Module::Load tests +cpan/Module-Load/t/02_Module-Load.t Module::Load tests cpan/Module-Load/t/to_load/config_file Module::Load tests cpan/Module-Load/t/to_load/LoadIt.pm Module::Load tests cpan/Module-Load/t/to_load/LoadMe.pl Module::Load tests @@ -1832,6 +1838,7 @@ cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm convert POD to terminal output cpan/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm convert POD to plain text cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm convert POD via Tk::Pod cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm convert POD to XML +cpan/Pod-Perldoc/Makefile.PL cpan/Pod-Perldoc/perldoc.pod cpan/Pod-Perldoc/t/load.t test file for Pod-Perldoc cpan/Pod-Perldoc/t/man/_get_columns.t test file for Pod-Perldoc @@ -2039,6 +2046,39 @@ cpan/Pod-Usage/t/pod/testcmp.pl cpan/Pod-Usage/t/pod/testp2pt.pl cpan/Pod-Usage/t/pod/usage2.pod cpan/Pod-Usage/t/pod/usage.pod +cpan/Scalar-List-Utils/lib/List/Util.pm List::Util +cpan/Scalar-List-Utils/lib/List/Util/XS.pm List::Util +cpan/Scalar-List-Utils/lib/Scalar/Util.pm Scalar::Util +cpan/Scalar-List-Utils/ListUtil.xs Util extension +cpan/Scalar-List-Utils/Makefile.PL Util extension +cpan/Scalar-List-Utils/multicall.h Util extension +cpan/Scalar-List-Utils/t/00version.t Scalar::Util +cpan/Scalar-List-Utils/t/any-all.t List::Util +cpan/Scalar-List-Utils/t/blessed.t Scalar::Util +cpan/Scalar-List-Utils/t/dualvar.t Scalar::Util +cpan/Scalar-List-Utils/t/first.t List::Util +cpan/Scalar-List-Utils/t/getmagic-once.t +cpan/Scalar-List-Utils/t/isvstring.t Scalar::Util +cpan/Scalar-List-Utils/t/lln.t Scalar::Util +cpan/Scalar-List-Utils/t/maxstr.t List::Util +cpan/Scalar-List-Utils/t/max.t List::Util +cpan/Scalar-List-Utils/t/minstr.t List::Util +cpan/Scalar-List-Utils/t/min.t List::Util +cpan/Scalar-List-Utils/t/multicall-refcount.t +cpan/Scalar-List-Utils/t/openhan.t Scalar::Util +cpan/Scalar-List-Utils/t/pair.t +cpan/Scalar-List-Utils/t/product.t List::Util +cpan/Scalar-List-Utils/t/proto.t Scalar::Util +cpan/Scalar-List-Utils/t/readonly.t Scalar::Util +cpan/Scalar-List-Utils/t/reduce.t List::Util +cpan/Scalar-List-Utils/t/refaddr.t Scalar::Util +cpan/Scalar-List-Utils/t/reftype.t Scalar::Util +cpan/Scalar-List-Utils/t/shuffle.t List::Util +cpan/Scalar-List-Utils/t/stack-corruption.t List::Util +cpan/Scalar-List-Utils/t/sum0.t +cpan/Scalar-List-Utils/t/sum.t List::Util +cpan/Scalar-List-Utils/t/tainted.t Scalar::Util +cpan/Scalar-List-Utils/t/weak.t Scalar::Util cpan/Socket/Makefile.PL Socket extension makefile writer cpan/Socket/Socket.pm Socket extension Perl module cpan/Socket/Socket.xs Socket extension external subroutines @@ -2740,7 +2780,10 @@ cpan/Unicode-Normalize/t/tie.t Unicode::Normalize cpan/version/lib/version/Internals.pod Description of the internals of version objects cpan/version/lib/version.pm Support for version objects cpan/version/lib/version.pod Documentation of the version module -cpan/version/t/01base.t Tests for version objects` +cpan/version/lib/version/regex.pm Regex for matching version objects +cpan/version/lib/version/vpp.pm Pure Perl implementation of XS code +cpan/version/t/00impl-pp.t Tests for version objects +cpan/version/t/01base.t Tests for version objects cpan/version/t/02derived.t Tests for version objects cpan/version/t/03require.t Tests for version objects cpan/version/t/04strict_lax.t Tests for version objects @@ -2748,6 +2791,7 @@ cpan/version/t/05sigdie.t Tests for version objects cpan/version/t/06noop.t Tests for version objects cpan/version/t/07locale.t Tests for version objects cpan/version/t/08_corelist.t Tests for version objects +cpan/version/t/09_list_util.t Tests for version objects cpan/version/t/coretests.pm Tests for version objects cpan/Win32API-File/buffers.h Win32API::File extension cpan/Win32API-File/cFile.h Win32API::File extension @@ -2824,6 +2868,8 @@ dist/base/lib/base.pm Establish IS-A relationship at compile time dist/base/lib/fields.pm Set up object field names for pseudo-hash-using classes dist/base/MANIFEST base.pm manifest dist/base/META.yml base.pm META.yml file +dist/base/t/base-open-chunk.t See if base works +dist/base/t/base-open-line.t See if base works dist/base/t/base.t See if base works dist/base/t/compile-time.t See if base works dist/base/t/fields-5_6_0.t See if fields work @@ -2831,6 +2877,7 @@ dist/base/t/fields-5_8_0.t See if fields work dist/base/t/fields-base.t See if fields work dist/base/t/fields.t See if fields work dist/base/t/isa.t See if base's behaviour doesn't change +dist/base/t/lib/Broken.pm Test module for base.pm dist/base/t/lib/Dummy.pm Test module for base.pm dist/base/t/lib/HasSigDie.pm Module for testing base.pm dist/base/t/sigdie.t See if base works with SIGDIE @@ -2883,27 +2930,6 @@ dist/Carp/t/with_warnings.t See if Carp plays nicely with warnings dist/constant/lib/constant.pm For "use constant" dist/constant/t/constant.t See if compile-time constants work dist/constant/t/utf8.t Test Unicode constants under utf8 pragma -dist/Cwd/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir) -dist/Cwd/Cwd.xs Cwd extension external subroutines -dist/Cwd/lib/File/Spec/Cygwin.pm portable operations on Cygwin file names -dist/Cwd/lib/File/Spec/Epoc.pm portable operations on EPOC file names -dist/Cwd/lib/File/Spec/Functions.pm Function interface to File::Spec object methods -dist/Cwd/lib/File/Spec/Mac.pm portable operations on Mac file names -dist/Cwd/lib/File/Spec/OS2.pm portable operations on OS2 file names -dist/Cwd/lib/File/Spec.pm portable operations on file names -dist/Cwd/lib/File/Spec/Unix.pm portable operations on Unix file names -dist/Cwd/lib/File/Spec/VMS.pm portable operations on VMS file names -dist/Cwd/lib/File/Spec/Win32.pm portable operations on Win32 and NetWare file names -dist/Cwd/Makefile.PL makefile writer for Cwd -dist/Cwd/t/crossplatform.t See if File::Spec works crossplatform -dist/Cwd/t/cwd.t See if Cwd works -dist/Cwd/t/Functions.t See if File::Spec::Functions works -dist/Cwd/t/rel2abs2rel.t See if File::Spec->rel2abs/abs2rel works -dist/Cwd/t/Spec.t See if File::Spec works -dist/Cwd/t/Spec-taint.t See if File::Spec works with taint -dist/Cwd/t/taint.t See if Cwd works with taint -dist/Cwd/t/tmpdir.t See if File::Spec->tmpdir() works -dist/Cwd/t/win32.t See if Cwd works on Win32 dist/Data-Dumper/Changes Data pretty printer, changelog dist/Data-Dumper/Dumper.pm Data pretty printer, module dist/Data-Dumper/Dumper.xs Data pretty printer, externals @@ -2946,6 +2972,7 @@ dist/Exporter/t/warn.t See if Exporter respects warning handlers dist/ExtUtils-CBuilder/Changes EU-CB change log dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm Base class for ExtUtils::CBuilder methods dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm CBuilder methods for AIX +dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/android.pm CBuilder methods for Android dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm CBuilder methods for cygwin dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm CBuilder methods for darwin dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm CBuilder methods for OSF @@ -3259,6 +3286,27 @@ dist/Net-Ping/t/450_service.t Ping Net::Ping dist/Net-Ping/t/500_ping_icmp.t Ping Net::Ping dist/Net-Ping/t/510_ping_udp.t Ping Net::Ping dist/Net-Ping/t/520_icmp_ttl.t Ping Net::Ping +dist/PathTools/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir) +dist/PathTools/Cwd.xs Cwd extension external subroutines +dist/PathTools/lib/File/Spec/Cygwin.pm portable operations on Cygwin file names +dist/PathTools/lib/File/Spec/Epoc.pm portable operations on EPOC file names +dist/PathTools/lib/File/Spec/Functions.pm Function interface to File::Spec object methods +dist/PathTools/lib/File/Spec/Mac.pm portable operations on Mac file names +dist/PathTools/lib/File/Spec/OS2.pm portable operations on OS2 file names +dist/PathTools/lib/File/Spec.pm portable operations on file names +dist/PathTools/lib/File/Spec/Unix.pm portable operations on Unix file names +dist/PathTools/lib/File/Spec/VMS.pm portable operations on VMS file names +dist/PathTools/lib/File/Spec/Win32.pm portable operations on Win32 and NetWare file names +dist/PathTools/Makefile.PL makefile writer for Cwd +dist/PathTools/t/crossplatform.t See if File::Spec works crossplatform +dist/PathTools/t/cwd.t See if Cwd works +dist/PathTools/t/Functions.t See if File::Spec::Functions works +dist/PathTools/t/rel2abs2rel.t See if File::Spec->rel2abs/abs2rel works +dist/PathTools/t/Spec.t See if File::Spec works +dist/PathTools/t/Spec-taint.t See if File::Spec works with taint +dist/PathTools/t/taint.t See if Cwd works with taint +dist/PathTools/t/tmpdir.t See if File::Spec->tmpdir() works +dist/PathTools/t/win32.t See if Cwd works on Win32 dist/Safe/Changes Changes for Safe.pm dist/Safe/Makefile.PL Makefile.PL for Safe.pm dist/Safe/MANIFEST MANIFEST for Safe.pm @@ -3529,6 +3577,7 @@ ext/DynaLoader/dl_aix.xs AIX implementation ext/DynaLoader/dl_dllload.xs S/390 dllload() style implementation ext/DynaLoader/dl_dlopen.xs BSD/SunOS4&5 dlopen() style implementation ext/DynaLoader/dl_dyld.xs NeXT/Apple dyld implementation +ext/DynaLoader/dl_freemint.xs GNU dld style implementation for FreeMINT ext/DynaLoader/dl_hpux.xs HP-UX implementation ext/DynaLoader/dl_next.xs NeXT implementation ext/DynaLoader/dl_none.xs Stub implementation @@ -3572,6 +3621,7 @@ ext/File-DosGlob/lib/File/DosGlob.pm Win32 DOS-globbing module ext/File-DosGlob/t/DosGlob.t See if File::DosGlob works ext/File-Find/lib/File/Find.pm Routines to do a find ext/File-Find/t/find.t See if File::Find works +ext/File-Find/t/lib/Testing.pm Functions used in testing File-find ext/File-Find/t/taint.t See if File::Find works with taint ext/File-Glob/bsd_glob.c File::Glob extension run time code ext/File-Glob/bsd_glob.h File::Glob extension header file @@ -3784,6 +3834,8 @@ ext/SDBM_File/sdbm/sdbm.c SDBM kit ext/SDBM_File/sdbm/sdbm.h SDBM kit ext/SDBM_File/sdbm/tune.h SDBM kit ext/SDBM_File/sdbm/util.c SDBM kit +ext/SDBM_File/t/constants.t See if SDBM_File constants work +ext/SDBM_File/t/prep.t See if SDBM_File with extra argument works ext/SDBM_File/t/sdbm.t See if SDBM_File works ext/SDBM_File/typemap SDBM extension interface types ext/Sys-Hostname/Hostname.pm Sys::Hostname extension Perl module @@ -3965,6 +4017,7 @@ hints/epix.sh Hints for named architecture hints/esix4.sh Hints for named architecture hints/fps.sh Hints for named architecture hints/freebsd.sh Hints for named architecture +hints/freemint.sh Hints for named architecture hints/genix.sh Hints for named architecture hints/gnukfreebsd.sh Hints for named architecture hints/gnuknetbsd.sh Hints for named architecture @@ -3981,6 +4034,7 @@ hints/irix_6_1.sh Hints for named architecture hints/irix_6.sh Hints for named architecture hints/isc_2.sh Hints for named architecture hints/isc.sh Hints for named architecture +hints/linux-android.sh Hints for named architecture hints/linux.sh Hints for named architecture hints/lynxos.sh Hints for named architecture hints/midnightbsd.sh Hints for named architecture @@ -4455,7 +4509,6 @@ perlio.h PerlIO abstraction perliol.h PerlIO Layer definition perlio.sym Symbols for PerlIO abstraction perlsdio.h Fake stdio using perlio -perlsfio.h Prototype sfio mapping for PerlIO perlvars.h Global variables perly.act parser actions; derived from perly.y perly.c parser code (NOT derived from perly.y) @@ -4506,6 +4559,9 @@ pod/perl5192delta.pod Perl changes in version 5.19.2 pod/perl5193delta.pod Perl changes in version 5.19.3 pod/perl5194delta.pod Perl changes in version 5.19.4 pod/perl5195delta.pod Perl changes in version 5.19.5 +pod/perl5196delta.pod Perl changes in version 5.19.6 +pod/perl5197delta.pod Perl changes in version 5.19.7 +pod/perl5198delta.pod Perl changes in version 5.19.8 pod/perl561delta.pod Perl changes in version 5.6.1 pod/perl56delta.pod Perl changes in version 5.6 pod/perl581delta.pod Perl changes in version 5.8.1 @@ -4694,6 +4750,7 @@ qnx/qnx.c QNX silent matherr callback README The Instructions README.aix Perl notes for AIX README.amiga Perl notes for AmigaOS +README.android Perl notes for Android README.bs2000 Perl notes for POSIX-BC BS2000 README.ce Perl notes for WinCE README.cn Perl for Simplified Chinese (in EUC-CN) @@ -4720,6 +4777,7 @@ README.qnx Perl notes for QNX README.riscos Perl notes for RISC OS README.solaris Perl notes for Solaris README.symbian Perl notes for Symbian +README.synology Perl notes for Synology README.tru64 Perl notes for Tru64 README.tw Perl for Traditional Chinese (in Big5) README.vms Notes about installing the VMS port @@ -4894,7 +4952,9 @@ t/io/print.t See if print commands work t/io/pvbm.t See if PVBMs break IO commands t/io/read.t See if read works t/io/say.t See if say works +t/io/sem.t See if SysV semaphores work t/io/shm.t See if SysV shared memory works +t/io/socket.t See if socket functions work t/io/tell.t See if file seeking works t/io/through.t See if pipe passes data intact t/io/utf8.t See if file seeking works @@ -4967,7 +5027,6 @@ t/lib/warnings/op Tests for op.c for warnings.t t/lib/warnings/pad Tests for pad.c for warnings.t t/lib/warnings/perl Tests for perl.c for warnings.t t/lib/warnings/perlio Tests for perlio.c for warnings.t -t/lib/warnings/perly Tests for perly.y for warnings.t t/lib/warnings/pp Tests for pp.c for warnings.t t/lib/warnings/pp_ctl Tests for pp_ctl.c for warnings.t t/lib/warnings/pp_hot Tests for pp_hot.c for warnings.t @@ -4982,6 +5041,7 @@ t/lib/warnings/toke Tests for toke.c for warnings.t t/lib/warnings/universal Tests for universal.c for warnings.t t/lib/warnings/utf8 Tests for utf8.c for warnings.t t/lib/warnings/util Tests for util.c for warnings.t +t/loc_tools.pl Common functions for finding platform's locales t/mro/basic_01_c3.t mro tests t/mro/basic_01_c3_utf8.t utf8 mro tests t/mro/basic_01_dfs.t mro tests @@ -5470,6 +5530,9 @@ vos/configure_full_perl.sh VOS shell script to configure "full" perl before buil vos/make_full_perl.sh VOS shell script to build and test "full" perl vos/vos.c VOS emulations for missing POSIX functions vos/vosish.h VOS-specific header file +vutil.c Version object C functions +vutil.h Version object headers +vxs.inc Version object XS methods warnings.h The warning numbers win32/bin/exetype.pl Set executable type to CONSOLE or WINDOWS win32/bin/perlglob.pl Win32 globbing