From: Vincent Pit Date: Sun, 29 Nov 2009 12:05:50 +0000 (+0100) Subject: Correctly propagate the dist-options to the SUPER calls X-Git-Tag: v0.09~7 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git;a=commitdiff_plain;h=913b01f16346e5138e06f02d9c031e6a93a0e6c2 Correctly propagate the dist-options to the SUPER calls --- diff --git a/lib/CPANPLUS/Dist/Gentoo.pm b/lib/CPANPLUS/Dist/Gentoo.pm index 307d802..2952634 100644 --- a/lib/CPANPLUS/Dist/Gentoo.pm +++ b/lib/CPANPLUS/Dist/Gentoo.pm @@ -324,7 +324,7 @@ sub prepare { $stat->prepared(0); - $self->SUPER::prepare(%opts); + $self->SUPER::prepare(@_); return $FAIL->() unless $stat->prepared;