summaryrefslogtreecommitdiff
path: root/cpanfile
diff options
context:
space:
mode:
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile
index 6e534ba..5d9a27b 100644
--- a/cpanfile
+++ b/cpanfile
@@ -5,7 +5,7 @@ requires 'Exporter::Tidy';
on test => sub {
requires 'Test::Differences';
- requires 'Test::More', '0.88';
+ requires 'Test::More';
};
# vim: ft=perl