[cpan2nix] perlPackages.CatalystControllerPOD: cleanup

This commit is contained in:
volth 2018-04-07 07:59:06 +00:00
parent b26e5f1467
commit 19ff0c776f

View file

@ -1240,14 +1240,14 @@ let self = _self // overrides; _self = with self; {
};
};
CatalystControllerPOD = buildPerlPackage rec {
CatalystControllerPOD = buildPerlModule rec {
name = "Catalyst-Controller-POD-1.0.0";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PERLER/${name}.tar.gz";
sha256 = "ee2a4bb3ed78baa1464335408f284345b6ba0ef6576ad7bfbd7b656c788a39f9";
};
buildInputs = [ CatalystRuntime ModuleBuild ModuleInstall TestWWWMechanizeCatalyst ];
propagatedBuildInputs = [ CatalystPluginStaticSimple CatalystRuntime ClassAccessor FileShareDir FileSlurp JSONXS LWP ListMoreUtils PathClass PodPOM PodPOMViewTOC TestWWWMechanizeCatalyst XMLSimple ];
buildInputs = [ ModuleInstall TestLongString TestWWWMechanize TestWWWMechanizeCatalyst ];
propagatedBuildInputs = [ CatalystPluginStaticSimple FileSlurp JSONXS ListMoreUtils PodPOMViewTOC XMLSimple ];
meta = {
homepage = http://search.cpan.org/dist/Catalyst-Controller-POD/;
description = "Serves PODs right from your Catalyst application";