X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FOptional%2FDependencies.pm;h=a21e99be0a55a51b114575cc75b8c74cb209dcd9;hp=a6cbb49702f12da5cfd700633ac805223cd35b0d;hb=ffce4b65b2c49bbb04919766c376625d426542f7;hpb=e01862e481716a38079f38aa688f9a5c6317c449 diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm index a6cbb49..a21e99b 100644 --- a/lib/DBIx/Class/Optional/Dependencies.pm +++ b/lib/DBIx/Class/Optional/Dependencies.pm @@ -182,15 +182,10 @@ my $reqs = { }, }, - test_notabs => { - req => { - 'Test::NoTabs' => '0.9', - }, - }, - - test_eol => { + test_whitespace => { req => { 'Test::EOL' => '1.0', + 'Test::NoTabs' => '0.9', }, },