debian/0000755000000000000000000000000012244427113007166 5ustar debian/rules0000755000000000000000000000041012244427113010241 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install rm -f $(TMP)/usr/share/perl5/Test/LWP/advent_2012.pod rm -f $(TMP)/usr/share/man/man3/Test::LWP::advent_2012.3pm debian/control0000644000000000000000000000425412244427113010576 0ustar Source: libtest-lwp-useragent-perl Maintainer: Debian Perl Group Uploaders: Oleg Gashev Section: perl Priority: optional Build-Depends: debhelper (>= 9.20130630), libmodule-build-tiny-perl (>= 0.030) Build-Depends-Indep: libclass-load-perl, libhttp-date-perl, libhttp-message-perl, libjson-perl | libjson-xs-perl, libmoose-perl, libnamespace-clean-perl, libpath-tiny-perl, libplack-perl, libsafe-isa-perl, libtest-checkdeps-perl (>= 0.006), libtest-deep-perl (>= 0.110), libtest-fatal-perl, libtest-nowarnings-perl (>= 1.04), libtest-requires-perl, libtest-tempdir-perl, libtest-warnings-perl, libtry-tiny-perl, liburi-perl, libwww-perl, perl, perl (>= 5.11.1) | libtest-simple-perl (>= 0.94) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-lwp-useragent-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-lwp-useragent-perl.git Homepage: https://metacpan.org/release/Test-LWP-UserAgent/ Package: libtest-lwp-useragent-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhttp-date-perl, libhttp-message-perl, libnamespace-clean-perl, libsafe-isa-perl, libtry-tiny-perl, liburi-perl, libwww-perl Description: module for simulating and testing network calls Test::LWP::UserAgent useful for testing PSGI applications, for simulating a server so as to test client code, route some or all requests through the network as normal, but still gain the hooks provided by this class to test what was sent and received. . Note that LWP::UserAgent itself is not monkey-patched - use this module (or a subclass) to send request, or it cannot be caught and processed. debian/source/0000755000000000000000000000000012244427113010466 5ustar debian/source/format0000644000000000000000000000001412244427113011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000177412244427113011051 0ustar libtest-lwp-useragent-perl (0.022-1) unstable; urgency=low * Team upload. * New upstream release. * Update build and runtime dependencies. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sun, 24 Nov 2013 17:50:10 +0100 libtest-lwp-useragent-perl (0.19-1) unstable; urgency=low [ Oleg Gashev ] * New upstream release. * debian/control file - updated Build-Depends: added libmodule-build-tiny-perl (>= 0.025). * debian/control file - updated Build-Depends-Indep: added libcapture-tiny-perl, updated version of libtest-checkdeps-perl and replaced perl to perl (>= 5.11.1) | libtest-simple-perl (>= 0.94). [ gregor herrmann ] * Bump debhelper build dependency to 9.20130630 for Module::Build::Tiny support. -- Oleg Gashev Wed, 21 Aug 2013 15:01:52 -0400 libtest-lwp-useragent-perl (0.18-1) unstable; urgency=low * Initial Release. (Closes: #708280) -- Oleg Gashev Mon, 20 May 2013 14:14:32 +0000 debian/compat0000644000000000000000000000000212244427113010364 0ustar 9 debian/copyright0000644000000000000000000000204512244427113011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-LWP-UserAgent Source: https://metacpan.org/release/Test-LWP-UserAgent/ Upstream-Contact: Karen Etheridge Files: * Copyright: 2013, Karen Etheridge License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Oleg Gashev 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/libtest-lwp-useragent-perl.docs0000644000000000000000000000002012244427113015231 0ustar advent_2012.pod debian/watch0000644000000000000000000000020212244427113010211 0ustar version=3 https://metacpan.org/release/Test-LWP-UserAgent/ .*/Test-LWP-UserAgent-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libtest-lwp-useragent-perl.examples0000644000000000000000000000001312244427113016121 0ustar examples/*