This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: 'can' with undefined subs
[perl5.git] / MANIFEST
index f056363..4d6a7a2 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -945,6 +945,10 @@ lib/IPC/Open3.t                    See if IPC::Open3 works
 lib/IPC/SysV.t                 See if IPC::SysV works
 lib/less.pm                    For "use less"
 lib/lib_pm.PL                  For "use lib", produces lib/lib.pm
+lib/Lingua/KO/Hangul/Util/Changes      Lingua::KO::Hangul::Util
+lib/Lingua/KO/Hangul/Util/README       Lingua::KO::Hangul::Util
+lib/Lingua/KO/Hangul/Util/t/test.t             Lingua::KO::Hangul::Util
+lib/Lingua/KO/Hangul/Util.pm           Lingua::KO::Hangul::Util
 lib/locale.pm                  For "use locale"
 lib/locale.t                   See if locale support works
 lib/Locale/Codes/t/all.t       See if Locale::Codes work
@@ -1015,7 +1019,6 @@ lib/Net/demos/nntp                libnet
 lib/Net/demos/nntp.mirror      libnet
 lib/Net/demos/pop3             libnet
 lib/Net/demos/smtp.self                libnet
-lib/Net/demos/snpp             libnet
 lib/Net/demos/time             libnet
 lib/Net/Domain.pm              libnet
 lib/Net/FTP.pm                 libnet
@@ -1027,7 +1030,6 @@ lib/Net/FTP/L.pm          libnet
 lib/Net/hostent.pm             By-name interface to Perl's builtin gethost*
 lib/Net/hostent.t              See if Net::hostent works
 lib/Net/Hostname.eg            libnet
-lib/Net/libnet.ppd             libnet
 lib/Net/libnetFAQ.pod          libnet
 lib/Net/netent.pm              By-name interface to Perl's builtin getnet*
 lib/Net/netent.t               See if Net::netent works
@@ -1037,7 +1039,6 @@ lib/Net/Ping.pm                   Hello, anybody home?
 lib/Net/POP3.pm                        libnet
 lib/Net/protoent.pm            By-name interface to Perl's builtin getproto*
 lib/Net/protoent.t             See if Net::protoent works
-lib/Net/README.config          libnet
 lib/Net/README.libnet          libnet
 lib/Net/servent.pm             By-name interface to Perl's builtin getserv*
 lib/Net/servent.t              See if Net::servtent works
@@ -1175,7 +1176,19 @@ lib/Time/localtime.pm            By-name interface to Perl's builtin localtime
 lib/Time/localtime.t           Test for Time::localtime
 lib/Time/tm.pm                 Internal object for Time::{gm,local}time
 lib/timelocal.pl               Perl library supporting inverse of localtime, gmtime
+lib/Unicode/Collate.pm         Unicode::Collate
+lib/Unicode/Collate/Changes    Unicode::Collate
+lib/Unicode/Collate/keys.txt   Unicode::Collate
+lib/Unicode/Collate/README     Unicode::Collate
+lib/Unicode/Collate/t/test.t   Unicode::Collate
+lib/Unicode/Normalize.pm       Unicode::Normalize
+lib/Unicode/Normalize/Changes  Unicode::Normalize
+lib/Unicode/Normalize/README   Unicode::Normalize
+lib/Unicode/Normalize/t/norm.t Unicode::Normalize
+lib/Unicode/Normalize/t/test.t Unicode::Normalize
 lib/unicode/README             Explanation why this is there is.
+lib/Unicode/UCD.pm             Unicode character database
+lib/Unicode/UCD.t              See if Unicode character database works
 lib/unicore/ArabLink.pl                Unicode character database
 lib/unicore/ArabLnkGrp.pl      Unicode character database
 lib/unicore/ArabShap.txt       Unicode character database
@@ -1498,8 +1511,6 @@ lib/unicore/UCD.html              Unicode character database
 lib/unicore/Unicode.html       Unicode character database
 lib/unicore/Unicode.txt                Unicode character database
 lib/unicore/version            The version of the Unicode
-lib/Unicode/UCD.pm             Unicode character database
-lib/Unicode/UCD.t              See if Unicode character database works
 lib/UNIVERSAL.pm               Base class for ALL classes
 lib/User/grent.pm              By-name interface to Perl's builtin getgr*
 lib/User/grent.t               See if User::grwent works
@@ -1780,6 +1791,7 @@ pod/rofftoc                       Generate a table of contents in troff format
 pod/splitman                   Splits perlfunc into multiple man pages
 pod/splitpod                   Splits perlfunc into multiple pod pages
 Policy_sh.SH           Hold site-wide preferences between Configure runs.
+Porting/apply          Apply patches sent by mail
 Porting/config.sh      Sample config.sh
 Porting/config_H       Sample config.h
 Porting/Contract       Social contract for contributed modules in Perl core
@@ -1849,6 +1861,8 @@ regnodes.h                        Description of nodes of RE engine
 run.c                          The interpreter loop
 scope.c                                Scope entry and exit code
 scope.h                                Scope entry and exit header
+sharedsv.c                     ithreads-shared scalar values code
+sharedsv.h                     ithreads-shared scalar values header
 sv.c                           Scalar value code
 sv.h                           Scalar value header
 t/base/cond.t                  See if conditionals work
@@ -1879,6 +1893,7 @@ t/comp/term.t                     See if more terms work
 t/comp/use.t                   See if pragmas work
 t/harness                      Finer diagnostics from test suite
 t/io/argv.t                    See if ARGV stuff works
+t/io/binmode.t                  See if binmode() works
 t/io/dup.t                     See if >& works right
 t/io/fflush.t                  See if auto-flush on fork/exec/system/qx works
 t/io/fs.t                      See if directory manipulations work
@@ -2022,6 +2037,7 @@ t/op/inc.t                        See if inc/dec of integers near 32 bit limit work
 t/op/index.t                   See if index works
 t/op/int.t                     See if int works
 t/op/join.t                    See if join works
+t/op/lc.t                      See if lc, uc, lcfirst, ucfirst, quotemeta work
 t/op/length.t                  See if length works
 t/op/lex_assign.t              See if ops involving lexicals or pad temps work
 t/op/lfs.t                     See if large files work for perlio