summaryrefslogtreecommitdiffstats
path: root/RPM4/lib
diff options
context:
space:
mode:
authornanardon <nanardon@971eb68f-4bfb-0310-8326-d2484c010a4c>2005-10-19 05:48:49 +0000
committernanardon <nanardon@971eb68f-4bfb-0310-8326-d2484c010a4c>2005-10-19 05:48:49 +0000
commit8404a73e4a0037ff0f9a93baec63a62e2efefa74 (patch)
tree7186bb93e9a53dcbb78bec2deaffad4021e7c58a /RPM4/lib
parent1b80b02d7a89cf5d208ee92aa157ddd576cee62f (diff)
downloadperl-RPM4-8404a73e4a0037ff0f9a93baec63a62e2efefa74.tar
perl-RPM4-8404a73e4a0037ff0f9a93baec63a62e2efefa74.tar.gz
perl-RPM4-8404a73e4a0037ff0f9a93baec63a62e2efefa74.tar.bz2
perl-RPM4-8404a73e4a0037ff0f9a93baec63a62e2efefa74.tar.xz
perl-RPM4-8404a73e4a0037ff0f9a93baec63a62e2efefa74.zip
- fix doc
git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@47 971eb68f-4bfb-0310-8326-d2484c010a4c
Diffstat (limited to 'RPM4/lib')
-rw-r--r--RPM4/lib/RPM4/Header/Files.pm18
1 files 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<RPM4::Header>