diff --git a/Changes b/Changes index 379f9c9..57d7e64 100644 --- a/Changes +++ b/Changes @@ -63,10 +63,10 @@ Revision history File::Slurp and save memory due to not making a copy Thanks to Peter Edwards - read_file in list mode keeps data tainted - Thanks to S�bastien Aperghis-Tramoni + Thanks to Sébastien Aperghis-Tramoni - read_file checks for an overloaded object to get the file name. - Thanks to S�bastien Aperghis-Tramoni + Thanks to Sébastien Aperghis-Tramoni 9999.13 Tue Oct 10 02:04:51 EDT 2006 - Refactored the extras/slurp_bench.pl script. It has options, diff --git a/extras/slurp_bench.pl b/extras/slurp_bench.pl old mode 100755 new mode 100644 index 68eb5fd..6c4bca9 --- a/extras/slurp_bench.pl +++ b/extras/slurp_bench.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl use strict ; use warnings ; diff --git a/lib/File/Slurp.pm b/lib/File/Slurp.pm old mode 100755 new mode 100644