From 8404a73e4a0037ff0f9a93baec63a62e2efefa74 Mon Sep 17 00:00:00 2001 From: nanardon Date: Wed, 19 Oct 2005 05:48:49 +0000 Subject: - fix doc git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@47 971eb68f-4bfb-0310-8326-d2484c010a4c --- RPM4/lib/RPM4/Header/Files.pm | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/RPM4/lib/RPM4/Header/Files.pm b/RPM4/lib/RPM4/Header/Files.pm index dd315d8..79b5e46 100644 --- a/RPM4/lib/RPM4/Header/Files.pm +++ b/RPM4/lib/RPM4/Header/Files.pm @@ -32,30 +32,34 @@ Hdlist::Header::Files - A set of files and directories =head1 METHODS -=head2 $files->count() +=head2 count() Return the number of files contained by this set. -=head2 $files->countdir() +=head2 countdir() Return the number of directories contained by this set. -=head2 $files->init() +=head2 init() Reset internal files index and set it to -1. -=head2 $files->initdir() +=head2 initdir() Reset internal directories index and set it to -1. -=head2 $deps->next() +=head2 next() Set current file to the next one in the set. -=head2 $deps->nextdir() +=head2 nextdir() Set current directory to the next one in the set. -=head2 $files->move($index) +=head2 move($index) Move internal file index to $index (0 by default). + +=head1 SEE ALSO + +L -- cgit v1.2.1