3
0
Fork 0
forked from mirrors/nixpkgs

perl-File-Util: init at 4.132140

This commit is contained in:
Robert Helgesson 2015-08-06 21:01:19 +02:00
parent 372429b446
commit 9e147549be

View file

@ -4612,6 +4612,21 @@ let self = _self // overrides; _self = with self; {
};
};
FileUtil = buildPerlPackage rec {
name = "File-Util-4.132140";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TO/TOMMY/${name}.tar.gz";
sha256 = "4233c493468da8b34f2df19b191aaa400f328d877c8c023605e43385976a99d1";
};
buildInputs = [ TestFatal TestNoWarnings ];
meta = {
homepage = https://github.com/tommybutler/file-util/wiki;
description = "Easy, versatile, portable file handling";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};
FileWhich = buildPerlPackage rec {
name = "File-Which-1.09";
src = fetchurl {