Gentoo Archives: gentoo-perl

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-dev@l.g.o
Cc: gentoo-perl@l.g.o
Subject: Re: [gentoo-dev] Re: [gentoo-perl] Incomplete virtuals
Date: Sat, 10 Nov 2012 15:02:41
Message-Id: CAATnKFCqUg1yCdsEONaHY-D1+GEv6srsKPADXp80sUHxnQR2ew@mail.gmail.com
In Reply to: Re: [gentoo-dev] Re: [gentoo-perl] Incomplete virtuals by Kent Fredric
1 The issue is basically, as you'll see in my comments on the updated
2 bug, Perl virtuals are not very trivial, and every perl release
3 results in a nightmare of fixes we have to apply to every Perl virtual
4 in tree, so we don't , at present, want more virtuals than necessary.
5
6 I'd personally love to have a virtual for each thing that is in perl
7 itself, as a virtual, because that would absolve me from a few
8 headaches with depending on certain core modules, but I won't request
9 it because the added complexity is just not really worth it.
10
11 And its not made easier by the fact upstream declare dependencies on
12 Modules, not Distributions , and Module<=>Distribution is resolved
13 dynamically at install time, and we basically have to make assumptions
14 downstream that modules wont jump around too much between releases .
15
16 If we were to have a virtual for each *module* that was possible to
17 depend on, there would be ... 668 virtuals, *just* for perl.
18
19 I volunteer to be somewhere else if that ever happens. Not maintaining
20 that, no thanks =)
21
22
23
24 --
25 Kent