[cpan2nix] perlPackages.CatalystControllerPOD: cleanup
This commit is contained in:
parent
68b64108d6
commit
fe6c841024
1 changed files with 1 additions and 1 deletions
|
@ -1235,7 +1235,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
sha256 = "ee2a4bb3ed78baa1464335408f284345b6ba0ef6576ad7bfbd7b656c788a39f9";
|
sha256 = "ee2a4bb3ed78baa1464335408f284345b6ba0ef6576ad7bfbd7b656c788a39f9";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleInstall TestLongString TestWWWMechanize TestWWWMechanizeCatalyst ];
|
buildInputs = [ ModuleInstall TestLongString TestWWWMechanize TestWWWMechanizeCatalyst ];
|
||||||
propagatedBuildInputs = [ CatalystPluginStaticSimple FileSlurp JSONXS ListMoreUtils PodPOMViewTOC XMLSimple ];
|
propagatedBuildInputs = [ CatalystPluginStaticSimple ClassAccessor FileSlurp JSONXS ListMoreUtils PodPOMViewTOC XMLSimple ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://search.cpan.org/dist/Catalyst-Controller-POD/;
|
homepage = http://search.cpan.org/dist/Catalyst-Controller-POD/;
|
||||||
description = "Serves PODs right from your Catalyst application";
|
description = "Serves PODs right from your Catalyst application";
|
||||||
|
|
Loading…
Reference in a new issue