1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Kirill Ponomarev
4310e788d3 File::Path::Expand expands user directories in filenames. For
the simple case it's no more complex than s{^~/}{$HOME/}, but
for other cases it consults C<getpwent> and does the right
thing.

PR:		58812
Submitted by:	Lars Thegler <lars@thegler.dk>
2003-11-01 18:08:12 +00:00