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

use inc::Module::Install;

my $dist = 'RDF-KML-Exporter';
my $fn   = "lib/$dist.pm"; $fn =~ s#-#/#g;

name                $dist;
perl_version_from   $fn;
version_from        $fn;
abstract_from       $fn;
readme_from         $fn;
author              'Toby Inkster <tobyink@cpan.org>';
license             'perl';

requires            'common::sense'               => 0;
requires            'Geo::GoogleEarth::Pluggable' => 0;
test_requires       'Module::Signature'           => '0.66';
requires            'RDF::TrineShortcuts'         => '0.100';
requires            'Scalar::Util'                => 0;
test_requires       'Test::More'                  => '0.61';

# install_script 'fingerw';

resources(
	'homepage'   => "http://search.cpan.org/dist/$dist/",
	'repository' => "http://goddamn.co.uk/viewvc/perlmods/$dist/",
	'bugtracker' => "http://rt.cpan.org/Dist/Display.html?Queue=$dist",
	);

keywords(qw(geo wgs84 rdf semantic web googleearth kml xml convert));
	
write_doap_changes;
write_doap_changes_xml;

include 'Test::Signature';
auto_install;
WriteAll(
	'meta' => 1,
	'sign' => 1,
	);