X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-archimport.perl;h=bc32f18d6d9cbf915eb7797817390adbbc111506;hb=bd193f46b70fd3f8a55e2a8dcbb1fb2b4eec13d6;hp=98f3ede566a6cb0c902ce84795f7de8f8afbe633;hpb=4d9e42f8f11c57b32b976a943c8ddaf6214e64b8;p=git.git diff --git a/git-archimport.perl b/git-archimport.perl index 98f3ede56..bc32f18d6 100755 --- a/git-archimport.perl +++ b/git-archimport.perl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # # This tool is copyright (c) 2005, Martin Langhoff. # It is released under the Gnu Public License, version 2. @@ -54,6 +54,7 @@ and can contain multiple, unrelated branches. =cut +use 5.008; use strict; use warnings; use Getopt::Std;