Gentoo Archives: gentoo-user

From: Kerin Millar <kerframil@×××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] depclean wants to remove all perl?
Date: Wed, 30 Jul 2014 22:30:50
Message-Id: 53D9720B.4080301@fastmail.co.uk
In Reply to: Re: [gentoo-user] depclean wants to remove all perl? by Mick
1 On 30/07/2014 23:12, Mick wrote:
2 > On Wednesday 30 Jul 2014 23:02:38 Kerin Millar wrote:
3 >> On 30/07/2014 22:58, Alan McKinnon wrote:
4 >>> On 30/07/2014 23:47, Mick wrote:
5 >>>> Having updated some perl packages, I ran perl-cleaner which failed with
6 >>>> some blockers, I ran:
7 >>>>
8 >>>> emerge --deselect --ask $(qlist -IC 'perl-core/*')
9 >>>>
10 >>>> emerge -uD1a $(qlist -IC 'virtual/perl-*')
11 >>>>
12 >>>> as advised by perl-cleaner, before I ran perl-cleaner successfully.
13 >>>>
14 >>>> Following all this depclean give me a loooong list of perl packages, but
15 >>>> I am
16 >>>
17 >>>> reluctant to hit yes, before I confirm that this correct:
18 >>> It's very likely safe:
19 >>>
20 >>> http://dilfridge.blogspot.com/2014/07/perl-in-gentoo-dev-langperl-virtual
21 >>> s.html
22 >>>
23 >>> I'm quite sure that whole list is now bundled with perl itself so
24 >>> there's no need to have the modules as well.
25 >>
26 >> Everything except for IO::Compress and Scalar::List::Utils. I concur;
27 >> nothing about this list appears surprising.
28 >>
29 >> --Kerin
30 >
31 > Thank you both!
32 >
33 > I am on dev-lang/perl-5.18.2-r1
34
35 As Perl 5.16 is EOL, perhaps that's no bad thing. Incidentally, you can
36 check whether a module is part of the Perl core by using the corelist tool.
37
38 $ corelist Archive::Tar
39 Archive::Tar was first released with perl v5.9.3
40
41 --Kerin