Skip to content

Commit

Permalink
dev-perl/HTTP-Cache-Transparent: Fix missing test dep on Test-Require…
Browse files Browse the repository at this point in the history
…sInternet

t/cache.t uses Test::RequiresInternet

Package-Manager: Portage-2.3.14, Repoman-2.3.6
  • Loading branch information
kentfredric committed Dec 11, 2017
1 parent b390fa4 commit fbec1b3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ RDEPEND="dev-perl/libwww-perl
virtual/perl-Digest-MD5
virtual/perl-Storable"
DEPEND="${RDEPEND}
test? ( virtual/perl-Test-Simple )"
test? (
dev-perl/Test-RequiresInternet
virtual/perl-Test-Simple
)"

src_test() {
perl_rm_files t/pod.t t/pod-coverage.t
Expand Down

0 comments on commit fbec1b3

Please sign in to comment.