NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
s{/local/}{/} if $debian (Score:2)
slide009.html of your presentation suggests that Debian puts stuff under /usr/local. On my debian system things look like this:
prefix: /usr
modules: /usr/share/perl5
programs: /usr/bin
module docs: /usr/share/man/man1
program docs: /usr/share/man/man3
I think /usr/share/perl5 is only used for 'pure-Perl' modules. Architecture-specific ones go under /usr/lib/perl5
Re:s{/local/}{/} if $debian (Score:2)
Reply to This
Parent