Merge pull request #228720 from stigtsp/perl/cpan-audit-init

perlPackages.CPANAudit: init at 20230309.004

authored by Doron Behar and committed by GitHub a5fb3c88 858e5ea5

+30
+30
pkgs/top-level/perl-packages.nix
··· 4558 }; 4559 }; 4560 4561 CPANMini = buildPerlPackage { 4562 pname = "CPAN-Mini"; 4563 version = "1.111016"; ··· 15677 meta = { 15678 description = "Find out what modules are used"; 15679 license = with lib.licenses; [ artistic1 gpl1Plus ]; 15680 }; 15681 }; 15682
··· 4558 }; 4559 }; 4560 4561 + CPANAudit = buildPerlPackage { 4562 + pname = "CPAN-Audit"; 4563 + version = "20230309.004"; 4564 + src = fetchurl { 4565 + url = "mirror://cpan/authors/id/B/BD/BDFOY/CPAN-Audit-20230309.004.tar.gz"; 4566 + hash = "sha256-RzrvktoYTMY1SqiG8QvwRnjvovHpmxZ/o+nvXOGmS14="; 4567 + }; 4568 + buildInputs = [ CaptureTiny YAMLTiny ]; 4569 + propagatedBuildInputs = [ CPANDistnameInfo IOInteractive JSON ModuleCPANfile ModuleExtractVERSION PerlIOgzip Mojolicious ]; 4570 + meta = { 4571 + homepage = "https://github.com/briandfoy/cpan-audit"; 4572 + description = "Audit CPAN distributions for known vulnerabilities"; 4573 + license = with lib.licenses; [ artistic1 gpl1Plus ]; 4574 + }; 4575 + }; 4576 + 4577 CPANMini = buildPerlPackage { 4578 pname = "CPAN-Mini"; 4579 version = "1.111016"; ··· 15693 meta = { 15694 description = "Find out what modules are used"; 15695 license = with lib.licenses; [ artistic1 gpl1Plus ]; 15696 + }; 15697 + }; 15698 + 15699 + ModuleExtractVERSION = buildPerlPackage { 15700 + pname = "Module-Extract-VERSION"; 15701 + version = "1.116"; 15702 + src = fetchurl { 15703 + url = "mirror://cpan/authors/id/B/BD/BDFOY/Module-Extract-VERSION-1.116.tar.gz"; 15704 + hash = "sha256-QZA6BoUXgoU0X12oVdkluUVO5xCpeV48TDJ7ri9Vdpg="; 15705 + }; 15706 + meta = { 15707 + homepage = "https://github.com/briandfoy/module-extract-version"; 15708 + description = "Extract a module version safely"; 15709 + license = lib.licenses.artistic2; 15710 }; 15711 }; 15712