chiark / gitweb /
tcmdifgen: Replace deprecated `use IO;' with `use IO::File'.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 24 Apr 2018 19:14:07 +0000 (20:14 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 24 Apr 2018 19:20:08 +0000 (20:20 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
base/tcmdifgen
debian/changelog

index f94479994410c8a3ee608bb41ea7d584354d6dce..c85161d0e93d3e56b90e19e88ba3c42a27252a3b 100755 (executable)
 #  and the two predefined types `int' (C `int') and `obj' (Tcl_Obj*,
 #  unmodified.)  The corresponding definitions are in tcmdiflib.c.
 
 #  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');
 use Data::Dumper;
 
 parse('builtins','DATA');
index a0a5d5a19a9625a7cb11668b61f0acc5072bc9f6..eb8a4ceb841abc4e8f64277c97b053f45cea70cf 100644 (file)
@@ -1,6 +1,7 @@
 chiark-tcl (1.2.2~) unstable; urgency=medium
 
 chiark-tcl (1.2.2~) unstable; urgency=medium
 
-  * 
+  tcmdifgen:
+  * Replace deprecated `use IO;' with `use IO::File'.
 
  --
 
 
  --