[librose-uri-perl] 01/04: watch: use cpan/search instead of meta cpan...

dod at debian.org dod at debian.org
Mon Apr 25 18:45:32 UTC 2016


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 <dod at 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



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