This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libxml-libxml-debugging-perl.
commit 5e1e73a23d92b78c7b7395953d996a1d1d8b1124 Author: Toby Inkster <[email protected]> Date: Thu Sep 15 12:56:58 2011 +0000 use metacpan.org links in lots of places --HG-- branch : XML-LibXML-Debugging extra : convert_revision : svn%3A3fe8e991-6959-4966-b76d-b07eca2b6e37/XML-LibXML-Debugging%40860 --- Changes.ttl | 8 ++++---- Makefile.PL | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Changes.ttl b/Changes.ttl index 8e3760e..76f4385 100644 --- a/Changes.ttl +++ b/Changes.ttl @@ -58,11 +58,11 @@ my:project :name "XML-LibXML-Debugging" ; :shortdesc "get debugging information from XML::LibXML nodes"@en ; :programming-language "Perl" ; - :homepage <http://search.cpan.org/dist/XML-LibXML-Debugging/> ; - :download-page <http://search.cpan.org/dist/XML-LibXML-Debugging/> ; + :homepage <https://metacpan.org/release/XML-LibXML-Debugging> ; + :download-page <https://metacpan.org/release/XML-LibXML-Debugging> ; rdfs:seeAlso <http://purl.org/NET/cpan-uri/dist/HTML-HTML5-Sanity/project> ; :bug-database <http://rt.cpan.org/Dist/Display.html?Queue=XML-LibXML-Debugging> ; - :repository [ a :SVNRepository ; :browse <http://goddamn.co.uk/viewvc/perlmods/XML-LibXML-Debugging/> ] ; + :repository [ a :SVNRepository ; :browse <http://goddamn.co.uk/svn-web/perlmods/browse/XML-LibXML-Debugging/> ] ; :maintainer toby:i ; :developer toby:i ; :documenter toby:i ; @@ -78,7 +78,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:[email protected]> ; <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 37c36b2..ade4796 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,8 +19,8 @@ test_requires 'Test::More' => '0.61'; requires 'XML::LibXML' => 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/libxml-libxml-debugging-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
