use #!/usr/bin/env rather than /bin/env
[spider.git] / perl / cluster.pl
index 3d38f9c2a486609f0bfe1eb32399425d0ff2a12d..e64f558691c76ad1b18d8ed62863dca478dfbdd2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 #
 # This is the DX cluster 'daemon'. It sits in the middle of its little
 # web of client routines sucking and blowing data where it may.
@@ -11,6 +11,7 @@
 #
 
 require 5.10.1;
+use warnings;
 
 # make sure that modules are searched in the order local then perl
 BEGIN {