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.40
require 5.010000;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Catmandu::Twitter',
  'VERSION_FROM' => 'lib/Catmandu/Importer/Twitter.pm',
  'PREREQ_PM' => {
                   'Catmandu' => '0.09',
                   'Date::Parse' => '2.30',
                   'Moo' => '0.009011',
                   'Net::Twitter' => '4.00003',
                   'Software::License' => 0,
                   'Test::Exception' => 0,
                   'Test::More' => 0,
                   'URI::Escape' => '3.31'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/twitter2atom.pl'
                 ],
  'PL_FILES' => {}
)
;