From: Ian Jackson Date: Tue, 24 Apr 2018 19:14:07 +0000 (+0100) Subject: tcmdifgen: Replace deprecated `use IO;' with `use IO::File'. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=commitdiff_plain;h=7c7aefb572d979fac2ac44346304674a257ceb57 tcmdifgen: Replace deprecated `use IO;' with `use IO::File'. Signed-off-by: Ian Jackson --- 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'. --