# from Adam Kennedy
# on Sunday 18 January 2009 10:46:

>>If it WAS aware of "share", then people like Debian could configure it
>>to point at the real share path, instead of us being stuck in the
>>wrong place...
>>
>> And what is "configure it"?
>
>./Configure I guess... setting it when you build Perl itself, so that
>it ends up in Config.pm.

Ok, so Module::Build would look for a sharedir in Config.pm and 
File::ShareDir would do the same?

That sounds reasonable, but what about an application which simply wants 
to decide on some install path (managing runtime reads itself - without 
the help of File::ShareDir)?  I think this might get into the whole 
business of PREFIX, which is that unix folks expect that they can 
install in $PREFIX/share/myapp or something, but IIRC not even OS X 
fully supports this notion of a PREFIX.

--Eric
-- 
So malloc calls a timeout and starts rummaging around the free chain,
sorting things out, and merging adjacent small free blocks into larger
blocks. This takes 3 1/2 days.
--Joel Spolsky
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to