This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note the Devel::SelfStubber upgrade in perldelta
[perl5.git] / MANIFEST
index 2e62c32..1e2189e 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -4306,6 +4306,7 @@ pod/perl5122delta.pod             Perl changes in version 5.12.2
 pod/perl5123delta.pod          Perl changes in version 5.12.3
 pod/perl5130delta.pod          Perl changes in version 5.13.0
 pod/perl51310delta.pod         Perl changes in version 5.13.10
+pod/perl51311delta.pod         Perl changes in version 5.13.11
 pod/perl5131delta.pod          Perl changes in version 5.13.1
 pod/perl5132delta.pod          Perl changes in version 5.13.2
 pod/perl5133delta.pod          Perl changes in version 5.13.3
@@ -4682,6 +4683,7 @@ t/io/argv.t                       See if ARGV stuff works
 t/io/binmode.t                 See if binmode() works
 t/io/crlf.t                    See if :crlf works
 t/io/crlf_through.t            See if pipe passes data intact with :crlf
+t/io/data.t                    See if DATA works
 t/io/defout.t                  See if PL_defoutgv works
 t/io/dup.t                     See if >& works right
 t/io/eintr.t                   See if code called during EINTR is safe