X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FCPANPLUS%2FDist%2FGentoo.pm;h=d706de32bb0d45c3b7e086ccfaf44bf6550966fb;hb=fa5334799838382278e1c11242e94f09e9518e3d;hp=7aa5da9e8dc08819af955348a6c0942a06657cab;hpb=16502b61aa5b550b55cde82bed190f95d8a12e46;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/lib/CPANPLUS/Dist/Gentoo.pm b/lib/CPANPLUS/Dist/Gentoo.pm index 7aa5da9..d706de3 100644 --- a/lib/CPANPLUS/Dist/Gentoo.pm +++ b/lib/CPANPLUS/Dist/Gentoo.pm @@ -441,7 +441,7 @@ sub _run { unless ($success) { error "$errmsg -- aborting"; - if (not $verbose and defined $output and $self->status->verbose) { + if (not $verbose and defined $output and $stat->verbose) { my $msg = join '', @$output; 1 while chomp $msg; error $msg;