diff options
author | Mitch Jackson <mitch@freeside.biz> | 2018-03-01 03:10:37 +0000 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2018-03-01 03:10:37 +0000 |
commit | a9efaa2d1efa2093b1856ef42ae4ac411a0a1954 (patch) | |
tree | d0b21a6e6918ca2de8961e8540f96fe1e7fe0603 /Makefile.PL | |
parent | c9f46ecbe418226cdc9649598120611e1d729c72 (diff) |
0.07 Use Truncate::Unicode
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index e791751..292d967 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,6 +16,7 @@ WriteMakefile( 'Business::BatchPayment' => 0, 'Moose' => 1.09, 'Test::More' => 0, + 'Unicode::Truncate' => 0.303, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Business-BatchPayment-Paymentech-*' }, |