summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-01-28 14:08:55 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-01-28 14:08:55 +0000
commit99e9c3e4c51de443b7e7dd771f34dd0ba35c4c82 (patch)
tree98ac5575a446de2f812fec46ad30537c3c9aaa81 /t
parentb8ba05c1f8c5896bc6ae7ecb44eda41eb9a13a8c (diff)
downloadperl-99e9c3e4c51de443b7e7dd771f34dd0ba35c4c82.tar.gz
Add Module-CoreList check to t/porting/corelist.t
Manually backported from commit 1524a56aaa5d246d02ca951a4de771af3d9c2a54.
Diffstat (limited to 't')
-rw-r--r--t/porting/corelist.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/porting/corelist.t b/t/porting/corelist.t
index bff1b69bc1..251a2603cc 100644
--- a/t/porting/corelist.t
+++ b/t/porting/corelist.t
@@ -8,10 +8,11 @@ use Config;
require 't/test.pl';
-plan(tests => 5);
+plan(tests => 6);
use_ok('Module::CoreList');
use_ok('Module::CoreList::Utils');
+use_ok('Module::CoreList::TieHashDelta');
{
no warnings 'once';