We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af44491 commit 0ba4176Copy full SHA for 0ba4176
lib/CPANPLUS/Selfupdate.pm
@@ -72,6 +72,7 @@ CPANPLUS::Selfupdate - self-updating for CPANPLUS
72
'Parse::CPAN::Meta' => '1.4200', # config_requires support
73
'ExtUtils::Install' => '1.42', # uninstall outside @INC
74
( check_install( module => 'CPANPLUS::Dist::Build' )
75
+ && !check_install( module => 'CPANPLUS::Dist::Build', version => '0.60' )
76
? ( 'CPANPLUS::Dist::Build' => '0.60' ) : () ),
77
},
78
0 commit comments