about summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@gmail.com>2017-02-24 07:45:04 -0300
committerAndersonTorres <torres.anderson.85@gmail.com>2017-02-24 08:36:55 -0300
commit2085b43430783253299968530493b8f3b8aa4845 (patch)
tree0cbde7f7020dcaab7422fcaf2566437da4d2a0f6 /pkgs/top-level/perl-packages.nix
parent978d910f8c532d07ab23a1877cd8decf05704b09 (diff)
downloadnixlib-2085b43430783253299968530493b8f3b8aa4845.tar
nixlib-2085b43430783253299968530493b8f3b8aa4845.tar.gz
nixlib-2085b43430783253299968530493b8f3b8aa4845.tar.bz2
nixlib-2085b43430783253299968530493b8f3b8aa4845.tar.lz
nixlib-2085b43430783253299968530493b8f3b8aa4845.tar.xz
nixlib-2085b43430783253299968530493b8f3b8aa4845.tar.zst
nixlib-2085b43430783253299968530493b8f3b8aa4845.zip
perlPackages.TestRunCmdLine: init at 0.0131
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 47c11112d898..3f2ff8c7a5e3 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -13155,6 +13155,21 @@ let self = _self // overrides; _self = with self; {
     };
   };
 
+  TestRunCmdLine = buildPerlPackage rec {
+    name = "Test-Run-CmdLine-0.0131";
+    src = fetchurl {
+      url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
+      sha256 = "cceeeecd3f4b2f1d2929f3ada351c1ade23a8ac73ef0486dc6e9605ebcdaef18";
+    };
+    buildInputs = [ ModuleBuild TestTrap ];
+    propagatedBuildInputs = [ Moose MooseXGetopt TestRun UNIVERSALrequire YAMLLibYAML ];
+    meta = {
+      homepage = http://web-cpan.berlios.de/modules/Test-Run/;
+      description = "Analyze tests from the command line using Test::Run";
+      license = stdenv.lib.licenses.mit;
+    };
+   };
+
   TestScript = buildPerlPackage rec {
     name = "Test-Script-1.10";
     src = fetchurl {