Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add size data, approved by maintainers. | Trevor Johnson | 2004-03-19 | 1 | -0/+1 |
| | | | | Notes: svn path=/head/; revision=104563 | ||||
* | File::Path::Expand expands user directories in filenames. For | Kirill Ponomarev | 2003-11-01 | 4 | -0/+32 |
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> Notes: svn path=/head/; revision=92787 |