diff options
Diffstat (limited to 'dev-lang/perl/files/eblits/pkg_setup-v50220001.eblit')
-rw-r--r-- | dev-lang/perl/files/eblits/pkg_setup-v50220001.eblit | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/dev-lang/perl/files/eblits/pkg_setup-v50220001.eblit b/dev-lang/perl/files/eblits/pkg_setup-v50220001.eblit index a2b09574d163..e46ffc2ae573 100644 --- a/dev-lang/perl/files/eblits/pkg_setup-v50220001.eblit +++ b/dev-lang/perl/files/eblits/pkg_setup-v50220001.eblit @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -48,10 +48,18 @@ check_rebuild() { if has_version "<dev-lang/perl-${SHORT_PV}" ; then echo "" ewarn "UPDATE THE PERL MODULES:" - ewarn "After updating dev-lang/perl the installed Perl modules will" + ewarn "After updating dev-lang/perl the installed Perl modules" ewarn "have to be re-installed. In most cases, this is done automatically" - ewarn "by the package manager, but you should still call perl-cleaner to" - ewarn "make sure your system is consistent." + ewarn "by the package manager, but subsequent steps are still recommended" + ewarn "to ensure system consistency." + ewarn + ewarn "You should start with a depclean to remove any unused perl dependencies" + ewarn "that may confuse portage in future. Regular depcleans are also encouraged" + ewarn "as part of your regular update cycle, as that will keep perl upgrades working." + ewarn "Recommended: emerge --depclean -va" + ewarn + ewarn "You should then call perl-cleaner to clean up any old files and trigger any" + ewarn "remaining rebuilds portage may have missed." ewarn "Use: perl-cleaner --all" elif has_version dev-lang/perl ; then # doesnot work |