1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

perlPackages.TestCommand: init at 0.11

This commit is contained in:
Marius Bakke 2016-05-31 12:48:23 +01:00
parent 36cc45782b
commit 5c439ac2c3

View file

@ -12046,6 +12046,19 @@ let self = _self // overrides; _self = with self; {
};
};
TestCommand = buildPerlPackage {
name = "Test-Command-0.11";
src = fetchurl {
url = mirror://cpan/authors/id/D/DA/DANBOO/Test-Command-0.11.tar.gz;
sha256 = "0cwm3c4d49mdrbm6vgh78b3x8mk730l0zg8i7xb9z8bkx9pzr8r8";
};
meta = {
homepage = https://github.com/danboo/perl-test-command;
description = "Test routines for external commands ";
license = with stdenv.lib.licenses; [ artistic1 gpl1 ];
};
};
TestCPANMeta = buildPerlPackage {
name = "Test-CPAN-Meta-0.23";
src = fetchurl {