chiark / gitweb /
tcmdifgen: Replace deprecated `use IO;' with `use IO::File'.
[chiark-tcl.git] / base / tcmdifgen
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.
 
-use IO;
+use IO::File;
 use Data::Dumper;
 
 parse('builtins','DATA');