texlive[69454] trunk: bibcop (16jan24)

commits+karl at tug.org commits+karl at tug.org
Tue Jan 16 22:27:20 CET 2024


Revision: 69454
          https://tug.org/svn/texlive?view=revision&revision=69454
Author:   karl
Date:     2024-01-16 22:27:20 +0100 (Tue, 16 Jan 2024)
Log Message:
-----------
bibcop (16jan24)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/bibcop/bibcop.pl
    trunk/Master/texmf-dist/doc/bibtex/bibcop/bibcop.pdf
    trunk/Master/texmf-dist/doc/man/man1/bibcop.1
    trunk/Master/texmf-dist/doc/man/man1/bibcop.man1.pdf
    trunk/Master/texmf-dist/scripts/bibcop/bibcop.pl
    trunk/Master/texmf-dist/source/bibtex/bibcop/bibcop.dtx
    trunk/Master/texmf-dist/tex/latex/bibcop/bibcop.sty

Modified: trunk/Build/source/texk/texlive/linked_scripts/bibcop/bibcop.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/bibcop/bibcop.pl	2024-01-16 18:32:08 UTC (rev 69453)
+++ trunk/Build/source/texk/texlive/linked_scripts/bibcop/bibcop.pl	2024-01-16 21:27:20 UTC (rev 69454)
@@ -21,7 +21,7 @@
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 # SOFTWARE.
 
-# 2024-01-12 0.0.17
+# 2024-01-16 0.0.18
 package bibcop;
 
 use warnings;
@@ -894,7 +894,7 @@
 }
 
 if (not basename($0) eq 'bibcop.pl') {
-  return 1;
+  goto END;
 }
 
 if (@ARGV+0 eq 0 or exists $args{'--help'} or exists $args{'-?'}) {
@@ -917,7 +917,7 @@
     "      --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.17 2024-01-12');
+  info('0.0.18 2024-01-16');
 } else {
   my ($file) = grep { not($_ =~ /^-.*$/) } @ARGV;
   if (not $file) {
@@ -957,5 +957,7 @@
   }
 }
 
+END:
+
 # In order to finish it with success:
 1;

Modified: trunk/Master/texmf-dist/doc/bibtex/bibcop/bibcop.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/man/man1/bibcop.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/bibcop.1	2024-01-16 18:32:08 UTC (rev 69453)
+++ trunk/Master/texmf-dist/doc/man/man1/bibcop.1	2024-01-16 21:27:20 UTC (rev 69454)
@@ -1,4 +1,4 @@
-.TH bibcop 1 "2024-01-12"
+.TH bibcop 1 "2024-01-16"
 .SH NAME
 bibcop \- Style Checker and Fixer of BibTeX Files (.bib)
 .SH SYNOPSIS

Modified: trunk/Master/texmf-dist/doc/man/man1/bibcop.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/scripts/bibcop/bibcop.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/bibcop/bibcop.pl	2024-01-16 18:32:08 UTC (rev 69453)
+++ trunk/Master/texmf-dist/scripts/bibcop/bibcop.pl	2024-01-16 21:27:20 UTC (rev 69454)
@@ -21,7 +21,7 @@
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 # SOFTWARE.
 
-# 2024-01-12 0.0.17
+# 2024-01-16 0.0.18
 package bibcop;
 
 use warnings;
@@ -894,7 +894,7 @@
 }
 
 if (not basename($0) eq 'bibcop.pl') {
-  return 1;
+  goto END;
 }
 
 if (@ARGV+0 eq 0 or exists $args{'--help'} or exists $args{'-?'}) {
@@ -917,7 +917,7 @@
     "      --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.17 2024-01-12');
+  info('0.0.18 2024-01-16');
 } else {
   my ($file) = grep { not($_ =~ /^-.*$/) } @ARGV;
   if (not $file) {
@@ -957,5 +957,7 @@
   }
 }
 
+END:
+
 # In order to finish it with success:
 1;

Modified: trunk/Master/texmf-dist/source/bibtex/bibcop/bibcop.dtx
===================================================================
--- trunk/Master/texmf-dist/source/bibtex/bibcop/bibcop.dtx	2024-01-16 18:32:08 UTC (rev 69453)
+++ trunk/Master/texmf-dist/source/bibtex/bibcop/bibcop.dtx	2024-01-16 21:27:20 UTC (rev 69454)
@@ -50,7 +50,7 @@
 %<package>\NeedsTeXFormat{LaTeX2e}
 %<package>\ProvidesPackage{bibcop}
 %<*package>
-[2024-01-12 0.0.17 Style Checker of Bibliography Files]
+[2024-01-16 0.0.18 Style Checker of Bibliography Files]
 %</package>
 %<*driver>
 \documentclass{ltxdoc}

Modified: trunk/Master/texmf-dist/tex/latex/bibcop/bibcop.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/bibcop/bibcop.sty	2024-01-16 18:32:08 UTC (rev 69453)
+++ trunk/Master/texmf-dist/tex/latex/bibcop/bibcop.sty	2024-01-16 21:27:20 UTC (rev 69454)
@@ -31,7 +31,7 @@
 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{bibcop}
-[2024-01-12 0.0.17 Style Checker of Bibliography Files]
+[2024-01-16 0.0.18 Style Checker of Bibliography Files]
 
 
 



More information about the tex-live-commits mailing list.