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.3603
require 5.006000;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Hessian::Tiny',
          'VERSION_FROM' => 'lib/Hessian/Tiny/Client.pm',
          'PREREQ_PM' => {
                           'Config' => 0,
                           'Encode' => 0,
                           'File::Temp' => 0,
                           'HTTP::Headers' => 0,
                           'HTTP::Request' => 0,
                           'HTTP::Response' => 0,
                           'IO::File' => 0,
                           'IO::Handle' => 0,
                           'LWP::UserAgent' => 0,
                           'List::Util' => 0,
                           'Math::BigInt' => 0,
                           'Scalar::Util' => 0,
                           'Switch' => 0,
                           'Test::More' => '0.94',
                           'Tie::RefHash' => 0,
                           'URI' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;