diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index d64a395a7b31..92e7e2fd0701 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -11967,6 +11967,20 @@ let self = _self // overrides; _self = with self; { }; }; + Test2Suite = buildPerlPackage rec { + name = "Test2-Suite-0.000030"; + src = fetchurl { + url = "mirror://cpan/authors/id/E/EX/EXODIST/${name}.tar.gz"; + sha256 = "03f2411a8b1a85be8560c25d57f465c812174bc1c062ee79aeb194b018e6b751"; + }; + propagatedBuildInputs = [ TestSimple13 ]; + meta = { + description = "Distribution with a rich set of tools built upon the Test2 framework"; + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; + maintainers = [ maintainers.rycee ]; + }; + }; + TestAssert = buildPerlPackage { name = "Test-Assert-0.0504"; src = fetchurl {