Loading pkgs/top-level/perl-packages.nix +30 −0 Original line number Diff line number Diff line Loading @@ -4558,6 +4558,22 @@ with self; { }; }; CPANAudit = buildPerlPackage { pname = "CPAN-Audit"; version = "20230309.004"; src = fetchurl { url = "mirror://cpan/authors/id/B/BD/BDFOY/CPAN-Audit-20230309.004.tar.gz"; hash = "sha256-RzrvktoYTMY1SqiG8QvwRnjvovHpmxZ/o+nvXOGmS14="; }; buildInputs = [ CaptureTiny YAMLTiny ]; propagatedBuildInputs = [ CPANDistnameInfo IOInteractive JSON ModuleCPANfile ModuleExtractVERSION PerlIOgzip Mojolicious ]; meta = { homepage = "https://github.com/briandfoy/cpan-audit"; description = "Audit CPAN distributions for known vulnerabilities"; license = with lib.licenses; [ artistic1 gpl1Plus ]; }; }; CPANMini = buildPerlPackage { pname = "CPAN-Mini"; version = "1.111016"; Loading Loading @@ -15680,6 +15696,20 @@ with self; { }; }; ModuleExtractVERSION = buildPerlPackage { pname = "Module-Extract-VERSION"; version = "1.116"; src = fetchurl { url = "mirror://cpan/authors/id/B/BD/BDFOY/Module-Extract-VERSION-1.116.tar.gz"; hash = "sha256-QZA6BoUXgoU0X12oVdkluUVO5xCpeV48TDJ7ri9Vdpg="; }; meta = { homepage = "https://github.com/briandfoy/module-extract-version"; description = "Extract a module version safely"; license = lib.licenses.artistic2; }; }; ModuleFind = buildPerlPackage { pname = "Module-Find"; version = "0.15"; Loading
pkgs/top-level/perl-packages.nix +30 −0 Original line number Diff line number Diff line Loading @@ -4558,6 +4558,22 @@ with self; { }; }; CPANAudit = buildPerlPackage { pname = "CPAN-Audit"; version = "20230309.004"; src = fetchurl { url = "mirror://cpan/authors/id/B/BD/BDFOY/CPAN-Audit-20230309.004.tar.gz"; hash = "sha256-RzrvktoYTMY1SqiG8QvwRnjvovHpmxZ/o+nvXOGmS14="; }; buildInputs = [ CaptureTiny YAMLTiny ]; propagatedBuildInputs = [ CPANDistnameInfo IOInteractive JSON ModuleCPANfile ModuleExtractVERSION PerlIOgzip Mojolicious ]; meta = { homepage = "https://github.com/briandfoy/cpan-audit"; description = "Audit CPAN distributions for known vulnerabilities"; license = with lib.licenses; [ artistic1 gpl1Plus ]; }; }; CPANMini = buildPerlPackage { pname = "CPAN-Mini"; version = "1.111016"; Loading Loading @@ -15680,6 +15696,20 @@ with self; { }; }; ModuleExtractVERSION = buildPerlPackage { pname = "Module-Extract-VERSION"; version = "1.116"; src = fetchurl { url = "mirror://cpan/authors/id/B/BD/BDFOY/Module-Extract-VERSION-1.116.tar.gz"; hash = "sha256-QZA6BoUXgoU0X12oVdkluUVO5xCpeV48TDJ7ri9Vdpg="; }; meta = { homepage = "https://github.com/briandfoy/module-extract-version"; description = "Extract a module version safely"; license = lib.licenses.artistic2; }; }; ModuleFind = buildPerlPackage { pname = "Module-Find"; version = "0.15";