summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-19 15:05:18 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-19 15:05:18 +0000
commit9d058bf8f98d1b9347cfda4ba63dd365f062001e (patch)
tree7c5b866364f5d57fb4b6ec24d42c6649ba145e40 /lib
parentd89514c25b731ec9e14e39a4e64f5a8251603f17 (diff)
downloadperl-9d058bf8f98d1b9347cfda4ba63dd365f062001e.tar.gz
One less failure.
p4raw-id: //depot/perl@20777
Diffstat (limited to 'lib')
-rw-r--r--lib/ExtUtils/t/Manifest.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/t/Manifest.t b/lib/ExtUtils/t/Manifest.t
index 8f069ac163..8054e80919 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.