perl-File-Slurper: 0.008 -> 0.009
This commit is contained in:
parent
a97df891fe
commit
6df074c43e
@ -5308,12 +5308,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
FileSlurper = buildPerlPackage {
|
FileSlurper = buildPerlPackage rec {
|
||||||
name = "File-Slurper-0.008";
|
name = "File-Slurper-0.009";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/L/LE/LEONT/File-Slurper-0.008.tar.gz;
|
url = "mirror://cpan/authors/id/L/LE/LEONT/${name}.tar.gz";
|
||||||
sha256 = "10f685140e2cebdd0381f24b010b028f9ca2574361a78f99f4dfe87af5d5d233";
|
sha256 = "3eab340deff6ba5456e7d1156b9cfcc387e1243acfc156ff92b75b3f2e120b91";
|
||||||
};
|
};
|
||||||
|
buildInputs = [ TestWarnings ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "A simple, sane and efficient module to slurp a file";
|
description = "A simple, sane and efficient module to slurp a file";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user