3
0
Fork 0
forked from mirrors/nixpkgs

perl-Test-Fatal: 0.013 -> 0.014

This commit is contained in:
Robert Helgesson 2016-04-23 12:36:09 +02:00
parent 0fc911f029
commit 30f1bc1a64

View file

@ -11852,17 +11852,18 @@ let self = _self // overrides; _self = with self; {
};
};
TestFatal = buildPerlPackage {
name = "Test-Fatal-0.013";
TestFatal = buildPerlPackage rec {
name = "Test-Fatal-0.014";
src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Test-Fatal-0.013.tar.gz;
sha256 = "1rrndzkjff3bdlzzdsfsd3fhng142la2m74ihkgv17islkp17yq2";
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
sha256 = "bcdcef5c7b2790a187ebca810b0a08221a63256062cfab3c3b98685d91d1cbb0";
};
propagatedBuildInputs = [ TryTiny ];
meta = {
homepage = https://github.com/rjbs/test-fatal;
homepage = https://github.com/rjbs/Test-Fatal;
description = "Incredibly simple helpers for testing code with exceptions";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};