use inc::Module::Install; name 'App-SweeperBot'; all_from 'lib/App/SweeperBot.pm'; author 'Paul Fenwick '; requires 'Win32::Screenshot'; requires 'Win32::GuiTest'; test_requires 'Test::More'; build_requires 'IPC::System::Simple'; # For MakeExe WriteAll;