mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
6 lines
243 B
Plaintext
6 lines
243 B
Plaintext
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.
|
|
|
|
WWW: http://search.cpan.org/dist/File-Path-Expand/
|