The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;

use ExtUtils::MakeMaker;

WriteMakefile( NAME => 'WebService::FileCloud',
	       VERSION_FROM => 'lib/WebService/FileCloud.pm',
	       AUTHOR => ['Mitch McCracken <mrmccrac@gmail.com>'],
	       PREREQ_PM => {'JSON' => 0,
			     'LWP::UserAgent' => 0},
	       BUILD_REQUIRES => {'Test::More' => 0,
				  'Test::Pod' => 0,
				  'Test::Pod::Coverage' => 0} );