Initial commit

This commit is contained in:
2025-09-30 19:41:56 +03:00
commit 9f0f4a79f9
4 changed files with 48 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Github repository
MODULE="IO::Tty"
# Get version using the MetaCPAN Rest API
VERSION=$(curl -s -L https://fastapi.metacpan.org/download_url/"$MODULE" | jq -r '.version')
echo "$VERSION"