The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
requires 'perl', '5.008005';
requires 'JSON', '2.00';
requires 'LWP::Protocol::https';
requires 'LWP'; # for cpants :<

on test => sub {
    requires 'Test::More', '0.88';
};

on 'develop' => sub {
  requires 'Test::Pod';
  requires 'Test::Pod::Coverage';
};