What's the right @INC path?

Stepan Kasal skasal at redhat.com
Thu Jun 26 16:14:19 UTC 2008


Hello all,

there were recently some bugs considering the @INC path.
(For the curious: bugs 448735 and 452898.)

The current @INC contains long directory names.  (I visited a Debian
machine and it looked much saner.)
I would like to understand the reasons.

Let's imagine that @INC would be the following:

/usr/lib/perl5/5.10.0	-Darchlib=%{_libdir}/perl5/%{perl_version}
/usr/share/perl5/5.10.0	-Dprivlib=%{_prefix}/share/perl5/%{perl_version}
/usr/local/lib/perl5	-Dsitearch=%{_prefix}/local/%{_lib}/perl5
/usr/local/share/perl5	-Dsitelib=%{_prefix}/local/share/perl5
/usr/lib/perl5		-Dvendorarch=%{_libdir}/perl5
/usr/share/perl5	-Dvendorlib=%{_prefix}/share/perl5

What would be wrong if we switched to this simple layout?

More exactly:
First, what would be wrong with this setup if it were used in a fresh new
distribution?
And when the answer for the above is "nothing", then more
questions come: Is it feasible to get to that setup in F-10?  Which
backward compatibility provisions should be done in order to ease the
transition for Fedora users?

Thank you in advance for any explanations,
	Stepan Kasal




More information about the Fedora-perl-devel-list mailing list