Description: add minimal test to at least use the module
Origin: vendor
Author: gregor herrmann <gregoa@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' }
