Initial commit

This commit is contained in:
2026-05-23 10:18:07 +03:00
commit a6b4f2b24a
4 changed files with 50 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Github repository
MODULE="XML::NamespaceSupport"
# Get version using the MetaCPAN Rest API
VERSION=$(curl -s -L https://fastapi.metacpan.org/download_url/"$MODULE" | jq -r '.version')
echo "$VERSION"