This package contains a selection of subroutines that people have

expressed would be nice to have in the perl core, but the usage would
not really be high enough to warrant the use of a keyword, and the size
so small such that being individual extensions would be wasteful.

This distribution provides

  min
  max
  minstr
  maxstr
  sum
  reduce
  reftype
  blessed
  weaken   (5.005_57 and later only)
  isweak   (5.005_57 and later only)
  dualvar
  shuffle

WWW: http://search.cpan.org/search?dist=Scalar-List-Utils
This commit is contained in:
George Michaelson 2005-06-28 03:58:48 +00:00 committed by Thomas Klausner
parent cfcd4245c1
commit 10cfaa75ed
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,13 @@
DISTNAME= Scalar-List-Utils-1.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
MAINTAINER= geeogeegeeoh.sourceforge.net
COMMENT= Perl subroutines that would be nice to have in the perl core
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/List/Util/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,11 @@
--- Makefile.PL.orig Thu Aug 14 20:21:46 2003
+++ Makefile.PL Tue Oct 14 15:09:11 2003
@@ -18,7 +18,7 @@
sub write_makefile {
WriteMakefile(
- INSTALLDIRS => ($] >= 5.008 ? 'perl' : 'site'),
+# INSTALLDIRS => ($] >= 5.008 ? 'perl' : 'site'),
VERSION_FROM => "lib/List/Util.pm",
NAME => "List::Util",
DISTNAME => "Scalar-List-Utils",