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