[cpan2nix] perlPackages.FileTemp: removed built-in

This commit is contained in:
volth 2020-09-09 09:10:14 +00:00
parent 5632d451ca
commit f19bd546bc

View file

@ -7942,19 +7942,7 @@ let
};
};
FileTemp = buildPerlPackage {
pname = "File-Temp";
version = "0.2309";
src = fetchurl {
url = "mirror://cpan/authors/id/E/ET/ETHER/File-Temp-0.2309.tar.gz";
sha256 = "0pr3wrxrk93wy7dz9gsb1sgl77icrs8rh2mah6wms5cdi2ll5ch1";
};
meta = {
description = "return name and handle of a temporary file safely";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
homepage = "https://github.com/Perl-Toolchain-Gang/File-Temp";
};
};
FileTemp = null; # part of Perl 5.30.3, 5.32.0, 5.33.1
FileTouch = buildPerlPackage {
pname = "File-Touch";