VMS-specific fixes to the ExtUtils::Manifest tests.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 10 Oct 2001 11:40:29 +0000 (11:40 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 10 Oct 2001 11:40:29 +0000 (11:40 +0000)
commit349e1be188d528e573d1d7b9ae200dd93769fda1
treec6e744c6fea2df372e7f78d3d78b9824cfc43539
parenta3987cb85d43c4b5e6f04382a9391c4ec5aa26ad
VMS-specific fixes to the ExtUtils::Manifest tests.

o  VMS is case-insensitive, RTL downcases filenames read
   by perl... so need to re-upcase filenames like MANIFEST
   and MANIFEST.SKIP

o  Need to convert VMS-style to Unix-style filenames when comparing
   names in MANIFEST to names in filesystem.

o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
   since VMS won't let you (easily) delete non-empty directories.

From Charles Lane.

p4raw-id: //depot/perl@12389
lib/ExtUtils/Manifest.pm
lib/ExtUtils/Manifest.t