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.
master
Tobias Geerinckx-Rice 2019-07-25 22:37:57 +02:00
parent ce3a71c619
commit 858be79474
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 4 deletions

View File

@ -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