This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: ‘...illegal for interchange’ is a default warning
[perl5.git] / MANIFEST
index b741d99..38f5da2 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -4237,6 +4237,7 @@ lib/File/Find/t/find.t            See if File::Find works
 lib/File/Find/t/taint.t                See if File::Find works with taint
 lib/FileHandle.pm              Backward-compatible front end to IO extension
 lib/FileHandle.t               See if FileHandle works
+lib/File/stat-7896.t           A test for ID 20011110.104
 lib/File/stat.pm               By-name interface to Perl's builtin stat
 lib/File/stat.t                        See if File::stat works
 lib/filetest.pm                        For "use filetest"
@@ -4279,7 +4280,9 @@ lib/perl5db/t/disable-breakpoints-2       Test script used by perl5db.t
 lib/perl5db/t/disable-breakpoints-3    Test script used by perl5db.t
 lib/perl5db/t/EnableModule.pm  Tests for the Perl debugger
 lib/perl5db/t/eval-line-bug    Tests for the Perl debugger
+lib/perl5db/t/fact             Tests for the Perl debugger
 lib/perl5db/t/filename-line-breakpoint         Tests for the Perl debugger
+lib/perl5db/t/load-modules     Tests for the Perl debugger
 lib/perl5db/t/lvalue-bug       Tests for the Perl debugger
 lib/perl5db/t/MyModule.pm      Tests for the Perl debugger
 lib/perl5db/t/proxy-constants  Tests for the Perl debugger
@@ -4624,6 +4627,7 @@ pod/perl5141delta.pod             Perl changes in version 5.14.1
 pod/perl5142delta.pod          Perl changes in version 5.14.2
 pod/perl5160delta.pod          Perl changes in version 5.16.0
 pod/perl5170delta.pod          Perl changes in version 5.17.0
+pod/perl5171delta.pod          Perl changes in version 5.17.1
 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
@@ -5187,6 +5191,7 @@ t/op/chdir.t                      See if chdir works
 t/op/chop.t                    See if chop works
 t/op/chr.t                     See if chr works
 t/op/closure.t                 See if closures work
+t/op/closure_test.pl           Extra file for closure.t
 t/op/cmp.t                     See if the various string and numeric compare work
 t/op/concat2.t                 Tests too complex for concat.t
 t/op/concat.t                  See if string concatenation works