From 81797980f7c6379ede593d353bfc4a53034c4e62 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Wed, 21 Sep 2005 19:31:43 +0000 Subject: search.cpan.org redirect reduction canonicalization project, pass 1: URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search --- archivers/p5-Archive-Zip/pkg-descr | 2 +- archivers/p5-IO-Zlib/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/p5-Archive-Zip/pkg-descr b/archivers/p5-Archive-Zip/pkg-descr index 63f4e3a913a6..9d6779cd16a7 100644 --- a/archivers/p5-Archive-Zip/pkg-descr +++ b/archivers/p5-Archive-Zip/pkg-descr @@ -2,6 +2,6 @@ The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. Author: Ned Konz -WWW: http://search.cpan.org/search?dist=Archive-Zip +WWW: http://search.cpan.org/dist/Archive-Zip/ --will diff --git a/archivers/p5-IO-Zlib/pkg-descr b/archivers/p5-IO-Zlib/pkg-descr index d5d3ca81716f..5d1446438b43 100644 --- a/archivers/p5-IO-Zlib/pkg-descr +++ b/archivers/p5-IO-Zlib/pkg-descr @@ -5,4 +5,4 @@ package. The main advantage is that you can use an IO::Zlib object in much the same way as an IO::File object so you can have common code that doesn't know which sort of file it is using. -WWW: http://search.cpan.org/search?dist=IO-Zlib +WWW: http://search.cpan.org/dist/IO-Zlib/ -- cgit