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.3800
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'WWW::Shorten',
  'VERSION_FROM' => 'lib/WWW/Shorten.pm',
  'PREREQ_PM' => {
                   'Config::Auto' => 0,
                   'LWP' => '5.75',
                   'LWP::UserAgent' => '2.023',
                   'Test::More' => '0.47',
                   'URI' => '1.27'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/shorten'
                 ],
  'PL_FILES' => {}
)
;