Comment 2 for bug 327917

Revision history for this message
Elan Ruusamäe (glen666) wrote :

as the Module::AutoInstall is most likely included and used from bundled tarball of CPAN package, we should use:

 %build
 %{__perl} Makefile.PL \
+ --skipdeps \
     INSTALLDIRS=vendor
 %{__make}