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

dod pushed a commit to branch master
in repository librose-uri-perl.

commit d4c8cf38504a59c4a0e1fee0003e7ae940d00ff5
Author: Dominique Dumont <d...@debian.org>
Date:   Mon Apr 25 19:33:22 2016 +0200

    watch: use cpan/search instead of meta cpan...
    
    Weirdly enough meta cpan does not list release 1.02 of Rose::URI
    Only search/cpan has it. May be because the changes are minor.
    
    Feel free to revert this commit if meta cpan lists again Rose::URI with
    a correct version
---
 debian/watch | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 2bc8246..3663b3f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
 version=3
-https://metacpan.org/release/Rose-URI   
.*/Rose-URI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+# meta cpan is not working, let's try search.cpan
+#https://metacpan.org/release/Rose-URI   
.*/Rose-URI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+http://search.cpan.org/dist/Rose-URI/   
.*/Rose-URI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/librose-uri-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to