aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-10-04 13:39:31 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-10-04 13:39:31 +0100
commita123e7da22e9dbf8d98d15287526d070ab15bf15 (patch)
tree34d6d1170fe594e22b43290c6d1e155aad044e57 /cpanfile
parentb816cd81fea58adcad5ae216b4dfe9030dad40aa (diff)
Add perl 5.26/5.28 support.
Upgrade a couple of modules, deal with '.' not present in @INC, captures returning undef rather than '', and a test.
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index aa0224c84..7c6330bbf 100644
--- a/cpanfile
+++ b/cpanfile
@@ -14,6 +14,8 @@ requires 'aliased', '0.34';
requires 'Net::SSLeay', '1.81';
requires 'Module::ScanDeps', '1.24';
requires 'CGI', '4.38';
+requires 'Lingua::EN::Tagger', '0.27';
+requires 'Params::Classify', '0.014';
# Catalyst itself, and modules/plugins used
requires 'Catalyst', '5.80031';