This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
si_cxsubix not restored on goto &XS_sub
[perl5.git] / MANIFEST
index 4d51fdc..f99fa51 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -3630,7 +3630,6 @@ 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
@@ -3640,8 +3639,8 @@ dist/Storable/Makefile.PL         Storable extension
 dist/Storable/MANIFEST                 Storable MANIFEST file
 dist/Storable/README                   Storable extension
 dist/Storable/stacksize                        compute stack sizes
+dist/Storable/Storable.pm              Storable perl module
 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
@@ -4333,6 +4332,7 @@ ext/XS-APItest/t/stmtsasexpr.t    test recursive descent statement-sequence parsing
 ext/XS-APItest/t/stuff_modify_bug.t    test for eval side-effecting source string
 ext/XS-APItest/t/stuff_svcur_bug.t     test for a bug in lex_stuff_pvn
 ext/XS-APItest/t/subcall.t     Test XSUB calls
+ext/XS-APItest/t/subsignature.t        Test parse_subsignature()
 ext/XS-APItest/t/svcat.t       Test sv_catpvn
 ext/XS-APItest/t/svcatpvf.t    Test sv_catpvf argument reordering
 ext/XS-APItest/t/sviscow.t     Test SvIsCOW
@@ -5000,6 +5000,8 @@ pod/perl5300delta.pod             Perl changes in version 5.30.0
 pod/perl5310delta.pod          Perl changes in version 5.31.0
 pod/perl5311delta.pod          Perl changes in version 5.31.1
 pod/perl5312delta.pod          Perl changes in version 5.31.2
+pod/perl5313delta.pod          Perl changes in version 5.31.3
+pod/perl5314delta.pod          Perl changes in version 5.31.4
 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
@@ -5838,6 +5840,7 @@ t/porting/utils.t         Check that utility scripts still compile
 t/re/alpha_assertions.t                See if things like '(*postive_lookahed:...) work properly
 t/re/anyof.t                   See if bracketed char classes [...] compile properly
 t/re/begin-once.t              Checking that /o freeze a variable in a RegExp
+t/re/bigfuzzy_not_utf8.t       Big and ugly tests not storable as UTF-8
 t/re/charset.t                 See if regex modifiers like /d, /u work properly
 t/re/fold_grind.pl             Core file to see if regex case folding works properly
 t/re/fold_grind_8.t            Wrapper for fold_grind.pl for /l testing with a UTF-8 locale