File: basic-test.patch

package info (click to toggle)
libnet-dns-resolver-programmable-perl 0.003-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • ctags: 10
  • sloc: perl: 55; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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' }