One less failure.
Jarkko Hietaniemi [Tue, 19 Aug 2003 15:05:18 +0000 (15:05 +0000)]
p4raw-id: //depot/perl@20777

lib/ExtUtils/t/Manifest.t

index 8f069ac..8054e80 100644 (file)
@@ -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.