# This is in a separate file so that you can see # it in a dir list and hopefully not execute 'trackbuild.cpan_modules' # without at least looking at the file first. # Less surprises is the idea ;) # # I delete Perl then remove the package afterwards so that all other # CPAN modules (not contained within Slackware's perl .tgz) are # eradicated from the system so that they aren't going to appear # in my perllocal.pod file whilst being absent from the package. # Yes, it's dirty but so's installing on the root file system and # comparing the differences before and after installation. # Anyway, the resulting package works for UKShells, so take # that look off your face ! ;-) # removepkg cpan_modules perl > /dev/null 2>&1 rm -rf /usr/lib/perl* /root/.cpan installpkg ~/perl-*?86*.tgz # yes, I have the Perl package in root's home dir