Searched refs:hint_file (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dhints.t23 my $hint_file = File::Spec->catfile('hints', "$^O.pl");
24 open(HINT, ">$hint_file") || die "Can't write dummy hints file $hint_file: $!";
37 is( $out->read, "Processing hints file $hint_file\n" );
39 open(HINT, ">$hint_file") || die "Can't write dummy hints file $hint_file: $!";
47 Processing hints file $hint_file
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm753 my $hint_file = File::Spec->catfile($hint_dir, "$hint.pl");
755 return unless -f $hint_file; # really there
757 _run_hintfile($self, $hint_file);
763 my($hint_file) = shift;
766 print STDERR "Processing hints file $hint_file\n";
771 my $ret = do $hint_file;

Completed in 32 milliseconds