use strict; use warnings; use ExtUtils::MakeMaker; die "Device::Velleman::K8055 can currently only be installed on Microsoft Windows Platforms\n Makefile not written\n\n" unless $^O eq 'MSWin32'; WriteMakefile( NAME => 'Device::Velleman::K8055', AUTHOR => 'Jouke ', VERSION_FROM => 'lib\Device\Velleman\K8055.pm', ABSTRACT_FROM => 'lib\Device\Velleman\K8055.pm', PL_FILES => {}, PREREQ_PM => { 'Win32::API' => 0.40, 'Test::More' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Device-Velleman-K8055-*' }, ); print <