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

WriteMakefile(

  NAME            => 'Data::Tools',
  VERSION_FROM    => 'lib/Data/Tools.pm',
  META_MERGE      => {
    'meta-spec' => { version => 2 },
    resources => {
      repository => {
        type => 'git',
        url  => 'https://github.com/cade-vs/perl-data-tools.git',
        web  => 'https://github.com/cade-vs/perl-data-tools',
      },
    },
  },
);