[cpan2nix] perlPackages.CatalystPluginLogHandler: cleanup

This commit is contained in:
volth 2018-04-07 07:56:31 +00:00
parent da1a9db769
commit 90cf466a95

View File

@ -1461,7 +1461,7 @@ let self = _self // overrides; _self = with self; {
};
};
CatalystPluginLogHandler = buildPerlPackage rec {
CatalystPluginLogHandler = buildPerlModule rec {
name = "Catalyst-Plugin-Log-Handler-0.08";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEPE/${name}.tar.gz";