[cpan2nix] perlPackages.ConfigVersioned: cleanup
This commit is contained in:
parent
2d27c1d349
commit
ef8eb79a5e
1 changed files with 1 additions and 2 deletions
|
@ -2554,8 +2554,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = mirror://cpan/authors/id/M/MR/MRSCOTTY/Config-Versioned-1.01.tar.gz;
|
url = mirror://cpan/authors/id/M/MR/MRSCOTTY/Config-Versioned-1.01.tar.gz;
|
||||||
sha256 = "bc9a4ae3738bd89f86a07bca673627ca3c92ba969737cd6dbc7ab7ad17cd2348";
|
sha256 = "bc9a4ae3738bd89f86a07bca673627ca3c92ba969737cd6dbc7ab7ad17cd2348";
|
||||||
};
|
};
|
||||||
buildInputs = [ DateTime PathClass ];
|
propagatedBuildInputs = [ ConfigStd GitPurePerl ];
|
||||||
propagatedBuildInputs = [ ConfigStd GitPurePerl Moose ];
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Simple, versioned access to configuration data";
|
description = "Simple, versioned access to configuration data";
|
||||||
|
|
Loading…
Reference in a new issue