This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add file to MANIFEST that hitched a ride with change #32750. It
[perl5.git] / MANIFEST
index 3a0f6b1..e6e304c 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -572,6 +572,7 @@ ext/Encode/ucm/cp852.ucm    Unicode Character Map
 ext/Encode/ucm/cp855.ucm       Unicode Character Map
 ext/Encode/ucm/cp856.ucm       Unicode Character Map
 ext/Encode/ucm/cp857.ucm       Unicode Character Map
+ext/Encode/ucm/cp858.ucm       Unicode Character Map
 ext/Encode/ucm/cp860.ucm       Unicode Character Map
 ext/Encode/ucm/cp861.ucm       Unicode Character Map
 ext/Encode/ucm/cp862.ucm       Unicode Character Map
@@ -822,19 +823,28 @@ ext/IO/t/io_udp.t See if UDP socket-related methods from IO work
 ext/IO/t/io_unix.t     See if UNIX socket-related methods from IO work
 ext/IO/t/io_utf8.t     See if perlio opens work
 ext/IO/t/io_xs.t               See if XSUB methods from IO work
-ext/IPC/SysV/ChangeLog         IPC::SysV extension Perl module
+ext/IPC/SysV/Changes   IPC::SysV changes
+ext/IPC/SysV/const-c.inc       IPC::SysV constants
+ext/IPC/SysV/const-xs.inc      IPC::SysV constants
 ext/IPC/SysV/hints/cygwin.pl   Hint for IPC::SysV for named architecture
 ext/IPC/SysV/hints/next_3.pl   Hint for IPC::SysV for named architecture
-ext/IPC/SysV/Makefile.PL       IPC::SysV extension Perl module
-ext/IPC/SysV/MANIFEST          IPC::SysV extension Perl module
-ext/IPC/SysV/Msg.pm            IPC::SysV extension Perl module
-ext/IPC/SysV/README            IPC::SysV extension Perl module
-ext/IPC/SysV/Semaphore.pm      IPC::SysV extension Perl module
-ext/IPC/SysV/SysV.pm           IPC::SysV extension Perl module
+ext/IPC/SysV/lib/IPC/Msg.pm    IPC::SysV extension Perl module
+ext/IPC/SysV/lib/IPC/Semaphore.pm      IPC::SysV extension Perl module
+ext/IPC/SysV/lib/IPC/SharedMem.pm      IPC::SysV extension Perl module
+ext/IPC/SysV/lib/IPC/SysV.pm   IPC::SysV extension Perl module
+ext/IPC/SysV/Makefile.PL       IPC::SysV makefile writer
+ext/IPC/SysV/MANIFEST.SKIP     IPC::SysV manifest skip specs
+ext/IPC/SysV/README            IPC::SysV README
+ext/IPC/SysV/regen.pl  IPC::SysV file regeneration script
 ext/IPC/SysV/SysV.xs           IPC::SysV extension Perl module
-ext/IPC/SysV/t/ipcsysv.t               See if IPC::SysV works
-ext/IPC/SysV/t/msg.t           IPC::SysV extension Perl module
-ext/IPC/SysV/t/sem.t           IPC::SysV extension Perl module
+ext/IPC/SysV/t/ipcsysv.t               IPC::SysV test file
+ext/IPC/SysV/t/pod.t   IPC::SysV test file
+ext/IPC/SysV/t/podcov.t        IPC::SysV test file
+ext/IPC/SysV/t/msg.t           IPC::SysV test file
+ext/IPC/SysV/t/sem.t           IPC::SysV test file
+ext/IPC/SysV/t/shm.t   IPC::SysV test file
+ext/IPC/SysV/TODO      IPC::SysV todo file
+ext/IPC/SysV/typemap   IPC::SysV typemap
 ext/List/Util/Changes          Util extension
 ext/List/Util/lib/List/Util.pm List::Util
 ext/List/Util/lib/Scalar/Util.pm       Scalar::Util
@@ -3923,6 +3933,7 @@ t/op/tr.t                 See if tr works
 t/op/undef.t                   See if undef works
 t/op/universal.t               See if UNIVERSAL class works
 t/op/unshift.t                 See if unshift works
+t/op/upgrade.t                 See if upgrading and assigning scalars works
 t/op/utf8decode.t              See if UTF-8 decoding works
 t/op/utfhash.t                 See if utf8 keys in hashes behave
 t/op/utftaint.t                        See if utf8 and taint work together