This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
STDCHAR * might not be char *.
[perl5.git] / MANIFEST
index d9bcfcd..093cb7e 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1311,6 +1311,8 @@ cpan/Locale-Codes/t/currency_func.t       Locale::Codes tests
 cpan/Locale-Codes/t/currency_old.t     Locale::Codes tests
 cpan/Locale-Codes/t/currency_oo.t      Locale::Codes tests
 cpan/Locale-Codes/t/do_tests.pl        Locale::Codes tests
+cpan/Locale-Codes/t/errors.1.t Locale::Codes tests
+cpan/Locale-Codes/t/errors.2.t Locale::Codes tests
 cpan/Locale-Codes/t/langext_func.t     Locale::Codes tests
 cpan/Locale-Codes/t/langext_oo.t       Locale::Codes tests
 cpan/Locale-Codes/t/langfam_func.t     Locale::Codes tests
@@ -1326,6 +1328,7 @@ cpan/Locale-Codes/t/script_oo.t   Locale::Codes tests
 cpan/Locale-Codes/t/testfunc.pl                        Locale::Codes tests
 cpan/Locale-Codes/t/vals_country.pl    Locale::Codes tests
 cpan/Locale-Codes/t/vals_currency.pl   Locale::Codes tests
+cpan/Locale-Codes/t/vals_error.pl      Locale::Codes tests
 cpan/Locale-Codes/t/vals_langext.pl    Locale::Codes tests
 cpan/Locale-Codes/t/vals_langfam.pl    Locale::Codes tests
 cpan/Locale-Codes/t/vals_language.pl   Locale::Codes tests
@@ -2440,6 +2443,7 @@ cpan/Test-Simple/t/Legacy/useing.t
 cpan/Test-Simple/t/Legacy/utf8.t
 cpan/Test-Simple/t/Legacy/versions.t
 cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late.t
+cpan/Test-Simple/t/Legacy_And_Test2/diag_event_on_ok.t
 cpan/Test-Simple/t/Legacy_And_Test2/hidden_warnings.t
 cpan/Test-Simple/t/Legacy_And_Test2/preload_diag_note.t
 cpan/Test-Simple/t/lib/Dev/Null.pm
@@ -3661,6 +3665,7 @@ dist/SelfLoader/lib/SelfLoader.pm Load functions only on demand
 dist/SelfLoader/t/01SelfLoader.t       See if SelfLoader works
 dist/SelfLoader/t/02SelfLoader-buggy.t See if SelfLoader works
 dist/SelfLoader/t/03taint.t            See if SelfLoader works under taint
+dist/Storable/__Storable__.pm  Template to generate Storable.pm
 dist/Storable/ChangeLog                        Storable extension
 dist/Storable/hints/gnukfreebsd.pl     Hint for Storable for named architecture
 dist/Storable/hints/gnuknetbsd.pl      Hint for Storable for named architecture
@@ -3668,8 +3673,8 @@ dist/Storable/hints/hpux.pl               Hint for Storable for named architecture
 dist/Storable/hints/linux.pl           Hint for Storable for named architecture
 dist/Storable/Makefile.PL              Storable extension
 dist/Storable/README                   Storable extension
-dist/Storable/Storable.pm              Storable extension
 dist/Storable/Storable.xs              Storable extension
+dist/Storable/Storable.pm.PL   perl script to generate Storable.pm from template
 dist/Storable/t/attach.t               Check STORABLE_attach doesn't create objects unnecessarily
 dist/Storable/t/attach_errors.t                Trigger and test STORABLE_attach errors
 dist/Storable/t/attach_singleton.t     Test STORABLE_attach for the Singleton pattern
@@ -3872,6 +3877,7 @@ dist/Time-HiRes/t/usleep.t                Test for Time::HiRes
 dist/Time-HiRes/t/utime.t              Test for Time::HiRes
 dist/Time-HiRes/t/Watchdog.pm          Test for Time::HiRes
 dist/Time-HiRes/typemap                        Time::HiRes extension
+dist/Unicode-Normalize/Changes         Unicode::Normalize
 dist/Unicode-Normalize/Makefile.PL     Unicode::Normalize
 dist/Unicode-Normalize/mkheader                Unicode::Normalize
 dist/Unicode-Normalize/Normalize.pm    Unicode::Normalize
@@ -4949,6 +4955,7 @@ parser.h                  parser object header
 patchlevel.h                   The current patch level of perl
 perl.c                         main()
 perl.h                         Global declarations
+perl_inc_macro.h               macro used to set \@INC using S_incpush_use_sep
 perl_langinfo.h                        Perl's version of <langinfo.h>
 perlapi.c                      Perl API functions
 perlapi.h                      Perl API function declarations
@@ -5026,6 +5033,7 @@ pod/perl5272delta.pod             Perl changes in version 5.27.2
 pod/perl5273delta.pod          Perl changes in version 5.27.3
 pod/perl5274delta.pod          Perl changes in version 5.27.4
 pod/perl5275delta.pod          Perl changes in version 5.27.5
+pod/perl5276delta.pod          Perl changes in version 5.27.6
 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
@@ -5761,6 +5769,7 @@ t/op/sselect.t                    See if 4 argument select works
 t/op/stash.t                   See if %:: stashes work
 t/op/stash_parse_gv.t          See if parse_gv_stash_name works
 t/op/stat.t                    See if stat works
+t/op/stat_errors.t             See if stat and file tests handle threshold errors
 t/op/state.t                   See if state variables work
 t/op/study.t                   See if study works
 t/op/studytied.t               See if study works with tied scalars