diff options
-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 |