# source code for use on a PDP10. This version is meant to be called
# from the Unix Frotz's top level Makefile and work on the files present.
-# This requires File::Slurp, which is typically not installed by default.
-# Debian: sudo apt-get install libfile-slurp-perl
-
# TODO: Save the names of header files that need to be shortened. Then
# go through the .c files and shorten them there too.
use Cwd;
use File::Copy;
-use File::Slurp qw(edit_file_lines);
use File::Basename;
use File::Temp qw(tempfile);
use Getopt::Long qw(:config no_ignore_case);