aboutsummaryrefslogtreecommitdiff
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
parent3e2bdc1ce2cdaf774fa050411f2de546605db44d (diff)
stop use strict, superfluous since perl v5.12HEADmain
-rwxr-xr-xbin/biblatex-tidy1
-rwxr-xr-xbin/hedgedoc2quarto1
-rwxr-xr-xbin/xmp2rdfxml1
3 files changed, 0 insertions, 3 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/;
diff --git a/bin/hedgedoc2quarto b/bin/hedgedoc2quarto
index 5e2eb70..b2360d0 100755
--- a/bin/hedgedoc2quarto
+++ b/bin/hedgedoc2quarto
@@ -1,7 +1,6 @@
#!/usr/bin/perl
use v5.36;
-use strict;
use utf8;
=head1 NAME
diff --git a/bin/xmp2rdfxml b/bin/xmp2rdfxml
index 81011b9..05a567f 100755
--- a/bin/xmp2rdfxml
+++ b/bin/xmp2rdfxml
@@ -3,7 +3,6 @@
# extract XMP data from PDF file and unwrap as generic RDF/XML
use v5.36;
-use strict;
use PDF::API2;