chiark / gitweb /
nailing-cargo: Use TOML::Tiny::Faithful
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 4 May 2020 00:40:05 +0000 (01:40 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 6 May 2020 19:29:34 +0000 (20:29 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
nailing-cargo

index 45197954cb9e1a2e5765f950417097ae10ee04e4..1b6a303cf632cfc2f0e9c18b73398a023f782b94 100755 (executable)
@@ -40,7 +40,7 @@
 #    subdir
 
 use strict;
-use TOML::Tiny;
+use TOML::Tiny::Faithful;
 use POSIX;
 use Fcntl qw(LOCK_EX);
 use File::Compare;