Re: CPAN and XDG directories

2010-02-18 Thread Adam Kennedy
(b) sounds like an interesting idea. Adam K On Fri, Feb 19, 2010 at 2:03 AM, David Golden wrote: > On Thu, Feb 18, 2010 at 9:12 AM, Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 wrote: >> I of course ran `perl Makefile.PL ; make ; make testdistro ; make test` on >> the >> source directory before committing and encountered

Re: CPAN and XDG directories

2010-02-18 Thread David Golden
On Thu, Feb 18, 2010 at 9:12 AM, Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 wrote: > I of course ran `perl Makefile.PL ; make ; make testdistro ; make test` on the > source directory before committing and encountered no problems. Tests pass, my > configuration below `$HOME/.config` was not overwritten, and also no > `$HOME

Re: CPAN and XDG directories

2010-02-18 Thread Adam Kennedy
File::HomeDir is _supposed_ to support overloading of home directories via $ENV{HOME} at all times (even on Windows, where the HOME variable doesn't exist). We may need to add some special casing someone can demonstrate this not working, perhaps we can ask the XDG for the home directory, and if th

Re: CPAN and XDG directories

2010-02-18 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
I of course ran `perl Makefile.PL ; make ; make testdistro ; make test` on the source directory before committing and encountered no problems. Tests pass, my configuration below `$HOME/.config` was not overwritten, and also no `$HOME/.cpan` directory appeared again once I earlier had deleted it