[cpan2nix] perlPackages.TestFileShareDir: 0.3.3 -> 1.001002
This commit is contained in:
parent
4eb33f1e2b
commit
7ca64f1427
@ -14231,14 +14231,14 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
TestFileShareDir = buildPerlModule {
|
TestFileShareDir = buildPerlPackage {
|
||||||
name = "Test-File-ShareDir-0.3.3";
|
name = "Test-File-ShareDir-1.001002";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/K/KE/KENTNL/Test-File-ShareDir-0.3.3.tar.gz;
|
url = mirror://cpan/authors/id/K/KE/KENTNL/Test-File-ShareDir-1.001002.tar.gz;
|
||||||
sha256 = "877e14afb6f432bd888ef730c0afd776dd149b14bc520bc2ce842d114e5886a2";
|
sha256 = "b33647cbb4b2f2fcfbde4f8bb4383d0ac95c2f89c4c5770eb691f1643a337aad";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestFatal ];
|
buildInputs = [ TestFatal ];
|
||||||
propagatedBuildInputs = [ FileCopyRecursive FileShareDir PathTiny ];
|
propagatedBuildInputs = [ ClassTiny FileCopyRecursive FileShareDir ScopeGuard ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/kentfredric/Test-File-ShareDir;
|
homepage = https://github.com/kentfredric/Test-File-ShareDir;
|
||||||
description = "Create a Fake ShareDir for your modules for testing";
|
description = "Create a Fake ShareDir for your modules for testing";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user