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.3607
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'WWW::Pastebin::PastebinCa::Retrieve',
  'VERSION_FROM' => 'lib/WWW/Pastebin/PastebinCa/Retrieve.pm',
  'PREREQ_PM' => {
                   'HTML::Entities' => '1.35',
                   'HTML::TokeParser::Simple' => '3.15',
                   'Test::More' => 0,
                   'WWW::Pastebin::Base::Retrieve' => '0.001'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;