[cpan2nix] perlPackages.TestFileShareDir: cleanup

This commit is contained in:
volth 2018-06-02 20:38:04 +00:00
parent 82abfb46a6
commit 8bb297341e

View File

@ -15320,7 +15320,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "b33647cbb4b2f2fcfbde4f8bb4383d0ac95c2f89c4c5770eb691f1643a337aad";
};
buildInputs = [ TestFatal ];
propagatedBuildInputs = [ ClassTiny FileCopyRecursive FileShareDir ScopeGuard ];
propagatedBuildInputs = [ ClassTiny FileCopyRecursive FileShareDir PathTiny ScopeGuard ];
meta = {
homepage = https://github.com/kentfredric/Test-File-ShareDir;
description = "Create a Fake ShareDir for your modules for testing";