From 7c7aefb572d979fac2ac44346304674a257ceb57 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 24 Apr 2018 20:14:07 +0100 Subject: [PATCH 1/1] tcmdifgen: Replace deprecated `use IO;' with `use IO::File'. Signed-off-by: Ian Jackson --- base/tcmdifgen | 2 +- debian/changelog | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/base/tcmdifgen b/base/tcmdifgen index f944799..c85161d 100755 --- a/base/tcmdifgen +++ b/base/tcmdifgen @@ -151,7 +151,7 @@ # and the two predefined types `int' (C `int') and `obj' (Tcl_Obj*, # unmodified.) The corresponding definitions are in tcmdiflib.c. -use IO; +use IO::File; use Data::Dumper; parse('builtins','DATA'); diff --git a/debian/changelog b/debian/changelog index a0a5d5a..eb8a4ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ chiark-tcl (1.2.2~) unstable; urgency=medium - * + tcmdifgen: + * Replace deprecated `use IO;' with `use IO::File'. -- -- 2.30.2