[cpan2nix] perlPackages.CatalystPluginCacheHTTP: cleanup
This commit is contained in:
parent
16d5109a79
commit
52a585d58f
1 changed files with 2 additions and 2 deletions
|
@ -1427,8 +1427,8 @@ let self = _self // overrides; _self = with self; {
|
||||||
url = mirror://cpan/authors/id/G/GR/GRAF/Catalyst-Plugin-Cache-HTTP-0.001000.tar.gz;
|
url = mirror://cpan/authors/id/G/GR/GRAF/Catalyst-Plugin-Cache-HTTP-0.001000.tar.gz;
|
||||||
sha256 = "0v5iphbq4csc4r6wkvxnqlh97p8g0yhjky9qqmsdyqczn87agbba";
|
sha256 = "0v5iphbq4csc4r6wkvxnqlh97p8g0yhjky9qqmsdyqczn87agbba";
|
||||||
};
|
};
|
||||||
buildInputs = [ CatalystRuntime Testuseok TestWWWMechanizeCatalyst ];
|
buildInputs = [ CatalystRuntime TestLongString TestSimple13 TestWWWMechanize TestWWWMechanizeCatalyst ];
|
||||||
propagatedBuildInputs = [ ClassAccessorFast HTTPMessage MROCompat ];
|
propagatedBuildInputs = [ ClassAccessor HTTPMessage MROCompat ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "HTTP/1.1 cache validators for Catalyst";
|
description = "HTTP/1.1 cache validators for Catalyst";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
|
Loading…
Reference in a new issue