Raise revision number

This commit is contained in:
2025-09-07 19:47:18 +03:00
parent b97737cd5b
commit dcb0db5ed2
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Github repository
MODULE="XML::Parser"
# Get version using the MetaCPAN Rest API
VERSION=$(curl -s -L https://fastapi.metacpan.org/download_url/"$MODULE" | jq -r '.version')
echo "$VERSION"
+1 -1
View File
@@ -1,7 +1,7 @@
name: perl-xml-parser
description: A perl module for parsing xml documents
version: 2.47
revision: 3
revision: 4
url: https://github.com/chorny/XML-Parser
license: GPL,PerlArtistic
architecture: any