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.
This commit is contained in:
Bill Fenner 2005-09-22 18:57:24 +00:00
parent 7f64900989
commit 28cfc06ac5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143380
24 changed files with 24 additions and 24 deletions

View file

@ -1,3 +1,3 @@
MP3::Tag - Module for reading tags of MP3 audio files
WWW: http://search.cpan.org/search?module=MP3::Tag
WWW: http://search.cpan.org/dist/MP3-Tag/

View file

@ -3,7 +3,7 @@ Fax::Hylafax::Client is a simple Perl client for the HylaFAX fax server
protocol and thus does not require any HylaFAX software component to be
installed on the client machine.
WWW: http://search.cpan.org/~arak/Fax-Hylafax-Client-1.01/
WWW: http://search.cpan.org/dist/Fax-Hylafax-Client/
- Tony Shadwick, OSS Solutions
tshadwick@oss-solutions.com

View file

@ -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/

View file

@ -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

View file

@ -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/

View file

@ -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

View file

@ -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/

View file

@ -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

View file

@ -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/

View file

@ -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

View file

@ -1,3 +1,3 @@
Perl module to capture metadata info about an SVG file
WWW: http://search.cpan.org/~bryce/SVG-Metadata/
WWW: http://search.cpan.org/dist/SVG-Metadata/

View file

@ -1,4 +1,4 @@
This perl module validates email addresses against the grammar described in
RFC 822 using regular expressions.
WWW: http://search.cpan.org/~pdwarren/Mail-RFC822-Address-0.3/Address.pm
WWW: http://search.cpan.org/dist/Mail-RFC822-Address/

View file

@ -11,4 +11,4 @@ client herself, this is probably good enough for most log analysis
applications, and under test has proved to be as accurate as
reverse-DNS and WHOIS lookup.
WWW: http://search.cpan.org/~nwetters/IP-Country-2.20/
WWW: http://search.cpan.org/dist/IP-Country/

View file

@ -7,7 +7,7 @@ Net::Packet::Frame object. Then, you can send the frame to the network, and
receive it easily, since the response is automatically searched for and
matched against the request.
WWW: http://search.cpan.org/~gomor/
WWW: http://search.cpan.org/dist/Net-Packet/
- GomoR
netpkt@gomor.org

View file

@ -4,4 +4,4 @@ it does not contain the same characters repeatedly, that it does not contain
ascending or descending characters, or characters close to each other on the
keyboard. It also searches for the password in the ispell word file.
WWW: http://search.cpan.org/~razinf/Data-Password/
WWW: http://search.cpan.org/dist/Data-Password/

View file

@ -1,4 +1,4 @@
Perl Shell is a new shell that combines the power of bash
and several other shells with the power of perl programming.
WWW: http://search.cpan.org/~gregor/psh-1.8/
WWW: http://search.cpan.org/dist/psh/

View file

@ -1,4 +1,4 @@
Perl Shell is a new shell that combines the power of bash
and several other shells with the power of perl programming.
WWW: http://search.cpan.org/~gregor/psh-1.8/
WWW: http://search.cpan.org/dist/psh/

View file

@ -3,4 +3,4 @@ The GNU Aspell library provides access to system spelling libraries,
including a spell checker. This module is to meet the need of looking
up many words, one at a time, in a single session.
WWW: http://search.cpan.org/~hank/Text-Aspell/
WWW: http://search.cpan.org/dist/Text-Aspell/

View file

@ -2,4 +2,4 @@ Apache::Singleton works the same as Class::Singleton, but with
various object lifetime adapted for use under Apache.
Author: Tatsuhiko Miyagawa <miyagawa@bulknews.net>
WWW: http://search.cpan.org/~miyagawa/Apache-Singleton/
WWW: http://search.cpan.org/dist/Apache-Singleton/

View file

@ -1,3 +1,3 @@
A module to use the associate option from HTML::Template via hash references.
WWW: http://search.cpan.org/~gregfast/HTML-Template-HashWrapper-1.3/
WWW: http://search.cpan.org/dist/HTML-Template-HashWrapper/

View file

@ -4,4 +4,4 @@ Kwiki::Diff display differences between the current wiki page and
older revisions
Author: Ian Langworth
WWW: http://search.cpan.org/~ian/Kwiki-Diff/
WWW: http://search.cpan.org/dist/Kwiki-Diff/

View file

@ -13,4 +13,4 @@ Language codes can be any string that matches \w+, but we suggest sticking
to ISO-639 which provides 2-letter codes for common languages and 3-letter
codes for many others.
WWW: http://search.cpan.org/~cholet/Template-Multilingual/
WWW: http://search.cpan.org/dist/Template-Multilingual/

View file

@ -7,4 +7,4 @@ documentation. You can use it to read the Perl POD pages, module documentation
and information about Perl's builtin functions.
Author: gavin.brown-at-uk.com
WWW: http://search.cpan.org/~gbrown/Gtk2-PodViewer/
WWW: http://search.cpan.org/dist/Gtk2-PodViewer/

View file

@ -7,4 +7,4 @@ documentation. You can use it to read the Perl POD pages, module documentation
and information about Perl's builtin functions.
Author: gavin.brown-at-uk.com
WWW: http://search.cpan.org/~gbrown/Gtk2-PodViewer/
WWW: http://search.cpan.org/dist/Gtk2-PodViewer/