r70416 - /trunk/libtest-pod-no404s-perl/debian/control
periapt-guest at users.alioth.debian.org
periapt-guest at users.alioth.debian.org
Sat Mar 5 12:41:04 UTC 2011
Author: periapt-guest
Date: Sat Mar 5 12:40:52 2011
New Revision: 70416
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70416
Log:
fixed dependencies
Modified:
trunk/libtest-pod-no404s-perl/debian/control
Modified: trunk/libtest-pod-no404s-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-pod-no404s-perl/debian/control?rev=70416&op=diff
==============================================================================
--- trunk/libtest-pod-no404s-perl/debian/control (original)
+++ trunk/libtest-pod-no404s-perl/debian/control Sat Mar 5 12:40:52 2011
@@ -2,7 +2,10 @@
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl, libtest-pod-perl (>= 1.40),
+ libtest-simple-perl (>= 0.94), libwww-perl (>= 5.834),
+ perl (>= 5.11.3) | libpod-simple-text-perl (>= 3.13),
+ liburi-find-perl (>= 20090319)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
Standards-Version: 3.9.1
@@ -12,7 +15,10 @@
Package: libtest-pod-no404s-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl (>= 5.834),
+ libtest-pod-perl (>= 1.40), libtest-simple-perl (>= 0.94),
+ perl (>= 5.11.3) | libpod-simple-text-perl (>= 3.13),
+ liburi-find-perl (>= 20090319)
Description: test utility checkng POD for HTTP 404 links
Test::Pod::No404s looks for any http(s) links in your POD and verifies that
they will not return a 404. It uses LWP::UserAgent for the heavy lifting, and
More information about the Pkg-perl-cvs-commits
mailing list