dagolden / Dist-Zilla-Plugin-OSPrereqs

List prereqs conditional on operating system
1 stars 5 forks source link

Does not also munge FallbackPrereqs #5

Closed karenetheridge closed 6 years ago

karenetheridge commented 10 years ago

It looks like the inserted lines (in Makefile.PL) look like:

if ( $^O eq 'MSWin32' ) {
        $WriteMakefileArgs{PREREQ_PM}{'Win32::TieRegistry'} = '0';
}

You should also edit $FallbackPrereqs, as in:

$WriteMakefileArgs{PREREQ_PM}{'Win32::TieRegistry'} = $FallbackPrereqs{'Win32::TieRegistry} = '0';
karenetheridge commented 6 years ago

#oslo #easyfix

karenetheridge commented 6 years ago

++

On Sat, Apr 21, 2018 at 8:14 PM, David Golden notifications@github.com wrote:

Closed #5 https://github.com/dagolden/Dist-Zilla-Plugin-OSPrereqs/issues/5 via 75a021e https://github.com/dagolden/Dist-Zilla-Plugin-OSPrereqs/commit/75a021ecdac8b90b6811ff3c0ce0031cd8cdee8d .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dagolden/Dist-Zilla-Plugin-OSPrereqs/issues/5#event-1587555801, or mute the thread https://github.com/notifications/unsubscribe-auth/AASfyx0xHbik49o6lgiaKUot20Wpo_Gsks5tq3cTgaJpZM4CNghC .