[libmodule-install-doapchangesets-perl] 16/47: use metacpan.org links in lots of places
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 14:08:38 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libmodule-install-doapchangesets-perl.
commit 6a56c29d069ea2b3fdca1dd1a4c1f51cd46ab971
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Thu Sep 15 12:56:58 2011 +0000
use metacpan.org links in lots of places
--HG--
branch : Module-Install-DOAPChangeSets
extra : convert_revision : svn%3A3fe8e991-6959-4966-b76d-b07eca2b6e37/Module-Install-DOAPChangeSets%40860
---
Changes.ttl | 8 ++++----
Makefile.PL | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Changes.ttl b/Changes.ttl
index a6b8614..f105ec1 100644
--- a/Changes.ttl
+++ b/Changes.ttl
@@ -158,10 +158,10 @@ my:project
:name "Module-Install-DOAPChangeSets" ;
:shortdesc "write your distribution change log in RDF"@en ;
:programming-language "Perl" ;
- :homepage <http://search.cpan.org/dist/Module-Install-DOAPChangeSets/> ;
- :download-page <http://search.cpan.org/dist/Module-Install-DOAPChangeSets/> ;
+ :homepage <https://metacpan.org/release/Module-Install-DOAPChangeSets> ;
+ :download-page <https://metacpan.org/release/Module-Install-DOAPChangeSets> ;
:bug-database <http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-DOAPChangeSets> ;
- :repository [ a :SVNRepository ; :browse <http://goddamn.co.uk/viewvc/perlmods/Module-Install-DOAPChangeSets/> ] ;
+ :repository [ a :SVNRepository ; :browse <http://goddamn.co.uk/svn-web/perlmods/browse/Module-Install-DOAPChangeSets/> ] ;
:maintainer toby:i ;
:developer toby:i ;
:documenter toby:i ;
@@ -179,7 +179,7 @@ toby:i
a foaf:Person ;
foaf:name "Toby Inkster" ;
foaf:homepage <http://tobyinkster.co.uk/> ;
- foaf:page <http://search.cpan.org/~tobyink/> ;
+ foaf:page <https://metacpan.org/author/TOBYINK> ;
foaf:mbox <mailto:tobyink at cpan.org> ;
<http://www.w3.org/2002/07/owl#sameAs> <http://purl.org/NET/cpan-uri/person/tobyink> .
diff --git a/Makefile.PL b/Makefile.PL
index 7143111..2433914 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -25,8 +25,8 @@ requires 'URI::file' => 0;
requires 'LWP::Simple' => 0;
resources(
- 'homepage' => "http://search.cpan.org/dist/$dist/",
- 'repository' => "http://goddamn.co.uk/viewvc/perlmods/$dist/",
+ 'homepage' => "https://metacpan.org/release/$dist",
+ 'repository' => "http://goddamn.co.uk/svn-web/perlmods/browse/$dist/",
'bugtracker' => "http://rt.cpan.org/Dist/Display.html?Queue=$dist",
);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-doapchangesets-perl.git
More information about the Pkg-perl-cvs-commits
mailing list