[cpan2nix] perlPackages.CGI: cleanup
This commit is contained in:
parent
bb9ec0fc13
commit
1af65b94bc
1 changed files with 1 additions and 1 deletions
|
@ -1677,7 +1677,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
sha256 = "8c58f4a529bb92a914b22b7e64c5e31185c9854a4070a6dfad44fe5cc248e7d4";
|
sha256 = "8c58f4a529bb92a914b22b7e64c5e31185c9854a4070a6dfad44fe5cc248e7d4";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestDeep TestNoWarnings TestWarn ];
|
buildInputs = [ TestDeep TestNoWarnings TestWarn ];
|
||||||
propagatedBuildInputs = [ HTMLParser self."if" ];
|
propagatedBuildInputs = [ HTMLParser ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://metacpan.org/module/CGI;
|
homepage = https://metacpan.org/module/CGI;
|
||||||
description = "Handle Common Gateway Interface requests and responses";
|
description = "Handle Common Gateway Interface requests and responses";
|
||||||
|
|
Loading…
Reference in a new issue