Initial commit

This commit is contained in:
2025-10-25 14:32:29 +03:00
commit 44866ccc1f
4 changed files with 43 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Github repository
MODULE="Error"
# Get version using the MetaCPAN Rest API
VERSION=$(curl -s -L https://fastapi.metacpan.org/download_url/"$MODULE" | jq -r '.version')
echo "$VERSION"