diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-10 14:57:12 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-14 11:10:49 +0100 |
commit | 863e8b2d548d95b89da068bd3361ce8131f77f55 (patch) | |
tree | 3f91d29758cee1c4324ba3fa0bbf002799d65060 /cpanfile | |
parent | 22226c7893167ebdb86363587cd1635a9b717ece (diff) |
Upgrade Path::Tiny to fix warning in perl 5.24.
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |