This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Break out code from Perl_sv_gets() which is self contained and exits directly.
[perl5.git] / MANIFEST
index 6d72bfa..b91d91a 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1383,7 +1383,6 @@ cpan/MIME-Base64/t/base64.t               See whether MIME::Base64 works
 cpan/MIME-Base64/t/length.t    See whether MIME::QuotedPrint works
 cpan/MIME-Base64/t/quoted-print.t      See whether MIME::QuotedPrint works
 cpan/MIME-Base64/t/unicode.t           See whether MIME::Base64 works
-cpan/MIME-Base64/t/warn.t              See whether MIME::Base64 works
 cpan/Module-Build/Changes                              Module::Build
 cpan/Module-Build/lib/inc/latest.pm                    Module::Build
 cpan/Module-Build/lib/inc/latest/private.pm            Module::Build
@@ -2442,7 +2441,14 @@ cpan/Unicode-Collate/Collate/Locale/zh_strk.pl                   Unicode::Collate
 cpan/Unicode-Collate/Collate.pm                        Unicode::Collate
 cpan/Unicode-Collate/README                    Unicode::Collate
 cpan/Unicode-Collate/t/altern.t                        Unicode::Collate
+cpan/Unicode-Collate/t/backwds.t                       Unicode::Collate
+cpan/Unicode-Collate/t/cjk_b5.t                Unicode::Collate
+cpan/Unicode-Collate/t/cjk_gb.t                Unicode::Collate
+cpan/Unicode-Collate/t/cjk_ja.t                Unicode::Collate
+cpan/Unicode-Collate/t/cjk_ko.t                Unicode::Collate
+cpan/Unicode-Collate/t/cjk_py.t                Unicode::Collate
 cpan/Unicode-Collate/t/cjkrange.t              Unicode::Collate
+cpan/Unicode-Collate/t/cjk_st.t                Unicode::Collate
 cpan/Unicode-Collate/t/compatui.t              Unicode::Collate
 cpan/Unicode-Collate/t/contract.t              Unicode::Collate
 cpan/Unicode-Collate/t/default.t               Unicode::Collate
@@ -3899,7 +3905,6 @@ mad/P5AST.pm                      Used by nomad
 mad/P5re.pm                    Used by nomad
 mad/PLXML.pm                   Used by nomad
 mad/t/p55.t                    Test for the Perl 5 to Perl 5 translator
-makeaperl.SH                   perl script that produces a new perl binary
 makedef.pl                     Create symbol export lists for linking
 makedepend.SH                  Precursor to makedepend
 make_ext.pl                    Used by Makefile to execute extension Makefiles
@@ -4475,6 +4480,7 @@ t/io/crlf.t                       See if :crlf works
 t/io/crlf_through.t            See if pipe passes data intact with :crlf
 t/io/defout.t                  See if PL_defoutgv works
 t/io/dup.t                     See if >& works right
+t/io/eintr.t                   See if code called during EINTR is safe
 t/io/errnosig.t                        Test case for restoration $! when leaving signal handlers
 t/io/errno.t                   See if $! is correctly set
 t/io/fflush.t                  See if auto-flush on fork/exec/system/qx works
@@ -4950,7 +4956,6 @@ vms/test.com                      DCL driver for regression tests
 vms/vms.c                      VMS-specific C code for Perl core
 vms/vmsish.h                   VMS-specific C header for Perl core
 vms/vmspipe.com                        VMS-specific piped command helper script
-vms/writemain.pl               Generate perlmain.c from miniperlmain.c+extensions
 vos/Changes                    Changes made to port Perl to the VOS operating system
 vos/compile_full_perl.cm       VOS command macro to build "full" Perl
 vos/configure_full_perl.sh     VOS shell script to configure "full" perl before building
@@ -5025,7 +5030,6 @@ win32/win32thread.h               Win32 port mapping to threads
 win32/wince.c                  WinCE port
 win32/wince.h                  WinCE port
 win32/wincesck.c               WinCE port
-writemain.SH                   Generate perlmain.c from miniperlmain.c+extensions
 x2p/a2p.c                      Output of a2p.y run through byacc
 x2p/a2p.h                      Global declarations
 x2p/a2p.pod                    Pod for awk to perl translator