From 32561354c2999bd87b0d0e06ae1bbcf9ce531ee2 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Fri, 28 Jul 2023 15:11:07 -0700 Subject: [PATCH] Removed File::Slurp as it was never needed. --- src/misc/snavig.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/misc/snavig.pl b/src/misc/snavig.pl index 295b736..b96b7d6 100755 --- a/src/misc/snavig.pl +++ b/src/misc/snavig.pl @@ -26,9 +26,6 @@ # 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. @@ -38,7 +35,6 @@ use warnings; 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); -- 2.34.1