(was Re: DProf tests with -p broken on VMS)
Craig A. Berry [Mon, 4 Aug 2003 19:29:51 +0000 (14:29 -0500)]
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3F2EFA7F.6070801@mac.com>

p4raw-id: //depot/perl@20488

utils/dprofpp.PL

index 8c2ef79..d48b3bf 100644 (file)
@@ -16,7 +16,7 @@ use File::Spec;
 chdir(dirname($0));
 ($file = basename($0)) =~ s/\.PL$//;
 $file =~ s/\.pl$// if ($Config{'osname'} eq 'OS2');      # "case-forgiving"
-$file =~ s/\.pl$/.com/ if ($Config{'osname'} eq 'VMS');  # "case-forgiving"
+$file =~ s/\.pl$/.com/i if ($Config{'osname'} eq 'VMS');  # "case-forgiving"
 
 my $dprof_pm = File::Spec->catfile(File::Spec->updir, 'ext', 'Devel', 'DProf', 'DProf.pm');
 my $VERSION = 0;