Initial commit

This commit is contained in:
2026-03-22 11:36:19 +02:00
commit 4c9954f36b
4 changed files with 52 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Github repository
MODULE="File::ShareDir::Install"
# Get version using the MetaCPAN Rest API
VERSION=$(curl -s -L https://fastapi.metacpan.org/download_url/"$MODULE" | jq -r '.version')
echo "$VERSION"