[libxml-saxon-xslt2-perl] 13/18: use metacpan.org links in lots of places

Jonas Smedegaard dr at jones.dk
Mon Aug 3 23:46:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.007
in repository libxml-saxon-xslt2-perl.

commit c5e642806d5e1521e3fede9383730d79b34a7f09
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 : XML-Saxon-XSLT2
    extra : convert_revision : svn%3A3fe8e991-6959-4966-b76d-b07eca2b6e37/XML-Saxon-XSLT2%40860
---
 Changes.ttl | 8 ++++----
 Makefile.PL | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Changes.ttl b/Changes.ttl
index 830b071..adb3bfc 100644
--- a/Changes.ttl
+++ b/Changes.ttl
@@ -71,10 +71,10 @@ my:project
 	:name           "XML-Saxon-XSLT2" ;
 	:shortdesc      "process XSLT 2.0 using Saxon 9.x"@en ;
 	:programming-language  "Perl" ;
-	:homepage       <http://search.cpan.org/dist/XML-Saxon-XSLT2/> ;
-	:download-page  <http://search.cpan.org/dist/XML-Saxon-XSLT2/> ;
+	:homepage       <https://metacpan.org/release/XML-Saxon-XSLT2> ;
+	:download-page  <https://metacpan.org/release/XML-Saxon-XSLT2> ;
 	:bug-database   <http://rt.cpan.org/Dist/Display.html?Queue=XML-Saxon-XSLT2> ;
-	:repository     [ a :SVNRepository ; :browse <http://goddamn.co.uk/viewvc/perlmods/XML-Saxon-XSLT2/> ] ;
+	:repository     [ a :SVNRepository ; :browse <http://goddamn.co.uk/svn-web/perlmods/browse/XML-Saxon-XSLT2/> ] ;
 	:maintainer     toby:i ;
 	:developer      toby:i ;
 	:documenter     toby:i ;
@@ -90,7 +90,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 352411f..46e6a58 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -33,8 +33,8 @@ requires            'Scalar::Util'       => 0;
 requires            'XML::LibXML'        => '1.60';
 
 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/libxml-saxon-xslt2-perl.git



More information about the Pkg-perl-cvs-commits mailing list