diff options
Diffstat (limited to 'RPM4/lib')
-rw-r--r-- | RPM4/lib/RPM4/Header/Files.pm | 18 |
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> |