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.2808_01
require 5.6.1;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Perl6::GatherTake',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Perl6/GatherTake.pm',
          'PREREQ_PM' => {
                           'Scalar::Util' => 0,
                           'Coro' => '1.0'
                         }
        )
;