Advertisement
hakonhagland

List::Util::XS install

Jul 23rd, 2021
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $ wget https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.56.tar.gz --no-check-certificate
  2. $ tar zxvf Scalar-List-Utils-1.56.tar.gz
  3. $ cd Scalar-List-Utils-1.56
  4. $ perl Makefile.PL
  5. $ make
  6. $ make test
  7. $ make install VERBINST=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement