gnu: Add Test-TCP.
* gnu/packages/web.scm (perl-test-tcp): New variable.
This commit is contained in:
parent
786ccb71cc
commit
bb8bfe5ec8
1 changed files with 21 additions and 0 deletions
|
@ -949,6 +949,27 @@ is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and
|
||||||
HTTP/1.1.")
|
HTTP/1.1.")
|
||||||
(home-page "http://search.cpan.org/~gaas/Net-HTTP/")))
|
(home-page "http://search.cpan.org/~gaas/Net-HTTP/")))
|
||||||
|
|
||||||
|
(define-public perl-test-tcp
|
||||||
|
(package
|
||||||
|
(name "perl-test-tcp")
|
||||||
|
(version "2.06")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/T/TO/TOKUHIROM/"
|
||||||
|
"Test-TCP-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0acjwm21y2an4f3fasci9qa0isakh9cgp74fk0bzcdi506xmcjbi"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("perl-test-sharedfork" ,perl-test-sharedfork)))
|
||||||
|
(arguments `(#:tests? #f)) ;related to signaling in t/05_sigint.t
|
||||||
|
(home-page "http://search.cpan.org/dist/Test-TCP")
|
||||||
|
(synopsis "Testing TCP programs")
|
||||||
|
(description "Test::TCP is test utilities for TCP/IP programs.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-uri
|
(define-public perl-uri
|
||||||
(package
|
(package
|
||||||
(name "perl-uri")
|
(name "perl-uri")
|
||||||
|
|
Reference in a new issue