diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-03 18:09:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-03 18:09:29 +0000 |
commit | de1d6dbb61cf492e66ff9733139fbe03c4407f6f (patch) | |
tree | 1f9a7d29a47b80ccc4261cdf9739b3f43fd90a4f /Master/tlpkg/TeXLive/TLTREE.pm | |
parent | ed62f6c3f3ff564e386dce340a538a14db5e22e9 (diff) |
doc, consistency
git-svn-id: svn://tug.org/texlive/trunk@47907 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLTREE.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLTREE.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm index 09599571ac1..5b67de191d1 100644 --- a/Master/tlpkg/TeXLive/TLTREE.pm +++ b/Master/tlpkg/TeXLive/TLTREE.pm @@ -13,9 +13,7 @@ if ($svnrev =~ m/: ([0-9]+) /) { } else { $_modulerevision = "unknown"; } -sub module_revision { - return $_modulerevision; -} +sub module_revision { return $_modulerevision; } use TeXLive::TLUtils; |