[cpan2nix] perlPackages.HTMLFormFu: 2.01 -> 2.05
This commit is contained in:
parent
19ff0c776f
commit
0a60e00a87
1 changed files with 5 additions and 9 deletions
|
@ -6999,17 +6999,13 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
HTMLFormFu = buildPerlPackage rec {
|
HTMLFormFu = buildPerlPackage rec {
|
||||||
name = "HTML-FormFu-2.01";
|
name = "HTML-FormFu-2.05";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/modules/by-module/HTML/${name}.tar.gz";
|
url = mirror://cpan/authors/id/N/NI/NIGELM/HTML-FormFu-2.05.tar.gz;
|
||||||
sha256 = "0fvilng85wc65pna898x7mp4hx73mhahl7j2s10gj76avmxdizsw";
|
sha256 = "0xz41ap0vyw9yfjci84i5ixc6jshjrd2swhiv8dsy5xx9x71iw1q";
|
||||||
};
|
};
|
||||||
buildInputs = [ FileShareDirInstall TestAggregate TestException ];
|
buildInputs = [ CGI FileShareDirInstall RegexpAssemble TestException TestMemoryCycle ];
|
||||||
propagatedBuildInputs = [ CGI Clone ConfigAny DataVisitor DateTime
|
propagatedBuildInputs = [ ConfigAny DataVisitor DateTimeFormatBuilder DateTimeFormatNatural EmailValid HTMLScrubber HTMLTokeParserSimple HTTPMessage HashFlatten MooseXAliases NumberFormat PathClass Readonly RegexpCommon YAMLLibYAML ];
|
||||||
DateTimeFormatBuilder DateTimeFormatNatural DateTimeFormatStrptime
|
|
||||||
DateTimeLocale EmailValid FileShareDir HTMLScrubber HTMLTokeParserSimple
|
|
||||||
HTTPMessage HashFlatten ListMoreUtils ModulePluggable Moose MooseXAliases
|
|
||||||
NumberFormat PathClass Readonly RegexpCommon TaskWeaken YAMLLibYAML ];
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "HTML Form Creation, Rendering and Validation Framework";
|
description = "HTML Form Creation, Rendering and Validation Framework";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
|
Loading…
Reference in a new issue