Skip to content

Commit b23ee76

Browse files
committed
fix -v short form of --version
1 parent c9a8997 commit b23ee76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HLL/Compiler.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ class HLL::Compiler {
306306

307307

308308
method command_eval(*@a, *%adverbs) {
309-
self.version if %adverbs<version>;
309+
self.version if %adverbs<version> || %adverbs<v>;
310310
self.show-config if %adverbs<show-config>;
311311
self.nqpevent(%adverbs<nqpevent>) if %adverbs<nqpevent>;
312312

0 commit comments

Comments
 (0)