diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-12-04 10:14:48 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-12-04 10:14:48 +0900 |
| commit | 4c1b7e364e59107d7d460602abf0ac616f146631 (patch) | |
| tree | 6fc7c76c426ac936a0e607c50720a80e0c023789 /git-svn.perl | |
| parent | Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands' (diff) | |
| parent | gitweb: make use of s///r (diff) | |
| download | git-4c1b7e364e59107d7d460602abf0ac616f146631.tar.gz git-4c1b7e364e59107d7d460602abf0ac616f146631.zip | |
Merge branch 'bc/drop-ancient-libcurl-and-perl'
Drop support for older libcURL and Perl.
* bc/drop-ancient-libcurl-and-perl:
gitweb: make use of s///r
Require Perl 5.26.0
INSTALL: document requirement for libcurl 7.61.0
git-curl-compat: remove check for curl 7.56.0
git-curl-compat: remove check for curl 7.53.0
git-curl-compat: remove check for curl 7.52.0
git-curl-compat: remove check for curl 7.44.0
git-curl-compat: remove check for curl 7.43.0
git-curl-compat: remove check for curl 7.39.0
git-curl-compat: remove check for curl 7.34.0
git-curl-compat: remove check for curl 7.25.0
git-curl-compat: remove check for curl 7.21.5
Diffstat (limited to 'git-svn.perl')
| -rwxr-xr-x | git-svn.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-svn.perl b/git-svn.perl index 01e7a70de1..9c7c629932 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2006, Eric Wong <normalperson@yhbt.net> # License: GPL v2 or later -use 5.008001; +require v5.26; use warnings $ENV{GIT_PERL_FATAL_WARNINGS} ? qw(FATAL all) : (); use strict; use vars qw/ $AUTHOR $VERSION |
