Subject: | Audio::Nama::Assign: tilde expansion makes wrong assumptions |
Date: | Tue, 03 Aug 2010 14:10:36 +0900 |
To: | bug-Audio-Nama [...] rt.cpan.org |
From: | Ansgar Burchardt <ANSGAR [...] cpan.org> |
Hi,
while I updated the Debian package for Audio::Nama, I noticed that the
expand_tilde function in Audio::Nama::Assign makes wrong assumptions
about the location of home directories. They are not required to be
named /home/$user, but may be located anywhere.
Please use getpwnam or File::HomeDir to locate the home directory
instead.
Regards,
Ansgar