[cpan2nix] perlPackages.POE: cleanup

This commit is contained in:
volth 2018-04-07 07:55:19 +00:00
parent 3337b9255b
commit 94e253a228

View File

@ -11490,11 +11490,7 @@ let self = _self // overrides; _self = with self; {
# N.B. removing TestPodLinkCheck from buildInputs because tests requiring
# this module don't disable themselves when "run_network_tests" is
# not present (see below).
buildInputs = [
Curses EmailMIME HTTPMessage IOTty LWPProtocolHttps POETestLoops
TermReadKey TestPod TestPodCoverage TestPodNo404s YAML
];
propagatedBuildInputs = [ pkgs.cacert IOPipely ];
propagatedBuildInputs = [ pkgs.cacert IOPipely IOTty POETestLoops ];
meta = {
maintainers = [ maintainers.limeytexan ];
description = "Portable multitasking and networking framework for any event loop";