X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-cvsimport.perl;h=d27abfe7f32ef47ee8b613293110147ca3006575;hb=351fa1dc9fac3fc88895f30e6ef59e09ceb68bef;hp=7ab7bbc9ea324021241c4f4779e66f320c7f0ed8;hpb=e6202dfe0021e2662eb4e19e6d01e33081608b5e;p=git.git diff --git a/git-cvsimport.perl b/git-cvsimport.perl index 7ab7bbc9e..d27abfe7f 100755 --- a/git-cvsimport.perl +++ b/git-cvsimport.perl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # This tool is copyright (c) 2005, Matthias Urlichs. # It is released under the Gnu Public License, version 2. @@ -13,6 +13,7 @@ # The head revision is on branch "origin" by default. # You can change that with the '-o' option. +use 5.008; use strict; use warnings; use Getopt::Long;