summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-18 10:28:47 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-18 10:28:47 -0700
commitb1f598d60edda5817d2d8eb62ada324182bd746d (patch)
tree309b4cc99938d083cfc51477ceb725254211c9d7 /hooks
parent95b070c06626235caa656ebf52f1b7d7f0e24642 (diff)
downloaddotfiles-b1f598d60edda5817d2d8eb62ada324182bd746d.tar.gz
chained_hook shouldn't need newer perl either
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/git/chained_hook1
1 files changed, 0 insertions, 1 deletions
diff --git a/hooks/git/chained_hook b/hooks/git/chained_hook
index ad6a422e..2030e3ac 100755
--- a/hooks/git/chained_hook
+++ b/hooks/git/chained_hook
@@ -24,7 +24,6 @@
# hook you want to chain) and then add your hooks as
# .git/hooks/pre-push_01foo, .git/hooks/pre-push_02bar etc.
-use 5.028;
use strict;
use warnings;