X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=git-cvsimport.perl;h=d27abfe7f32ef47ee8b613293110147ca3006575;hb=98acf75985d15e8c53f1dfa1721b1e1128101737;hp=7ab7bbc9ea324021241c4f4779e66f320c7f0ed8;hpb=d4c436975214d8f94d38f9be0ef709b4714fc821;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;