dir_stringify#
Overload handler for "" — stringify a File::Temp::Dir to its pathname.
Synopsis#
my $dir = File::Temp->newdir;
print "dir is $dir\n"; # calls STRINGIFY
What you get back#
The directory pathname, identical to $dir->dirname.
Differences from upstream#
Fully compatible with upstream File::Temp 0.2312.
See also#
dirname— explicit accessor with the same result.