summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index b73c790..e52f40d 100644
--- a/cpanfile
+++ b/cpanfile
@@ -4,5 +4,6 @@ on 'test' => sub {
requires 'Test::More', '0.98';
requires 'Test::MockObject';
requires 'Test::Exception';
+ requires 'Test::Differences';
};