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 06e0206..1e2189e 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -395,6 +395,7 @@ cpan/CPAN/PAUSE2003.pub             CPAN public key
 cpan/CPAN/PAUSE2005.pub                CPAN public key
 cpan/CPAN/PAUSE2007.pub                CPAN public key
 cpan/CPAN/PAUSE2009.pub                CPAN public key
+cpan/CPAN/PAUSE2011.pub
 cpan/CPANPLUS/bin/cpan2dist                    the cpan2dist utility
 cpan/CPANPLUS/bin/cpanp                                the cpanp utility
 cpan/CPANPLUS/bin/cpanp-run-perl               the cpanp-run-perl utility
@@ -2011,6 +2012,7 @@ cpan/Pod-Simple/t/junk1.pod                               Pod::Simple test file
 cpan/Pod-Simple/t/junk2o.txt                           Pod::Simple test file
 cpan/Pod-Simple/t/junk2.pod                            Pod::Simple test file
 cpan/Pod-Simple/t/linkclas.t                           Pod::Simple test file
+cpan/Pod-Simple/t/output.t                             Pod::Simple test file
 cpan/Pod-Simple/t/perlcygo.txt                         Pod::Simple test file
 cpan/Pod-Simple/t/perlcyg.pod                          Pod::Simple test file
 cpan/Pod-Simple/t/perlfaqo.txt                         Pod::Simple test file
@@ -4304,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
@@ -4680,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
@@ -5053,7 +5057,6 @@ t/re/reg_namedcapture.t           Make sure glob assignment doesn't break named capture
 t/re/reg_nc_tie.t              Test the tied methods of Tie::Hash::NamedCapture
 t/re/reg_pmod.t                        See if regexp /p modifier works as expected
 t/re/reg_posixcc.t             See if posix character classes behave consistently
-t/re/reg_unsafe.t              Check for unsafe match vars
 t/re/re_tests                  Regular expressions for regexp.t
 t/re/rxcode.t                  See if /(?{ code })/ works
 t/re/subst_amp.t               See if $&-related substitution works