The hate I feel for debian perl packagers is making me want to smash things :
http://www.debian.org/doc/packaging-manuals/perl-policy/ch-perl.html#s-paths
wtf?
Yeah - let's split perl libs all over the shop.
For some reason, all these different directorys are ensuring that each time I try and install some pure perl modules from source, they are installed in a different fucking place, often an entirely new and pointless one like
arrgh!
Try upgrading perl... (Score:1)
Think about what happens when the perl version is increased by a minor version (i.e. 5.8.7 -> 5.8.8).
Steffen
They did it to Ruby, too (Score:2)
As far as I can tell Debian is run by a bunch of twenty-somethings who think they're experts on package management, and they're going to save us 5 MB of disk space, whether we want them to or not. I know I'll never use a Debian flavored distro.
Debian's Package Management (Score:2)
Debian's package management system is a thing of beauty. It works far better than anything else I've had to use (e.g. Red Hat). However for packages that you work directly with that have many components - like Perl, things can sometimes go a little odd. You must either use only packaged components or install your own version in
/usr/localand managed that manually (e.g. with CPAN). Mixing CPAN and the distro packaged version of Perl isn't always safe...-- "It's not magic, it's work..."
Always install your own perl (Score:1)
http://use.perl.org/~jdavidb/journal/31851 [perl.org]
Re: (Score:2)
-- "It's not magic, it's work..."
I actually like it (Score:1)