From: henryk@ploetzli.ch Date: Fri, 28 Aug 2009 07:31:36 +0000 (+0000) Subject: Our windows perl doesn't like use strict X-Git-Tag: v1.0.0~507 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/3927b707bd00290ca84af36c8b070378a1482113 Our windows perl doesn't like use strict --- 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