[SCM] Debian packaging of libnet-nslookup-perl branch, master, updated. upstream/2.00-20-g5478abc

Harlan Lieberman-Berg H.LiebermanBerg at gmail.com
Wed Aug 17 21:01:09 UTC 2011


The following commit has been merged in the master branch:
commit e01866a6feacada480c3e5dccf49dc0c960886b9
Author: Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>
Date:   Wed Aug 17 16:56:08 2011 -0400

    Ensure code samples are displayed verbatim

diff --git a/debian/control b/debian/control
index ceb03d4..8d2ba3a 100644
--- a/debian/control
+++ b/debian/control
@@ -22,9 +22,9 @@ Description: simple DNS lookup module for perl
  .
  Net::Nslookup exports a single function, called nslookup. nslookup can be
  used to retrieve A, PTR, CNAME, MX, and NS records.
- .
- my $a = nslookup(host => "use.perl.org", type => "A");
- .
- my @mx = nslookup(domain => "perl.org", type => "MX");
- .
- my @ns = nslookup(domain => "perl.org", type => "NS");
+  .
+  my $a = nslookup(host => "use.perl.org", type => "A");
+  .
+  my @mx = nslookup(domain => "perl.org", type => "MX");
+  .
+  my @ns = nslookup(domain => "perl.org", type => "NS");

-- 
Debian packaging of libnet-nslookup-perl



More information about the Pkg-perl-cvs-commits mailing list