[nix-update-cpan] perlPackages.FileLoadLines: 0.02 -> 1.01
This commit is contained in:
parent
6b59ee62a2
commit
d7eed4974c
@ -7937,11 +7937,12 @@ let
|
|||||||
|
|
||||||
FileLoadLines = buildPerlPackage {
|
FileLoadLines = buildPerlPackage {
|
||||||
pname = "File-LoadLines";
|
pname = "File-LoadLines";
|
||||||
version = "0.02";
|
version = "1.01";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/J/JV/JV/File-LoadLines-0.02.tar.gz";
|
url = "mirror://cpan/authors/id/J/JV/JV/File-LoadLines-1.01.tar.gz";
|
||||||
sha256 = "ab0c1c31cf7b694dd3c9a0707098f7483763d46b60799a7f496ea0588be46b7b";
|
sha256 = "1lar8s1mc4d36lhxgqyk3hpwdc1bk6j6dfdzzacbjz4zlim6x33f";
|
||||||
};
|
};
|
||||||
|
buildInputs = [ TestException ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Load lines from file";
|
description = "Load lines from file";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
Reference in New Issue
Block a user