Skip to content

Commit 65652cd

Browse files
committed
tell perl_version
1 parent 1f2dac8 commit 65652cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

+stdlib/platform_tell.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
raw.dotnet_version = stdlib.dotnet_version();
2525
end
2626

27+
if stdlib.has_perl()
28+
raw.perl_version = stdlib.perl_version();
29+
raw.perl_exe = stdlib.perl_exe();
30+
end
31+
2732
pv = stdlib.python_version();
2833
if ~isempty(pv)
2934
raw.python_version = sprintf('%d.%d.%d', pv(1), pv(2), pv(3));

0 commit comments

Comments
 (0)