Reign in (a little bit) the sprawling CRLF insanity on Win32
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Optional / Dependencies.pm
index a6cbb49..a21e99b 100644 (file)
@@ -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',
     },
   },