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.35
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Bot::BasicBot::Pluggable::Module::WWWShorten',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Bot/BasicBot/Pluggable/Module/WWWShorten.pm',
          'PREREQ_PM' => {
                           'URI::Find::Rule' => 0,
                           'Try::Tiny' => 0,
                           'Test::More' => 0,
                           'parent' => 0,
                           'LWP::UserAgent' => 0,
                           'Module::Load' => 0,
                           'Bot::BasicBot::Pluggable' => '0.81'
                         }
        )
;