Use "use warnings" rather than -w on the #! line.
[rsync/rsync-patches.git] / db.diff
diff --git a/db.diff b/db.diff
index e313525..479fd6b 100644 (file)
--- a/db.diff
+++ b/db.diff
@@ -1068,9 +1068,10 @@ diff --git a/support/rsyncdb b/support/rsyncdb
 new file mode 100755
 --- /dev/null
 +++ b/support/rsyncdb
-@@ -0,0 +1,331 @@
-+#!/usr/bin/perl -w
+@@ -0,0 +1,332 @@
++#!/usr/bin/perl
 +use strict;
++use warnings;
 +
 +use DBI;
 +use Getopt::Long;