diff options
author | Michael G. Schwern <schwern@pobox.com> | 2002-05-17 13:17:54 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-17 21:35:45 +0000 |
commit | 57b1a898feef90fc19df54256136c678f3487b9a (patch) | |
tree | eb4a34df55a9efa72471dfd3553566dbe03c8bf9 /lib/ExtUtils/t/hints.t | |
parent | 72699b0f2772b6d9c4affdf9e0a3a501db463332 (diff) | |
download | perl-57b1a898feef90fc19df54256136c678f3487b9a.tar.gz |
ExtUtils::MakeMaker 5.92_01 -> 5.94_02
Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
p4raw-id: //depot/perl@16663
Diffstat (limited to 'lib/ExtUtils/t/hints.t')
-rw-r--r-- | lib/ExtUtils/t/hints.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/t/hints.t b/lib/ExtUtils/t/hints.t index e979cd7db2..62608d7bbb 100644 --- a/lib/ExtUtils/t/hints.t +++ b/lib/ExtUtils/t/hints.t @@ -13,7 +13,7 @@ chdir 't'; use Test::More tests => 3; -mkdir 'hints'; +mkdir('hints', 0777); my $hint_file = "hints/$^O.pl"; open(HINT, ">$hint_file") || die "Can't write dummy hints file $hint_file: $!"; print HINT <<'CLOO'; |