commit:     384e6497512b0add5e86d597562cce0271fd9264
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  1 10:05:04 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  1 10:05:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384e6497

dev-perl/Dist-Zilla-Plugin-LicenseFromModule: Fix missing test depends

- Add missing dev-perl/Test-Exception dep for FEATURES=test,
  which was easily overlooked as it *isnt* declared upstream, and is
  highly common to be installed (CPAN testers matrix reports no
  failures due to the combined effect of its prevalence and the use of
  this dep in tests by other dzil things)

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild                    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
index 4b4b0144437..1a1c960a667 100644
--- 
a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
+++ 
b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
@@ -24,6 +24,7 @@ BDEPEND="${RDEPEND}
        >=dev-perl/Module-Build-Tiny-0.34.0
        test? (
                dev-perl/JSON
+               dev-perl/Test-Exception
        )
 "
 PERL_RM_FILES=(

Reply via email to