perlPackages.Furl: init at 3.13
This commit is contained in:
parent
6fe78ec26a
commit
eb523b823c
1 changed files with 15 additions and 0 deletions
|
@ -7404,6 +7404,21 @@ let
|
|||
doCheck = false;
|
||||
};
|
||||
|
||||
Furl = buildPerlModule {
|
||||
pname = "Furl";
|
||||
version = "3.13";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/T/TO/TOKUHIROM/Furl-3.13.tar.gz";
|
||||
sha256 = "1wxa2v9yjzvnzp62p1jvcx8x61z5qvlvzyah853vvaywpjxwyyl8";
|
||||
};
|
||||
propagatedBuildInputs = [ HTTPParserXS ModuleBuildTiny ClassAccessorLite ];
|
||||
buildInputs = [ HTTPBody HTTPProxy NetIDNEncode Plack PlackMiddlewareDeflater Starlet TestRequires TestTCP TestSharedFork ];
|
||||
meta = {
|
||||
description = "Lightning-fast URL fetcher";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
GamesSolitaireVerify = buildPerlModule {
|
||||
pname = "Games-Solitaire-Verify";
|
||||
version = "0.2202";
|
||||
|
|
Loading…
Reference in a new issue