summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/bibcop
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-11 21:25:48 +0000
committerKarl Berry <karl@freefriends.org>2024-01-11 21:25:48 +0000
commitf2a3f2cb0ec7ffe416f27f73866607d693195582 (patch)
tree1465d38564122b9278be4375a03cc7c11cb89c8f /Master/texmf-dist/scripts/bibcop
parent3b40d83631d67cf1f552d773de722741488ed40b (diff)
bibcop (11jan24)
git-svn-id: svn://tug.org/texlive/trunk@69378 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/bibcop')
-rwxr-xr-xMaster/texmf-dist/scripts/bibcop/bibcop.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/bibcop/bibcop.pl b/Master/texmf-dist/scripts/bibcop/bibcop.pl
index a9b20578950..081ac6bbdfb 100755
--- a/Master/texmf-dist/scripts/bibcop/bibcop.pl
+++ b/Master/texmf-dist/scripts/bibcop/bibcop.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# (The MIT License)
#
-# Copyright (c) 2022-2023 Yegor Bugayenko
+# Copyright (c) 2022-2024 Yegor Bugayenko
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the 'Software'), to deal
@@ -21,7 +21,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-# 2023-09-03 0.0.15
+# 2024-01-11 0.0.16
package bibcop;
use warnings;
@@ -861,7 +861,7 @@ if (@ARGV+0 eq 0 or exists $args{'--help'} or exists $args{'-?'}) {
" --latex Report errors in LaTeX format using \\PackageWarningNoLine command\n\n" .
"If any issues, report to GitHub: https://github.com/yegor256/bibcop");
} elsif (exists $args{'--version'} or exists $args{'-v'}) {
- info('0.0.15 2023-09-03');
+ info('0.0.16 2024-01-11');
} else {
my ($file) = grep { not($_ =~ /^-.*$/) } @ARGV;
if (not $file) {