[cpan2nix] perlPackages.TestTempDirTiny: cleanup

This commit is contained in:
volth 2020-09-09 09:11:18 +00:00
parent 5604e290bb
commit 9b2e9e53c9

View file

@ -20053,7 +20053,7 @@ let
license = with stdenv.lib.licenses; [ asl20 ];
homepage = "https://github.com/dagolden/Test-TempDir-Tiny";
};
propagatedBuildInputs = [ FileTemp ];
};
TestTCP = buildPerlPackage {