diff options
author | Andrej Zverev <az@FreeBSD.org> | 2011-02-12 09:30:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2011-02-12 09:30:23 +0000 |
commit | 85b13ac3456712ce4a3973a7c6003813debd8e52 (patch) | |
tree | 2b1452d1bf861954cdfa6f97d11aa0eda51958ce /www | |
parent | 5311b5d499fc4ad38b1bbd76da1076d2e0871b97 (diff) | |
download | ports-85b13ac3456712ce4a3973a7c6003813debd8e52.tar.gz ports-85b13ac3456712ce4a3973a7c6003813debd8e52.zip |
Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.
Sponsored by: p5 namespace
Notes
Notes:
svn path=/head/; revision=268973
Diffstat (limited to 'www')
38 files changed, 38 insertions, 38 deletions
diff --git a/www/p5-AnyEvent-HTTP/pkg-descr b/www/p5-AnyEvent-HTTP/pkg-descr index 6128e1dd25b8..2a869497276f 100644 --- a/www/p5-AnyEvent-HTTP/pkg-descr +++ b/www/p5-AnyEvent-HTTP/pkg-descr @@ -3,4 +3,4 @@ POST and other request methods, cookies and more, all on a very low level. It can follow redirects supports proxies and automatically limits the number of connections to the values specified in the RFC. -WWW: http://search.cpan.org/perldoc?AnyEvent::HTTP +WWW: http://search.cpan.org/dist/AnyEvent-HTTP/ diff --git a/www/p5-CGI-Application-Dispatch-Server/pkg-descr b/www/p5-CGI-Application-Dispatch-Server/pkg-descr index 792c56a8368d..67f0c3a9da86 100644 --- a/www/p5-CGI-Application-Dispatch-Server/pkg-descr +++ b/www/p5-CGI-Application-Dispatch-Server/pkg-descr @@ -1,4 +1,4 @@ CGI::Application::Dispatch::Server A simple HTTP server for developing apps that use CGI::Application::Dispatch -WWW: http://search.cpan.org/~markstos/CGI-Application-Dispatch-Server-0.52/ +WWW: http://search.cpan.org/dist/CGI-Application-Dispatch-Server/ diff --git a/www/p5-CGI-Application-Dispatch/pkg-descr b/www/p5-CGI-Application-Dispatch/pkg-descr index 91517fc03bed..a86c96eed863 100644 --- a/www/p5-CGI-Application-Dispatch/pkg-descr +++ b/www/p5-CGI-Application-Dispatch/pkg-descr @@ -1,4 +1,4 @@ CGI::Application::Dispatch Dispatch requests to CGI::Application based objects -WWW: http://search.cpan.org/~wonko/CGI-Application-Dispatch-2.12/ +WWW: http://search.cpan.org/dist/CGI-Application-Dispatch/ diff --git a/www/p5-CGI-Session-ExpireSessions/pkg-descr b/www/p5-CGI-Session-ExpireSessions/pkg-descr index a91952a5a7a5..c9dcb942f2a3 100644 --- a/www/p5-CGI-Session-ExpireSessions/pkg-descr +++ b/www/p5-CGI-Session-ExpireSessions/pkg-descr @@ -8,4 +8,4 @@ but does not appear to work with CGI::Session::PureSQL-type sessions. The recommended way to use this module is via method expire_sessions(), which requires CGI::Session V 4 or later. -WWW: http://search.cpan.org/~rsavage/CGI-Session-ExpireSessions-1.09/ +WWW: http://search.cpan.org/dist/CGI-Session-ExpireSessions/ diff --git a/www/p5-Catalyst-Controller-ActionRole/pkg-descr b/www/p5-Catalyst-Controller-ActionRole/pkg-descr index 5317a28b2a9b..bf9ceb8f8cfe 100644 --- a/www/p5-Catalyst-Controller-ActionRole/pkg-descr +++ b/www/p5-Catalyst-Controller-ActionRole/pkg-descr @@ -1,4 +1,4 @@ Catalyst::Controller::ActionRole is a perl module that apply roles to action instances. -WWW: http://search.cpan.org/~BOBTFISH/Catalyst-Controller-ActionRole +WWW: http://search.cpan.org/dist/Catalyst-Controller-ActionRole/ diff --git a/www/p5-Catalyst-Controller-BindLex/pkg-descr b/www/p5-Catalyst-Controller-BindLex/pkg-descr index c67993135194..cd92d013d487 100644 --- a/www/p5-Catalyst-Controller-BindLex/pkg-descr +++ b/www/p5-Catalyst-Controller-BindLex/pkg-descr @@ -5,4 +5,4 @@ attribute they will be aliased to each other, so you can use this for reading as well as writing values across controller subs. This is almost like sharing your lexical scope. -WWW: http://search.cpan.org/~nuffin/Catalyst-Controller-BindLex/ +WWW: http://search.cpan.org/dist/Catalyst-Controller-BindLex/ diff --git a/www/p5-Catalyst-Controller-FormBuilder/pkg-descr b/www/p5-Catalyst-Controller-FormBuilder/pkg-descr index 60bf35bd6864..f752ee409c60 100644 --- a/www/p5-Catalyst-Controller-FormBuilder/pkg-descr +++ b/www/p5-Catalyst-Controller-FormBuilder/pkg-descr @@ -6,4 +6,4 @@ generation. For more details, see CGI::FormBuilder or the website at: http://www.formbuilder.org -WWW: http://search.cpan.org/~nuffin/Catalyst-Controller-FormBuilder/ +WWW: http://search.cpan.org/dist/Catalyst-Controller-FormBuilder/ diff --git a/www/p5-Catalyst-Model-LDAP/pkg-descr b/www/p5-Catalyst-Model-LDAP/pkg-descr index 3e7b11fd0589..e46534f40be4 100644 --- a/www/p5-Catalyst-Model-LDAP/pkg-descr +++ b/www/p5-Catalyst-Model-LDAP/pkg-descr @@ -3,4 +3,4 @@ simple wrapper for Net::LDAP. This class simplifies LDAP access by letting you configure a common set of bind arguments. It also lets you configure a base DN for searching. -WWW: http://search.cpan.org/~danieltwc/Catalyst-Model-LDAP/ +WWW: http://search.cpan.org/dist/Catalyst-Model-LDAP/ diff --git a/www/p5-Catalyst-Plugin-AutoCRUD/pkg-descr b/www/p5-Catalyst-Plugin-AutoCRUD/pkg-descr index 5d2e8d6e164a..1ceac1db5c7d 100644 --- a/www/p5-Catalyst-Plugin-AutoCRUD/pkg-descr +++ b/www/p5-Catalyst-Plugin-AutoCRUD/pkg-descr @@ -1,3 +1,3 @@ Catalyst::Plugin::AutoCRUD is a instant AJAX web front-end for DBIx::Class. -WWW: http://search.cpan.org/~OLIVER/Catalyst-Plugin-AutoCRUD +WWW: http://search.cpan.org/dist/Catalyst-Plugin-AutoCRUD/ diff --git a/www/p5-Catalyst-Plugin-Browser/pkg-descr b/www/p5-Catalyst-Plugin-Browser/pkg-descr index 0901a099928e..f7264aded770 100644 --- a/www/p5-Catalyst-Plugin-Browser/pkg-descr +++ b/www/p5-Catalyst-Plugin-Browser/pkg-descr @@ -1,3 +1,3 @@ A browser detection plugin for catalyst framework -WWW: http://search.cpan.org/~mramberg/Catalyst-Plugin-Browser/ +WWW: http://search.cpan.org/dist/Catalyst-Plugin-Browser/ diff --git a/www/p5-Catalyst-Plugin-DateTime/pkg-descr b/www/p5-Catalyst-Plugin-DateTime/pkg-descr index 93a13b89cfd0..336292d5d640 100644 --- a/www/p5-Catalyst-Plugin-DateTime/pkg-descr +++ b/www/p5-Catalyst-Plugin-DateTime/pkg-descr @@ -1,4 +1,4 @@ This module makes DateTime easily accesible within a Catalyst application via the Catalyst::Plugin interface. -WWW: http://search.cpan.org/~jkiser/Catalyst-Plugin-DateTime +WWW: http://search.cpan.org/dist/Catalyst-Plugin-DateTime/ diff --git a/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/pkg-descr b/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/pkg-descr index 74dfe1faaff7..792c9e81116b 100644 --- a/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/pkg-descr +++ b/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/pkg-descr @@ -5,4 +5,4 @@ This module helps you to map various DBIx::Class features to CGI parameters. For the most part that means it will help you search, sort, and paginate with a minimum of effort and thought. -WWW: http://search.cpan.org/perldoc?Catalyst::TraitFor::Controller::DBIC::DoesPaging +WWW: http://search.cpan.org/dist/Catalyst-TraitFor-Controller-DBIC-DoesPaging/ diff --git a/www/p5-Catalyst-View-RRDGraph/pkg-descr b/www/p5-Catalyst-View-RRDGraph/pkg-descr index 6a3c5b333eb1..3bff23c01962 100644 --- a/www/p5-Catalyst-View-RRDGraph/pkg-descr +++ b/www/p5-Catalyst-View-RRDGraph/pkg-descr @@ -3,4 +3,4 @@ stash. The controller is responsable of placing an ARRAYREF in $c-stash->{'graph'}> with the same data as to generate a graph with the RRDs module, except for filename, that will be automatically generated by the view. -WWW: http://search.cpan.org/~jlmartin/Catalyst-View-RRDGraph/ +WWW: http://search.cpan.org/dist/Catalyst-View-RRDGraph/ diff --git a/www/p5-CatalystX-RoleApplicator/pkg-descr b/www/p5-CatalystX-RoleApplicator/pkg-descr index 019d7e274337..7a3e7d35b52a 100644 --- a/www/p5-CatalystX-RoleApplicator/pkg-descr +++ b/www/p5-CatalystX-RoleApplicator/pkg-descr @@ -1,3 +1,3 @@ Apply roles to your Catalyst application-related classes -WWW: http://search.cpan.org/~mramberg/Catalyst-Plugin-Browser/ +WWW: http://search.cpan.org/dist/Catalyst-Plugin-Browser/ diff --git a/www/p5-Dancer-Plugin-DataFu/pkg-descr b/www/p5-Dancer-Plugin-DataFu/pkg-descr index c57b7e352410..11e7d65acb2a 100644 --- a/www/p5-Dancer-Plugin-DataFu/pkg-descr +++ b/www/p5-Dancer-Plugin-DataFu/pkg-descr @@ -1,4 +1,4 @@ Dancer::Plugin::DataFu is an HTML form and table rendering engine with data validation support. -WWW: http://search.cpan.org/~awncorp/Dancer-Plugin-DataFu/ +WWW: http://search.cpan.org/dist/Dancer-Plugin-DataFu/ diff --git a/www/p5-File-Mork/pkg-descr b/www/p5-File-Mork/pkg-descr index c88b318ad4d7..fbf94c2a6eda 100644 --- a/www/p5-File-Mork/pkg-descr +++ b/www/p5-File-Mork/pkg-descr @@ -1,4 +1,4 @@ a module to read Mozilla URL history files Author: Simon Wistow <simonw@cpan.org> -WWW: http://search.cpan.org/~simonw/File-Mork/ +WWW: http://search.cpan.org/dist/File-Mork/ diff --git a/www/p5-HTML-FormFu-Imager/pkg-descr b/www/p5-HTML-FormFu-Imager/pkg-descr index 329300703313..7a3666e686f7 100644 --- a/www/p5-HTML-FormFu-Imager/pkg-descr +++ b/www/p5-HTML-FormFu-Imager/pkg-descr @@ -1,3 +1,3 @@ Imager.pm helpers for HTML::FormFu file uploads. -WWW: http://search.cpan.org/~CFRANKS/HTML-FormFu-Imager +WWW: http://search.cpan.org/dist/HTML-FormFu-Imager/ diff --git a/www/p5-HTML-FormHandler/pkg-descr b/www/p5-HTML-FormHandler/pkg-descr index ea5caf0b569c..6bd2164a9b13 100644 --- a/www/p5-HTML-FormHandler/pkg-descr +++ b/www/p5-HTML-FormHandler/pkg-descr @@ -3,4 +3,4 @@ It can be used for both database and non-database forms, and will automatically update or create rows in a database. It can also be used to process structured data that doesn't come from an HTML form. -WWW: http://search.cpan.org/~GSHANK/HTML-FormHandler +WWW: http://search.cpan.org/dist/HTML-FormHandler/ diff --git a/www/p5-HTML-RobotsMETA/pkg-descr b/www/p5-HTML-RobotsMETA/pkg-descr index f729de222c85..af719ba23b7d 100644 --- a/www/p5-HTML-RobotsMETA/pkg-descr +++ b/www/p5-HTML-RobotsMETA/pkg-descr @@ -2,4 +2,4 @@ HTML::RobotsMETA is a simple HTML::Parser subclass that extracts robots exclusion information from meta tags. Author: Daisuke Maki <dmaki@cpan.org> -WWW: http://search.cpan.org/~dmaki/HTML-RobotsMETA/ +WWW: http://search.cpan.org/dist/HTML-RobotsMETA/ diff --git a/www/p5-HTML-TreeBuilder-LibXML/pkg-descr b/www/p5-HTML-TreeBuilder-LibXML/pkg-descr index b0a6d409f02e..5f7b4f61462b 100644 --- a/www/p5-HTML-TreeBuilder-LibXML/pkg-descr +++ b/www/p5-HTML-TreeBuilder-LibXML/pkg-descr @@ -9,4 +9,4 @@ Currently, this module implements good enough methods for work with Web::Scraper. Author: MATSUNO Tokuhiro <tokuhirom+cpan@gmail.com> -WWW: http://search.cpan.org/~tokuhirom/HTML-TreeBuilder-LibXML/ +WWW: http://search.cpan.org/dist/HTML-TreeBuilder-LibXML/ diff --git a/www/p5-HTTP-Cookies-w3m/pkg-descr b/www/p5-HTTP-Cookies-w3m/pkg-descr index be8dafc6a441..36196bfcdced 100644 --- a/www/p5-HTTP-Cookies-w3m/pkg-descr +++ b/www/p5-HTTP-Cookies-w3m/pkg-descr @@ -1,4 +1,4 @@ Cookie storage and management for w3m Author: Kazuhiro Osawa <ko@yappo.ne.jp> -WWW: http://search.cpan.org/~yappo/HTTP-Cookies-w3m-0.01/ +WWW: http://search.cpan.org/dist/HTTP-Cookies-w3m/ diff --git a/www/p5-Markup-Perl/pkg-descr b/www/p5-Markup-Perl/pkg-descr index 948f1a6c4c62..c04a25c112d0 100644 --- a/www/p5-Markup-Perl/pkg-descr +++ b/www/p5-Markup-Perl/pkg-descr @@ -6,4 +6,4 @@ stdout except for code within the above tags. Despite what's in the CPAN README, this module does not require Filter::Simple, only CGI.pm. -WWW: http://search.cpan.org/~mmathews/Markup-Perl/ +WWW: http://search.cpan.org/dist/Markup-Perl/ diff --git a/www/p5-RT-Authen-ExternalAuth/pkg-descr b/www/p5-RT-Authen-ExternalAuth/pkg-descr index fee255ffdd31..21f2c827583c 100644 --- a/www/p5-RT-Authen-ExternalAuth/pkg-descr +++ b/www/p5-RT-Authen-ExternalAuth/pkg-descr @@ -8,4 +8,4 @@ It also allows for authenticating cookie information against an external database through the use of the RT-Authen-CookieAuth extension. -WWW: http://search.cpan.org/perldoc?RT::Authen::ExternalAuth +WWW: http://search.cpan.org/dist/RT-Authen-ExternalAuth/ diff --git a/www/p5-RT-Extension-LDAPImport/pkg-descr b/www/p5-RT-Extension-LDAPImport/pkg-descr index 4230094e5c1a..535b4d971142 100644 --- a/www/p5-RT-Extension-LDAPImport/pkg-descr +++ b/www/p5-RT-Extension-LDAPImport/pkg-descr @@ -1,3 +1,3 @@ RT::Extension::LDAPImport - Import Users from an LDAP store -WWW: http://search.cpan.org/perldoc?RT::Extension::LDAPImport +WWW: http://search.cpan.org/dist/RT-Extension-LDAPImport/ diff --git a/www/p5-RT-Extension-SLA/pkg-descr b/www/p5-RT-Extension-SLA/pkg-descr index 7ff5889c6c31..5390425850fb 100644 --- a/www/p5-RT-Extension-SLA/pkg-descr +++ b/www/p5-RT-Extension-SLA/pkg-descr @@ -1,3 +1,3 @@ RT's extension that allows you to automate due dates using service levels. -WWW: http://search.cpan.org/perldoc?RT::Extension::SLA +WWW: http://search.cpan.org/dist/RT-Extension-SLA/ diff --git a/www/p5-RTx-RightsMatrix/pkg-descr b/www/p5-RTx-RightsMatrix/pkg-descr index d7e4aaa96e85..91865f696677 100644 --- a/www/p5-RTx-RightsMatrix/pkg-descr +++ b/www/p5-RTx-RightsMatrix/pkg-descr @@ -4,4 +4,4 @@ SYNOPSIS: Point, click, drool -WWW: http://search.cpan.org/perldoc?RTx::RightsMatrix +WWW: http://search.cpan.org/dist/RTx-RightsMatrix/ diff --git a/www/p5-RTx-Shredder/pkg-descr b/www/p5-RTx-Shredder/pkg-descr index 5e1937c70c6c..12fb22a10f98 100644 --- a/www/p5-RTx-Shredder/pkg-descr +++ b/www/p5-RTx-Shredder/pkg-descr @@ -2,4 +2,4 @@ RTx::Shredder is extention to RT API which allow you to delete data from RT database. Now Shredder support wipe out of almost all RT objects (Tickets, Transactions, Attachments, Users...) -WWW: http://search.cpan.org/perldoc?RTx::Shredder +WWW: http://search.cpan.org/dist/RTx-Shredder/ diff --git a/www/p5-Template-Provider-FromDATA/pkg-descr b/www/p5-Template-Provider-FromDATA/pkg-descr index 75d17c2e4dfb..22ea83d869bc 100644 --- a/www/p5-Template-Provider-FromDATA/pkg-descr +++ b/www/p5-Template-Provider-FromDATA/pkg-descr @@ -4,4 +4,4 @@ This module allows you to store your templates inline with your code in the __DATA__ section. It will search any number of classes specified. -WWW: http://search.cpan.org/~bricas/Template-Provider-FromDATA-0.08 +WWW: http://search.cpan.org/dist/Template-Provider-FromDATA/ diff --git a/www/p5-WWW-Google-News-TW/pkg-descr b/www/p5-WWW-Google-News-TW/pkg-descr index 783aa92b35f3..477ef9ae3cdb 100644 --- a/www/p5-WWW-Google-News-TW/pkg-descr +++ b/www/p5-WWW-Google-News-TW/pkg-descr @@ -1,3 +1,3 @@ WWW::Google::News::TW - Access to Google's Taiwan News Service (Not Usenet) -WWW: http://search.cpan.org/~clsung/WWW-Google-News-TW/ +WWW: http://search.cpan.org/dist/WWW-Google-News-TW/ diff --git a/www/p5-WWW-Google-News/pkg-descr b/www/p5-WWW-Google-News/pkg-descr index bac1a39555e5..5a7eccaa63da 100644 --- a/www/p5-WWW-Google-News/pkg-descr +++ b/www/p5-WWW-Google-News/pkg-descr @@ -1,4 +1,4 @@ This is a simple screen scraper for Google's News service. Author: Scott Holdren <scott@sitening.com> -WWW: http://search.cpan.org/~splotchy/WWW-Google-News-0.11/ +WWW: http://search.cpan.org/dist/WWW-Google-News/ diff --git a/www/p5-WWW-Mechanize-DecodedContent/pkg-descr b/www/p5-WWW-Mechanize-DecodedContent/pkg-descr index c7bcf2a63327..a9ff1d693e34 100644 --- a/www/p5-WWW-Mechanize-DecodedContent/pkg-descr +++ b/www/p5-WWW-Mechanize-DecodedContent/pkg-descr @@ -2,4 +2,4 @@ WWW::Mechanize::DecodedContent is a plugin to add decoded_content utility method to WWW::Mechanize. Author: Tatsuhiko Miyagawa <miyagawa@bulknews.net> -WWW: http://search.cpan.org/~miyagawa/WWW-Mechanize-DecodedContent/ +WWW: http://search.cpan.org/dist/WWW-Mechanize-DecodedContent/ diff --git a/www/p5-WWW-Mixi-Scraper/pkg-descr b/www/p5-WWW-Mixi-Scraper/pkg-descr index 6fa7e30b35f5..6763f3c4bfca 100644 --- a/www/p5-WWW-Mixi-Scraper/pkg-descr +++ b/www/p5-WWW-Mixi-Scraper/pkg-descr @@ -3,4 +3,4 @@ powered by Web::Scraper. Though APIs are different and incompatible with precedent WWW::Mixi. Author: Kenichi Ishigaki <ishigaki@cpan.org> -WWW: http://search.cpan.org/~ishigaki/WWW-Mixi-Scraper/ +WWW: http://search.cpan.org/dist/WWW-Mixi-Scraper/ diff --git a/www/p5-WWW-Pastebin-PastebinCom-Create/pkg-descr b/www/p5-WWW-Pastebin-PastebinCom-Create/pkg-descr index 69488a5c8a94..19d03ec52ae2 100644 --- a/www/p5-WWW-Pastebin-PastebinCom-Create/pkg-descr +++ b/www/p5-WWW-Pastebin-PastebinCom-Create/pkg-descr @@ -1,4 +1,4 @@ The module provides means of pasting large texts into http://pastebin.com pastebin site. -WWW: http://search.cpan.org/~zoffix/WWW-Pastebin-PastebinCom-Create/ +WWW: http://search.cpan.org/dist/WWW-Pastebin-PastebinCom-Create/ diff --git a/www/p5-WWW-TinySong/pkg-descr b/www/p5-WWW-TinySong/pkg-descr index 9b9c7f6fe575..b93f6c6b9b8b 100644 --- a/www/p5-WWW-TinySong/pkg-descr +++ b/www/p5-WWW-TinySong/pkg-descr @@ -4,4 +4,4 @@ to the song for free online and share it with friends. TinySong is a Perl interface to this service, allowing you to programmatically search its underlying database. -WWW: http://search.cpan.org/~miorel/WWW-TinySong/ +WWW: http://search.cpan.org/dist/WWW-TinySong/ diff --git a/www/p5-WWW-iTunesConnect/pkg-descr b/www/p5-WWW-iTunesConnect/pkg-descr index 6827a79685f2..e1ef9c82ea1e 100644 --- a/www/p5-WWW-iTunesConnect/pkg-descr +++ b/www/p5-WWW-iTunesConnect/pkg-descr @@ -1,3 +1,3 @@ A Perl5 client interface for Apple's iTunes Connect service. -WWW: http://search.cpan.org/~bfoz/p5-WWW-iTunesConnect/ +WWW: http://search.cpan.org/dist/p5-WWW-iTunesConnect/
\ No newline at end of file diff --git a/www/p5-WebService-BuzzurlAPI/pkg-descr b/www/p5-WebService-BuzzurlAPI/pkg-descr index 20a86250f2a7..bdde24395834 100644 --- a/www/p5-WebService-BuzzurlAPI/pkg-descr +++ b/www/p5-WebService-BuzzurlAPI/pkg-descr @@ -6,4 +6,4 @@ For more information on Buzzurl, visit the Buzzurl website. http://buzzurl.jp/. Author: Akira Horimoto <emperor.kurt@gmail.com> -WWW: http://search.cpan.org/~holly/WebService-BuzzurlAPI/ +WWW: http://search.cpan.org/dist/WebService-BuzzurlAPI/ diff --git a/www/p5-ZConf-RSS-GUI-GTK/pkg-descr b/www/p5-ZConf-RSS-GUI-GTK/pkg-descr index 9cdcdfd32780..e2b10db521e2 100644 --- a/www/p5-ZConf-RSS-GUI-GTK/pkg-descr +++ b/www/p5-ZConf-RSS-GUI-GTK/pkg-descr @@ -1,3 +1,3 @@ Provides a GTK backend for ZConf::RSS::GUI. -WWW: http://search.cpan.org/~vvelox/ZConf-RSS-GUI-GTK/ +WWW: http://search.cpan.org/dist/ZConf-RSS-GUI-GTK/ diff --git a/www/p5-ZConf-RSS/pkg-descr b/www/p5-ZConf-RSS/pkg-descr index 18556031aef1..c7f262e580fa 100644 --- a/www/p5-ZConf-RSS/pkg-descr +++ b/www/p5-ZConf-RSS/pkg-descr @@ -7,4 +7,4 @@ zcrss-browse Calls the view dialog for ZConf::RSS::GUI zcrss-get Fetches a feed and applies the template for it. zcrss-managetemplates Calls the manage di -WWW: http://search.cpan.org/~vvelox/ZConf-RSS/ +WWW: http://search.cpan.org/dist/ZConf-RSS/ |