[cpan2nix] perlPackages.ExceptionBase: cleanup

This commit is contained in:
volth 2018-04-07 07:54:15 +00:00
parent 2973192015
commit 6c8e74ce6c

View File

@ -5027,7 +5027,7 @@ let self = _self // overrides; _self = with self; {
};
};
ExceptionBase = buildPerlPackage rec {
ExceptionBase = buildPerlModule rec {
name = "Exception-Base-0.2501";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DE/DEXTER/${name}.tar.gz";