The -w option doesn't work so well with /usr/bin/env

This commit is contained in:
Andrew McMillan 2009-12-04 23:01:00 +13:00
parent 3e3aaf1494
commit 97d7faee32

View File

@ -1,9 +1,10 @@
#!/usr/bin/env perl -w
#!/usr/bin/env perl
#
# Update the DAViCal database by repeatedly applying patches to it
# in the correct order.
#
use warnings;
use strict;
use DBI;