www.LinuxHowtos.org
PERL-CLEANER
Section: User Commands (1)Updated: March 2017
Index Return to Main Contents
NAME
perl-cleaner - manual page for perl-cleaner 2.25SYNOPSIS
perl-cleaner [,OPTION/]DESCRIPTION
perl-cleaner -- Find & rebuild packages and Perl header files broken due to a perl upgradeOPTIONS
- -h, --help
- Print usage
- -V, --version
- Print version
- -p, --pretend
- Pretend (don't do anything)
- -v, --verbose
- Increase verbosity (may be specified multiple times)
- -q, --quiet
- Decrease verbosity
- --modules
- Rebuild perl modules for old installs of perl
- --allmodules
- Rebuild all perl modules
- --libperl
- Rebuild anything linked against libperl
- --ph-clean
- Clean out old ph files from a previous perl
- --all
- Short for --modules --libperl --ph-clean
- --reallyall
- Short for --allmodules --libperl --ph-clean
- --leftovers
- Shows all files that were not rebuilt
-
--delete-leftovers Deletes known, typical leftover files
- -P PM, --package-manager PM
-
- Use package manager PM, where PM can be one of:
- * portage (Default) * pkgcore * paludis
- -- OPTIONS
- Pass additional options to package manager (not recommended)
AUTHORS
Michael Cummings <mcummings@gentoo.org>
Torsten Veller <tove@gentoo.org>
Michael Sterrett [contributor] <mr_bones_@gentoo.org>
Scott Taylor [contributor] <swtaylor@gentoo.org>
Andreas K. Huettel <dilfridge@gentoo.org>
Version 2 based on ideas from python-updater.
EXAMPLES
* Rebuild packages after a perl upgrade:
$> perl-cleaner --all
* Rebuild packages after changing the debug or ithreads useflag of perl:
REPORTING BUGS
Submit bug reports to https://bugs.gentoo.org/COPYRIGHT
Copyright © 2005-2016 Gentoo Foundation, Distributed under the terms of the GNU General Public License v2