[cpan2nix] perlPackages.CatalystControllerPOD: cleanup
This commit is contained in:
parent
b26e5f1467
commit
19ff0c776f
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue