perl-Test-YAML: init at 1.06

This commit is contained in:
Pascal Wittmann 2015-10-13 10:52:17 +02:00
parent ed96d04832
commit d17b367e0c

View file

@ -11299,6 +11299,14 @@ let self = _self // overrides; _self = with self; {
};
};
TestYAML = buildPerlPackage rec {
name = "Test-YAML-1.06";
src = fetchurl {
url = "mirror://cpan/authors/id/I/IN/INGY/${name}.tar.gz";
sha256 = "0hxrfs7p9hqkhvv5nhk2hd3kh32smwng4nz47b8xf4iw2q1n2dr7";
};
};
TextAbbrev = buildPerlPackage {
name = "Text-Abbrev-1.02";
src = fetchurl {