[cpan2nix] perlPackages.CGICompile: 0.23 -> 0.24
This commit is contained in:
parent
0d5b30954a
commit
024eb1ec49
@ -2050,13 +2050,13 @@ let
|
|||||||
|
|
||||||
CGICompile = buildPerlModule {
|
CGICompile = buildPerlModule {
|
||||||
pname = "CGI-Compile";
|
pname = "CGI-Compile";
|
||||||
version = "0.23";
|
version = "0.24";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/R/RK/RKITOVER/CGI-Compile-0.23.tar.gz;
|
url = mirror://cpan/authors/id/R/RK/RKITOVER/CGI-Compile-0.24.tar.gz;
|
||||||
sha256 = "13cr6bgzr665v73j4dykwslqlh74smpsz34zpd4h23517748cfc0";
|
sha256 = "1zyz35hmflgm9jibi0mkni7n13lg5wwfvkavpzqgyza6kgzp515j";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ Filepushd ];
|
propagatedBuildInputs = [ Filepushd SubName ];
|
||||||
buildInputs = [ CGI CaptureTiny ModuleBuildTiny Switch TestNoWarnings TestRequires TryTiny ];
|
buildInputs = [ CGI CaptureTiny ModuleBuildTiny SubIdentify Switch TestNoWarnings TestRequires TryTiny ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Compile .cgi scripts to a code reference like ModPerl::Registry";
|
description = "Compile .cgi scripts to a code reference like ModPerl::Registry";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user