Unverified Commit c957ae9d authored by Robert Helgesson's avatar Robert Helgesson
Browse files

perl-Test-Needs: init at 0.002005

parent a71cf06b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -13556,6 +13556,18 @@ let self = _self // overrides; _self = with self; {
    };
  };
  TestNeeds = buildPerlPackage rec {
    name = "Test-Needs-0.002005";
    src = fetchurl {
      url = "mirror://cpan/authors/id/H/HA/HAARG/${name}.tar.gz";
      sha256 = "5a4f33983586edacdbe00a3b429a9834190140190dab28d0f873c394eb7df399";
    };
    meta = {
      description = "Skip tests when modules not available";
      license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
    };
  };
  TestNoTabs = buildPerlPackage {
    name = "Test-NoTabs-1.3";
    src = fetchurl {