This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libnet-dns-resolver-programmable-perl.

commit 81482ad6b96b0f11ce1e7fbeee000ecf2875b53f
Author: gregor herrmann <gre...@debian.org>
Date:   Sun Jun 29 16:43:00 2014 +0200

    Add a patch which adds a minimal test to the package.
---
 debian/patches/basic-test.patch | 14 ++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/basic-test.patch b/debian/patches/basic-test.patch
new file mode 100644
index 0000000..c9a39c7
--- /dev/null
+++ b/debian/patches/basic-test.patch
@@ -0,0 +1,14 @@
+Description: add minimal test to at least use the module
+Origin: vendor
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2014-06-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=96817
+Bug: https://rt.cpan.org/Ticket/Display.html?id=96817
+
+--- /dev/null
++++ b/t/00-compile.t
+@@ -0,0 +1,4 @@
++use strict;
++use Test::More tests => 1;
++
++BEGIN { use_ok 'Net::DNS::Resolver::Programmable' }
diff --git a/debian/patches/series b/debian/patches/series
index 8af8457..20fb055 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 new-net-dns.patch
+basic-test.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-dns-resolver-programmable-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to