]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/commitdiff
Correctly propagate the dist-options to the SUPER calls
authorVincent Pit <vince@profvince.com>
Sun, 29 Nov 2009 12:05:50 +0000 (13:05 +0100)
committerVincent Pit <vince@profvince.com>
Sun, 29 Nov 2009 12:05:50 +0000 (13:05 +0100)
lib/CPANPLUS/Dist/Gentoo.pm

index 307d802108c903dfda523ba9ce864ef69a7498f3..2952634100d8be7685d5cec49390f86ce781f050 100644 (file)
@@ -324,7 +324,7 @@ sub prepare {
 
  $stat->prepared(0);
 
- $self->SUPER::prepare(%opts);
+ $self->SUPER::prepare(@_);
 
  return $FAIL->() unless $stat->prepared;