They are used by SQL::Abstract::Test, and modules that test-depend on
that shouldn't have to explicitly depend on Test::Deep themselves.
Revision history for SQL::Abstract
+ - Add runtime dependency on Test::Deep and Test::Builder::Module for
+ SQL::Abstract::Test (RT#131623)
+
1.86 - 2018-07-09
- Remove obsolete documentation about arrayrefref as the $source
argument for ->select (removed in version 1.74)
'Test::More' => '0.88',
'Test::Exception' => '0.31',
'Test::Warn' => '0',
- 'Test::Deep' => '0.101',
'Storable' => '0', # for cloning in tests
},
},
'Hash::Merge' => '0.12',
'Text::Balanced' => '2.00',
'perl' => '5.006',
+ # Used by SQL::Abstract::Test
+ 'Test::Deep' => '0.101',
+ 'Test::Builder::Module' => '0.84',
},
},
develop => {