From: Ævar Arnfjörð Bjarmason Date: Wed, 21 Apr 2010 00:17:05 +0000 (+0000) Subject: This script requires perl 5.10 X-Git-Tag: live~6378^2~8 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/0191549033bd56ed6e87a081de1924606426fa1e?ds=sidebyside This script requires perl 5.10 --- diff --git a/script/misc/update-wiki-pages b/script/misc/update-wiki-pages index c8fe83fb2..ffb11052e 100644 --- a/script/misc/update-wiki-pages +++ b/script/misc/update-wiki-pages @@ -1,4 +1,5 @@ #!/usr/bin/env perl +use 5.010; use strict; use warnings;