Skip to content

Commit

Permalink
bibcop (11jan24)
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@69378 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Jan 11, 2024
1 parent efc476a commit ed91ab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions texk/texlive/linked_scripts/bibcop/bibcop.pl
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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;
Expand Down Expand Up @@ -861,7 +861,7 @@ sub fail {
" --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) {
Expand Down

0 comments on commit ed91ab8

Please sign in to comment.