aboutsummaryrefslogtreecommitdiff
path: root/bin/biblatex-tidy
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-09-16 10:09:05 +0200
committerJonas Smedegaard <dr@jones.dk>2024-09-16 10:09:05 +0200
commit2a3eeb790824722e2d3232a19d08625a729ef9e8 (patch)
tree3b0d43566c6571ac67688dc41d17995c69e02ca8 /bin/biblatex-tidy
parent3e2bdc1ce2cdaf774fa050411f2de546605db44d (diff)
stop use strict, superfluous since perl v5.12HEADmain
Diffstat (limited to 'bin/biblatex-tidy')
-rwxr-xr-xbin/biblatex-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/biblatex-tidy b/bin/biblatex-tidy
index 43fa9df..7b6272a 100755
--- a/bin/biblatex-tidy
+++ b/bin/biblatex-tidy
@@ -5,7 +5,6 @@
# Depends: bibclean libipc-run3-perl libpath-tiny-perl
use v5.36;
-use strict;
use IPC::Run3 qw/run3/;