diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-16 19:02:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-16 19:02:29 +0000 |
commit | 326ab4f68b8d280e51a3c2fdc1fd8b425e2e86de (patch) | |
tree | f0d8892920da43b0dfa16613870c8f55b43703cc /Master/tlpkg/TeXLive/TLPOBJ.pm | |
parent | caca30d665458ce580b669527293c073ab431661 (diff) |
pod tweaks
git-svn-id: svn://tug.org/texlive/trunk@16743 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPOBJ.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPOBJ.pm | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm index 152a2a21c83..1791cf81635 100644 --- a/Master/tlpkg/TeXLive/TLPOBJ.pm +++ b/Master/tlpkg/TeXLive/TLPOBJ.pm @@ -725,17 +725,10 @@ sub total_size { } -=pod - -=over - -=item C<update_from_catalogue($tlc)> - -Update the current TLPOBJ object with the information from the -corresponding entry in C<$tlc->entries>. - -=cut - +# update_from_catalogue($tlc) +# Update the current TLPOBJ object with the information from the +# corresponding entry in C<$tlc->entries>. +# sub update_from_catalogue { my ($self, $tlc) = @_; |