diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-09-21 19:31:43 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-09-21 19:31:43 +0000 |
commit | 81797980f7c6379ede593d353bfc4a53034c4e62 (patch) | |
tree | 7b10e43d1cf032cacb42fb46f6449d6b993644ab /lang | |
parent | 123b999a5e4caa741fe4e22a95bf046b3d29406a (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Data-JavaScript/pkg-descr | 2 | ||||
-rw-r--r-- | lang/p5-List-MoreUtil/pkg-descr | 2 | ||||
-rw-r--r-- | lang/p5-List-MoreUtils/pkg-descr | 2 | ||||
-rw-r--r-- | lang/p5-Scalar-List-Utils/pkg-descr | 2 | ||||
-rw-r--r-- | lang/p5-Switch/pkg-descr | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lang/p5-Data-JavaScript/pkg-descr b/lang/p5-Data-JavaScript/pkg-descr index d75ac9ff6f78..ddc0e5c2ec79 100644 --- a/lang/p5-Data-JavaScript/pkg-descr +++ b/lang/p5-Data-JavaScript/pkg-descr @@ -7,6 +7,6 @@ structures cannot be created anonymously and needed to be assigned to variables. This enables dumping big structures. Author: Ariel Brosh <schop@cpan.org> -WWW: http://search.cpan.org/search?dist=Data-JavaScript +WWW: http://search.cpan.org/dist/Data-JavaScript/ -- Anton diff --git a/lang/p5-List-MoreUtil/pkg-descr b/lang/p5-List-MoreUtil/pkg-descr index 640a72fc8c38..8c67cdcee763 100644 --- a/lang/p5-List-MoreUtil/pkg-descr +++ b/lang/p5-List-MoreUtil/pkg-descr @@ -3,4 +3,4 @@ functions that were written over the years. The only common thread between these functions is that they all operate on lists of variables - tranforming them, selecting from them, looping over them. -WWW: http://search.cpan.org/dist/List-MoreUtil +WWW: http://search.cpan.org/dist/List-MoreUtil/ diff --git a/lang/p5-List-MoreUtils/pkg-descr b/lang/p5-List-MoreUtils/pkg-descr index 527afd97bf17..d29d740b16ad 100644 --- a/lang/p5-List-MoreUtils/pkg-descr +++ b/lang/p5-List-MoreUtils/pkg-descr @@ -1,4 +1,4 @@ List::MoreUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util. -WWW: http://search.cpan.org/dist/List-MoreUtils +WWW: http://search.cpan.org/dist/List-MoreUtils/ diff --git a/lang/p5-Scalar-List-Utils/pkg-descr b/lang/p5-Scalar-List-Utils/pkg-descr index 3a540ebcd812..a4fa6ffe5abe 100644 --- a/lang/p5-Scalar-List-Utils/pkg-descr +++ b/lang/p5-Scalar-List-Utils/pkg-descr @@ -18,4 +18,4 @@ This distribution provides dualvar shuffle -WWW: http://search.cpan.org/search?dist=Scalar-List-Utils +WWW: http://search.cpan.org/dist/Scalar-List-Utils/ diff --git a/lang/p5-Switch/pkg-descr b/lang/p5-Switch/pkg-descr index 21f43f858288..d939b12f5c42 100644 --- a/lang/p5-Switch/pkg-descr +++ b/lang/p5-Switch/pkg-descr @@ -5,7 +5,7 @@ existing Perl control structures. The semantics are particularly rich, allowing any one (or more) of nearly 30 forms of matching to be used when comparing a switch value with its various cases. -WWW: http://search.cpan.org/search?dist=Switch +WWW: http://search.cpan.org/dist/Switch/ -Anton <tobez@FreeBSD.org> |