Skip to content

Instantly share code, notes, and snippets.

@ology
Created March 28, 2023 17:50
Show Gist options
  • Save ology/ff53254a68c543fcbc8dd2eb543082d5 to your computer and use it in GitHub Desktop.
Save ology/ff53254a68c543fcbc8dd2eb543082d5 to your computer and use it in GitHub Desktop.
kd: Why do you say 5.32 is required?
gene@mopey:~/sandbox/Groove-Tool main ▸ perlver ./lib/Groovetool.pm
---------------------------------------------------
| file | explicit | syntax | external |
| --------------------------------------------------- |
| ./lib/Groovetool.pm | ~ | v5.14.0 | n/a |
| --------------------------------------------------- |
| Minimum explicit version : ~ |
| Minimum syntax version : v5.14.0 |
| Minimum version of perl : v5.14.0 |
---------------------------------------------------
gene@mopey:~/sandbox/Groove-Tool main ▸ perlver groovetool.pl
---------------------------------------------
| file | explicit | syntax | external |
| --------------------------------------------- |
| groovetool.pl | ~ | v5.10.0 | n/a |
| --------------------------------------------- |
| Minimum explicit version : ~ |
| Minimum syntax version : v5.10.0 |
| Minimum version of perl : v5.10.0 |
---------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment