diff options
author | fenner <fenner@FreeBSD.org> | 2005-09-23 02:57:24 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-09-23 02:57:24 +0800 |
commit | b8da6576fc41cad0b8d3c009e903cbf7e826d028 (patch) | |
tree | eec379c7d317760e5a96a6a3e13d31fe437189f4 /devel | |
parent | 9a2d4e6eacf3d7b2334d17d246032c6d7706843c (diff) | |
download | freebsd-ports-gnome-b8da6576fc41cad0b8d3c009e903cbf7e826d028.tar.gz freebsd-ports-gnome-b8da6576fc41cad0b8d3c009e903cbf7e826d028.tar.zst freebsd-ports-gnome-b8da6576fc41cad0b8d3c009e903cbf7e826d028.zip |
search.cpan.org redirect reduction canonicalization project, pass 3:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc. These are mostly stragglers that should have been caught in pass 2.
This pass brought to you by Bill's 102-degree fever during pass 2.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Algorithm-ChooseSubsets/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Bundle-Perl6/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Class-Gomor-Hash/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Encode/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-IO-Pager/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-PerlIO-eol/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Text-LevenshteinXS/pkg-descr | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Algorithm-ChooseSubsets/pkg-descr b/devel/p5-Algorithm-ChooseSubsets/pkg-descr index c55b830eb83e..d2f80f64d2f9 100644 --- a/devel/p5-Algorithm-ChooseSubsets/pkg-descr +++ b/devel/p5-Algorithm-ChooseSubsets/pkg-descr @@ -6,7 +6,7 @@ original list. After creating the object, subsequent calls to next() will return the next such list in lexicographic order (where the alphabet is the original list). -WWW: http://search.cpan.org/~bduggan/Algorithm-ChooseSubsets/ +WWW: http://search.cpan.org/dist/Algorithm-ChooseSubsets/ - Brian Duggan bduggan@matatu.org diff --git a/devel/p5-Bundle-Perl6/pkg-descr b/devel/p5-Bundle-Perl6/pkg-descr index c6cf9fc8494f..b552e7587cd0 100644 --- a/devel/p5-Bundle-Perl6/pkg-descr +++ b/devel/p5-Bundle-Perl6/pkg-descr @@ -3,4 +3,4 @@ and implementing the Perl 6 language. Some of these are proof-of-concepts that the respective authors have implemented to show how things might work in Perl 6. -WWW: http://search.cpan.org/src/MARCEL/Bundle-Perl6-0.07 +WWW: http://search.cpan.org/dist/Bundle-Perl6/ diff --git a/devel/p5-Class-Gomor-Hash/pkg-descr b/devel/p5-Class-Gomor-Hash/pkg-descr index 386b66b786f9..71ceab761e1a 100644 --- a/devel/p5-Class-Gomor-Hash/pkg-descr +++ b/devel/p5-Class-Gomor-Hash/pkg-descr @@ -2,7 +2,7 @@ This module is yet another class builder. This one adds parameter checking in new constructor, that is to check for attributes existence, and definedness. Since objects are built as hashes, this module is suffixed by Hash. -WWW: http://search.cpan.org/~gomor/ +WWW: http://search.cpan.org/dist/Class-Gomor-Hash/ - GomoR netpkt@gomor.org diff --git a/devel/p5-Encode/pkg-descr b/devel/p5-Encode/pkg-descr index 5938f27e4abf..a6f614c60a4e 100644 --- a/devel/p5-Encode/pkg-descr +++ b/devel/p5-Encode/pkg-descr @@ -4,4 +4,4 @@ sequences of characters. See "perldoc Encode" for the rest of the story -WWW: http://search.cpan.org/~dankogai/Encode/ +WWW: http://search.cpan.org/dist/Encode/ diff --git a/devel/p5-IO-Pager/pkg-descr b/devel/p5-IO-Pager/pkg-descr index 2f86b20e8539..654e45fbcf63 100644 --- a/devel/p5-IO-Pager/pkg-descr +++ b/devel/p5-IO-Pager/pkg-descr @@ -7,5 +7,5 @@ or not to pipe a filehandle's output to a program specified in $ENV{PAGER}. Subclasses are only required to support filehandle output methods and close, namely -WWW: http://search.cpan.org/~jpierce/IO-Pager/ +WWW: http://search.cpan.org/dist/IO-Pager/ Author: Jerrad Pierce diff --git a/devel/p5-PerlIO-eol/pkg-descr b/devel/p5-PerlIO-eol/pkg-descr index 120f3c0728c3..e5181d621875 100644 --- a/devel/p5-PerlIO-eol/pkg-descr +++ b/devel/p5-PerlIO-eol/pkg-descr @@ -1,4 +1,4 @@ This layer normalizes any of CR, LF, CRLF and Native into the designated line ending. It works for both input and output handles. -WWW: http://search.cpan.org/data/PerlIO-eol/ +WWW: http://search.cpan.org/dist/PerlIO-eol/ diff --git a/devel/p5-Text-LevenshteinXS/pkg-descr b/devel/p5-Text-LevenshteinXS/pkg-descr index a317cc33ae41..e2bbbb2d576c 100644 --- a/devel/p5-Text-LevenshteinXS/pkg-descr +++ b/devel/p5-Text-LevenshteinXS/pkg-descr @@ -1,7 +1,7 @@ This is a port of Josh Goldberg's Text::LevenshteinXS An XS implementation of the Levenshtein edit distance -WWW: http://search.cpan.org/~jgoldberg/Text-LevenshteinXS-0.03/ +WWW: http://search.cpan.org/dist/Text-LevenshteinXS/ Christian christian <AT> karg.org |