From 3927b707bd00290ca84af36c8b070378a1482113 Mon Sep 17 00:00:00 2001 From: "henryk@ploetzli.ch" Date: Fri, 28 Aug 2009 07:31:36 +0000 Subject: [PATCH] Our windows perl doesn't like use strict --- tools/mkversion.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/mkversion.pl b/tools/mkversion.pl index 1c4dfcd9..4b771517 100644 --- a/tools/mkversion.pl +++ b/tools/mkversion.pl @@ -4,8 +4,6 @@ # but this will, at least in theory, also work on Windows with our current compile environment. # -- Henryk Plötz 2009-09-28 -use strict; - my $main_dir = shift; # Clear environment locale so that svn will not use localized strings -- 2.39.2