requires 'perl', '5.008005'; # not tested
requires 'Pod::Usage';
requires 'Getopt::Long';

requires 'JSON::PP';
requires 'LWP';
requires 'HTTP::Request::Common';

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