X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FCPANPLUS%2FDist%2FGentoo.pm;h=e6dcb369b57ef8e64914f06b0491a45ca553548c;hb=ae79a81243e280b798ce0c7c6a482d5f4ad78df0;hp=c2380648fb8a0ae5994e1c944698958a4b44c6f4;hpb=0ffdc6d6358811884761fcae760fe1d84012dca6;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/lib/CPANPLUS/Dist/Gentoo.pm b/lib/CPANPLUS/Dist/Gentoo.pm index c238064..e6dcb36 100644 --- a/lib/CPANPLUS/Dist/Gentoo.pm +++ b/lib/CPANPLUS/Dist/Gentoo.pm @@ -22,11 +22,11 @@ CPANPLUS::Dist::Gentoo - CPANPLUS backend generating Gentoo ebuilds. =head1 VERSION -Version 0.05 +Version 0.07 =cut -our $VERSION = '0.05'; +our $VERSION = '0.07'; =head1 SYNOPSIS @@ -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;