guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: perl-net-dns-resolver-mock: Edit synopsis & description.


From: guix-commits
Subject: 04/04: gnu: perl-net-dns-resolver-mock: Edit synopsis & description.
Date: Thu, 25 Jul 2019 16:43:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 858be794743e4f8805ec63316dec73b23de5aa56
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jul 25 22:37:57 2019 +0200

    gnu: perl-net-dns-resolver-mock: Edit synopsis & description.
    
    * gnu/packages/networking.scm (perl-net-dns-resolver-mock)[synopsis]:
    Remove unfortunate ‘a’.
    [description]: Fix typo.  Edit for clarity.
---
 gnu/packages/networking.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 7cdd430..fb371ed 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1098,10 +1098,11 @@ offline emulation of DNS.")
     (inputs
      `(("perl-net-dns" ,perl-net-dns)))
     (home-page "https://metacpan.org/release/Net-DNS-Resolver-Mock";)
-    (synopsis "Mock a DNS Resolver object for testing")
-    (description "Net::DNS::Resolver::Mock is a a subclass of
-@code{Net::DNS::Resolver} which parses a zonefile for it's data source.  It is
-primarily for use in testing.")
+    (synopsis "Mock DNS Resolver object for testing")
+    (description
+     "Net::DNS::Resolver::Mock is a subclass of Net::DNS::Resolver, but returns
+static data from any provided DNS zone file instead of querying the network.
+It is intended primarily for use in testing.")
     (license license:perl-license)))
 
 (define-public perl-netaddr-ip



reply via email to

[Prev in Thread] Current Thread [Next in Thread]