Gentoo Archives: gentoo-perl

From: Alex Efros <powerman@××××××××××××××××××.com>
To: gentoo-perl@l.g.o
Subject: Re: [gentoo-perl] [RFC] Some thoughts on the next release of perl
Date: Tue, 03 Apr 2007 15:42:48
Message-Id: 20070403154217.GB7047@home.power
In Reply to: [gentoo-perl] [RFC] Some thoughts on the next release of perl by Michael Cummings
1 Hi!
2
3 On Tue, Apr 03, 2007 at 07:40:19AM -0400, Michael Cummings wrote:
4 > * Redoing the re-order @INC patch - I've had discussions lately with folks, both
5
6 Good idea. Right now I use workaround to use my modules in site_perl:
7 1) I've installed fresh modules from CPAN.
8 2) I've unmerged Gentoo's modules (because of @INC re-ordering issue).
9 3) I've fill /etc/portage/profile/package.provided to avoid installing them
10 again by emerge -uDNa world. I use something like:
11
12 { perl -le 'use DBI; print "dev-perl/DBI-", $DBI::VERSION';
13 perl -le 'use DBD::mysql; print "dev-perl/DBD-mysql-", $DBD::mysql::VERSION';
14 perl -le 'use XML::Simple;print "dev-perl/XML-Simple-",$XML::Simple::VERSION';
15 perl -le 'use XML::Parser;print "dev-perl/XML-Parser-",$XML::Parser::VERSION';
16 } >> /etc/portage/profile/package.provided
17
18 Maybe it's good idea to automate this in some way...
19
20 --
21 WBR, Alex.

Replies

Subject Author
Re: [gentoo-perl] [RFC] Some thoughts on the next release of perl Michael Cummings <mcummings@g.o>