This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH 5.8.1 @20218] OS/2 API
[perl5.git] / lib / ExtUtils / t / Manifest.t
index 1681197..ec7115c 100644 (file)
@@ -218,6 +218,7 @@ SKIP: {
     like( $@, qr/^Could not open MANIFEST/,  
                  "maniadd() dies if it can't open the MANIFEST" );
 
+    chmod( 0600, 'MANIFEST' );
 }