Unverified Commit ec8f4de5 authored by Stig's avatar Stig Committed by GitHub
Browse files

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

perlPackages.ENVUtil: init at 0.03
parents 67405282 52959ddf
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -8840,6 +8840,19 @@ with self; {
    };
  };
  ENVUtil = buildPerlPackage {
    pname = "ENV-Util";
    version = "0.03";
    src = fetchurl {
      url = "mirror://cpan/authors/id/G/GA/GARU/ENV-Util-0.03.tar.gz";
      hash = "sha256-B1574ehSxD6wiGYvr978FS9O9WyEPB4F2QDaGQb3P60=";
    };
    meta = {
      description = "Parse prefixed environment variables and dotnev (.env) files into Perl";
      license = with lib.licenses; [ artistic1 gpl1Plus ];
    };
  };
  Error = buildPerlModule {
    pname = "Error";
    version = "0.17029";