The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4007
require 5.008008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Win32::GUITaskAutomate',
  'VERSION_FROM' => 'lib/Win32/GUITaskAutomate.pm',
  'PREREQ_PM' => {
                   'Carp' => '1.04',
                   'Test::More' => 0,
                   'Win32::Clipboard' => '0.5201',
                   'Win32::GUIRobot' => '0.05'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;