The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install;

name 'Catalyst-Plugin-Geography';
all_from 'lib/Catalyst/Plugin/Geography.pm';

requires 'IP::Country::Fast';
requires 'Geography::Countries';
requires 'Class::Accessor::Fast';

WriteAll;