This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libcrypt-random-source-perl.
commit 5648eaccc98be8026a9cab4de0f0d276a97e6f3d Author: Jonas Smedegaard <[email protected]> Date: Wed Aug 27 11:10:54 2014 +0200 Improve watch file to use both metacpan.org URL (for fast response) and www.cpan.org/modules URL (for newest and older info). --- debian/watch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 396f0cb..b10f14b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,4 @@ # Run the "uscan" command to check for upstream updates and more. version=3 -http://search.cpan.org/dist/Crypt-Random-Source/ .*/Crypt-Random-Source-([\d.]+)\.tar\.gz debian +https://metacpan.org/release/Crypt-Random-Source/ .*/Crypt-Random-Source-([\d.]+)\.tar\.gz +http://www.cpan.org/modules/by-module/Crypt/Crypt-Random-Source-([\d.]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-random-source-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
