[cpan2nix] perlPackages.PackageStashXS: cleanup

This commit is contained in:
volth 2018-04-07 07:55:54 +00:00
parent 4de6a35ef3
commit 76a90b19b8
1 changed files with 1 additions and 1 deletions

View File

@ -10948,7 +10948,7 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/D/DO/DOY/Package-Stash-XS-0.28.tar.gz;
sha256 = "11nl69n8i56p91pd0ia44ip0vpv2cxwpbfakrv01vvv8az1cbn13";
};
buildInputs = [ TestRequires TestFatal ];
buildInputs = [ TestFatal TestRequires ];
meta = {
homepage = https://metacpan.org/release/Package-Stash-XS;
description = "Faster and more correct implementation of the Package::Stash API";