debian/0000755000000000000000000000000011534441552007172 5ustar debian/control0000644000000000000000000000276311534441157010606 0ustar Source: libtest-pod-no404s-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl (>= 1.40), libtest-simple-perl (>= 0.94), libwww-perl (>= 5.834), perl (>= 5.11.3) | libpod-simple-perl (>= 3.13), liburi-find-perl (>= 20090319) Maintainer: Debian Perl Group Uploaders: Nicholas Bamber Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Test-Pod-No404s/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-pod-no404s-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-pod-no404s-perl/ Package: libtest-pod-no404s-perl Architecture: all 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-perl (>= 3.13), liburi-find-perl (>= 20090319) Description: test utility checking 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 simply lets you know if it failed to retrieve the document. More specifically, it uses $response->is_error as the "test." . Normally, you wouldn't want this test to be run during end-user installation because they might have no internet! It is HIGHLY recommended that this be used only for module authors' RELEASE_TESTING phase. To do that, just modify the synopsis to add an env check :) debian/copyright0000644000000000000000000000204011534432451011117 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Apocalypse Source: http://search.cpan.org/dist/Test-Pod-No404s/ Name: Test-Pod-No404s Files: * Copyright: 2010, Apocalypse License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Nicholas Bamber License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017311534432451010222 0ustar version=3 http://search.cpan.org/dist/Test-Pod-No404s/ .*/Test-Pod-No404s-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211534440724010370 0ustar 8 debian/changelog0000644000000000000000000000025611534440623011045 0ustar libtest-pod-no404s-perl (0.01-1) unstable; urgency=low * Initial Release. (Closes: #616492) -- Nicholas Bamber Sat, 05 Mar 2011 13:08:24 +0000 debian/source/0000755000000000000000000000000011534441520010465 5ustar debian/source/format0000644000000000000000000000001411534432451011676 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000031111534432451010243 0ustar #!/usr/bin/make -f PACKAGE := $(shell dh_listpackages) TMP := $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_fixperms: dh_fixperms chmod a+x $(TMP)/usr/share/doc/$(PACKAGE)/examples/*.pl debian/libtest-pod-no404s-perl.examples0000644000000000000000000000001311534432451015135 0ustar examples/*