2 use ExtUtils::MakeMaker;
4 my $has_tr = $ExtUtils::MakeMaker::VERSION >= 6.64;
5 my @tr = (($has_tr ? 'TEST_REQUIRES' : 'BUILD_REQUIRES') => {
6 qw/Test::RequiresInternet 0/,
10 NAME => 'WebService::TDWTF',
11 VERSION_FROM => 'lib/WebService/TDWTF.pm',
12 ABSTRACT_FROM => 'lib/WebService/TDWTF.pm',
13 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
14 MIN_PERL_VERSION => '5.14.0',
18 qw/Class::Accessor::Fast 0
25 repository => 'https://git.ieval.ro/?p=webservice-tdwtf.git',