diff options
author | wen <wen@FreeBSD.org> | 2010-03-12 14:08:52 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-03-12 14:08:52 +0800 |
commit | 661f7b7f79af0de234db5fb64f55aab9beb90a3b (patch) | |
tree | 7bd04ac7959b4490b7b63af84eb6440246156c3e /misc/Makefile | |
parent | cafa6b0d3505366798eb9d9a28ed0d7b6d3c7ca4 (diff) | |
download | freebsd-ports-gnome-661f7b7f79af0de234db5fb64f55aab9beb90a3b.tar.gz freebsd-ports-gnome-661f7b7f79af0de234db5fb64f55aab9beb90a3b.tar.zst freebsd-ports-gnome-661f7b7f79af0de234db5fb64f55aab9beb90a3b.zip |
List::Util::WeightedRoundRobin is a utility for creating a weighted list
based on the input and associated weights.
WWW: http://search.cpan.org/dist/List-Util-WeightedRoundRobin/
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index ff1d2856d52c..dc580b124358 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -407,6 +407,7 @@ SUBDIR += p5-I18N-LangTags SUBDIR += p5-LEGO-RCX SUBDIR += p5-List-Compare + SUBDIR += p5-List-Util-WeightedRoundRobin SUBDIR += p5-Locale-Codes SUBDIR += p5-Locale-Geocode SUBDIR += p5-Locale-Msgcat |