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 | |
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')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPOBJ.pm | 15 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLPaper.pm | 4 | ||||
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 3 |
3 files changed, 9 insertions, 13 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) = @_; diff --git a/Master/tlpkg/TeXLive/TLPaper.pm b/Master/tlpkg/TeXLive/TLPaper.pm index 1f7d8acc392..080b191622a 100644 --- a/Master/tlpkg/TeXLive/TLPaper.pm +++ b/Master/tlpkg/TeXLive/TLPaper.pm @@ -1,6 +1,6 @@ # $Id$ # TeXLive::TLPaper.pm - query/modify paper sizes for our various programs -# Copyright 2008, 2009 Norbert Preining +# Copyright 2008, 2009, 2010 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # @@ -671,6 +671,8 @@ sub paper_do_simple { } } +=back +=cut 1; ### Local Variables: diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 27c02aa7bc5..7a090fd85f5 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -3359,8 +3359,9 @@ sub parse_line { -1; =back +=cut +1; __END__ =head1 SEE ALSO |