aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-07-10 14:57:12 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-07-14 11:10:49 +0100
commit863e8b2d548d95b89da068bd3361ce8131f77f55 (patch)
tree3f91d29758cee1c4324ba3fa0bbf002799d65060 /cpanfile
parent22226c7893167ebdb86363587cd1635a9b717ece (diff)
Upgrade Path::Tiny to fix warning in perl 5.24.
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile
index 40d1e885c..60bb5ab5c 100644
--- a/cpanfile
+++ b/cpanfile
@@ -110,7 +110,7 @@ requires 'Algorithm::Diff';
# Modules used by CSS & watcher
requires 'CSS::Sass';
requires 'File::ChangeNotify';
-requires 'Path::Tiny';
+requires 'Path::Tiny', '0.104';
requires 'File::Find::Rule';
# Modules used by the test suite