From 815d7bd5249ac0528d3ce8dbf99e2d1883de252f Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Wed, 23 Aug 2023 17:04:46 +0300 Subject: [PATCH] #51 set version to the .pl file --- .github/workflows/l3build.yml | 1 + bibcop.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/l3build.yml b/.github/workflows/l3build.yml index 1f5deeb..3b2c93c 100644 --- a/.github/workflows/l3build.yml +++ b/.github/workflows/l3build.yml @@ -22,6 +22,7 @@ jobs: package-file: DEPENDS.txt - run: l3build ctan --show-log-on-error --halt-on-error - run: ./tests.pl + - run: sed -i "s/0\.0\.0/$(date +%Y-%m-%d-%H-%M)/g" build/distrib/tds/tex/latex/bibcop.pl - uses: JamesIves/github-pages-deploy-action@v4.4.3 with: branch: gh-pages diff --git a/bibcop.pl b/bibcop.pl index 4a9026d..34021c6 100755 --- a/bibcop.pl +++ b/bibcop.pl @@ -21,6 +21,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. +# 0.0.0 package bibcop; use warnings;