diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-04 13:39:31 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-04 13:39:31 +0100 |
commit | a123e7da22e9dbf8d98d15287526d070ab15bf15 (patch) | |
tree | 34d6d1170fe594e22b43290c6d1e155aad044e57 /t/i18n.t | |
parent | b816cd81fea58adcad5ae216b4dfe9030dad40aa (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 't/i18n.t')
-rw-r--r-- | t/i18n.t | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ use strict; use warnings; +use utf8; use Test::More; |