Merge pull request #263349 from stigtsp/perl/env-util-init

perlPackages.ENVUtil: init at 0.03

authored by Stig and committed by GitHub ec8f4de5 67405282

+13
+13
pkgs/top-level/perl-packages.nix
··· 8840 8840 }; 8841 8841 }; 8842 8842 8843 + ENVUtil = buildPerlPackage { 8844 + pname = "ENV-Util"; 8845 + version = "0.03"; 8846 + src = fetchurl { 8847 + url = "mirror://cpan/authors/id/G/GA/GARU/ENV-Util-0.03.tar.gz"; 8848 + hash = "sha256-B1574ehSxD6wiGYvr978FS9O9WyEPB4F2QDaGQb3P60="; 8849 + }; 8850 + meta = { 8851 + description = "Parse prefixed environment variables and dotnev (.env) files into Perl"; 8852 + license = with lib.licenses; [ artistic1 gpl1Plus ]; 8853 + }; 8854 + }; 8855 + 8843 8856 Error = buildPerlModule { 8844 8857 pname = "Error"; 8845 8858 version = "0.17029";