I'm working on a Perl Module which won't run on Windows, to prevent CPAN Testers failing it on Windows I want to use the meta files in the distribution generated from the Makefile to prevent the module from being installed or tested on Windows.
If the situation were the opposite (module only works on Windows) specifying a dependency on Win32 would make it installable on Windows only.
Also if the module is converted to Dist::Zilla, need a corresponding dist.ini solution.