#!/bin/sh # Use a newer List::Util than that in core of the # system Perl. E.g. Slackware 14.2's perl is # 5.22.2 and only has version 1.41 of List::Util. # That version lacks the uniq function. # The directory /usr/local/share/newperlcore is # expected to have a new List::Util under it # install via... # perl Makefile.PL INSTALL_BASE=/usr/local/share/newperlcore perl -I /usr/local/share/newperlcore /usr/local/share/perl5/frfac