NAME
Platform::Windows - an empty module that can only be installed on Windows
SYNOPSIS
use Platform::Windows;
DESCRIPTION
This module does nothing, but its installer only works on Windows. The platform test is:
$^O =~ /^(MSWin32|cygwin)$/i
Adding a dependency on Platform::Windows is a way of explicitly indicating that your module requires Windows.
SEE ALSO
AUTHOR
Toby Inkster, <tobyink@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2013 by Toby Inkster
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.