This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
close the produced test file so win32 can unlink it
[perl5.git] / t / comp / hints.aux
CommitLineData
a026e652 1our($ri1, $rf1, $rfe1);
f747ebd6
Z
2BEGIN { $ri1 = $^H; $rf1 = $^H{foo}; $rfe1 = exists($^H{foo}); }
3
41;