On Sat, Feb 14, 2015 at 1:33 PM, Peter Humphrey <pe...@prh.myzen.co.uk> wrote:
> Hello list, > > What is perl-cleaner objecting to here? It all seems pretty anodyne to me: > > $ alias perl-cleaner > alias perl-cleaner='sudo perl-cleaner --all -- --ask --usepkg --jobs=3 > --keep-going' > $ perl-cleaner > > *************************************************************************** > You are supplying additional command line options for the package manager. > This is NOT RECOMMENDED, not tested, and may lead to incorrect, incomplete, > confusing, and/or nonfunctional results. You are on your own now. > *************************************************************************** > > -- > Rgds > Peter. > > > /usr/sbin/perl-cleaner:541,544 --) shift ADDITIONAL_OPTIONS="${ADDITIONAL_OPTIONS} $@" break /usr/sbin/perl-cleaner:555,557 if [[ ! -z "${ADDITIONAL_OPTIONS}" ]] ; then options_warning fi /usr/sbin/perl-cleaner:424,435 options_warning() { cat << EOF_WARNING *************************************************************************** You are supplying additional command line options for the package manager. This is NOT RECOMMENDED, not tested, and may lead to incorrect, incomplete, confusing, and/or nonfunctional results. You are on your own now. *************************************************************************** EOF_WARNING }