Use "use warnings" rather than -w on the #! line.
[rsync/rsync-patches.git] / checksum-reading.diff
index 4ad2250..03fed2c 100644 (file)
@@ -806,9 +806,10 @@ diff --git a/support/rsyncsums b/support/rsyncsums
 new file mode 100755
 --- /dev/null
 +++ b/support/rsyncsums
-@@ -0,0 +1,201 @@
-+#!/usr/bin/perl -w
+@@ -0,0 +1,202 @@
++#!/usr/bin/perl
 +use strict;
++use warnings;
 +
 +use Getopt::Long;
 +use Cwd qw(abs_path cwd);