# Note: this file was auto-generated by Module::Build::Compat version 0.33 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'POE::Component::IRC::Plugin::CoinFlip', 'VERSION_FROM' => 'lib/POE/Component/IRC/Plugin/CoinFlip.pm', 'PREREQ_PM' => { 'POE' => '0.9999', 'POE::Component::IRC::Plugin::BaseWrap' => '0.008', 'Test::More' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;