diff --git a/dba/update-davical-database b/dba/update-davical-database index 3d843500..71b8580b 100755 --- a/dba/update-davical-database +++ b/dba/update-davical-database @@ -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;