]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/commitdiff
Replace an occurence of $self->status by $stat in _run()
authorVincent Pit <vince@profvince.com>
Sat, 14 Feb 2009 21:09:58 +0000 (22:09 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 14 Feb 2009 21:09:58 +0000 (22:09 +0100)
lib/CPANPLUS/Dist/Gentoo.pm

index 7aa5da9e8dc08819af955348a6c0942a06657cab..d706de32bb0d45c3b7e086ccfaf44bf6550966fb 100644 (file)
@@ -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;