mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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.
This commit is contained in:
parent
ce3a71c619
commit
858be79474
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue