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

use strict;
use warnings;

name            'Data-Annotated';
perl_version    '5.006';
all_from        'lib/Data/Annotated.pm';

requires        'Data::Path'    => '1.0';

build_requires  'Test::More'    => '0.7';

auto_install;
WriteAll;