/usr/local/CPAN/HTTP-MobileAgent-Plugin-Charset/Makefile.PL


use inc::Module::Install;
name 'HTTP-MobileAgent-Plugin-Charset';
all_from 'lib/HTTP/MobileAgent/Plugin/Charset.pm';

requires 'HTTP::MobileAgent' => '0.26';

build_requires 'Test::More';
build_requires 'YAML';
use_test_base;
auto_include;
WriteAll;