[cpan2nix] perlPackages.Throwable: cleanup

This commit is contained in:
volth 2018-04-07 07:56:45 +00:00
parent 30073e175d
commit 9a6142fc2f

View File

@ -15680,8 +15680,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz"; url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
sha256 = "184gdcwxqwnkrx5md968v1ny70pq6blzpkihccm3bpdxnpgd11wr"; sha256 = "184gdcwxqwnkrx5md968v1ny70pq6blzpkihccm3bpdxnpgd11wr";
}; };
buildInputs = [ DevelStackTrace ]; propagatedBuildInputs = [ DevelStackTrace Moo ];
propagatedBuildInputs = [ DevelStackTrace ModuleRuntime Moo ];
meta = { meta = {
homepage = https://github.com/rjbs/Throwable; homepage = https://github.com/rjbs/Throwable;
description = "A role for classes that can be thrown"; description = "A role for classes that can be thrown";