From: Jarkko Hietaniemi Date: Tue, 19 Aug 2003 15:05:18 +0000 (+0000) Subject: One less failure. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9d058bf8f98d1b9347cfda4ba63dd365f062001e;p=p5sagit%2Fp5-mst-13.2.git One less failure. p4raw-id: //depot/perl@20777 --- diff --git a/lib/ExtUtils/t/Manifest.t b/lib/ExtUtils/t/Manifest.t index 8f069ac..8054e80 100644 --- a/lib/ExtUtils/t/Manifest.t +++ b/lib/ExtUtils/t/Manifest.t @@ -189,8 +189,8 @@ $files = maniread; is( $files->{wibble}, '', 'maniadd() with undef comment' ); is( $files->{yarrow}, 'hock',' with comment' ); is( $files->{foobar}, '', ' preserved old entries' ); -maniadd({ foo => 'bar' }); add_file('MANIFEST' => 'Makefile.PL'); +maniadd({ foo => 'bar' }); $files = maniread; # VMS downcases the MANIFEST. We normalize it here to match.