Skip to content

Commit

Permalink
Remove inclusion of Data::Dumper. Remove incorrect duplicate document…
Browse files Browse the repository at this point in the history
…ation

for readdir().
  • Loading branch information
demonfoo committed May 19, 2011
1 parent 4de9557 commit a52da2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Fuse.pm
Expand Up @@ -10,7 +10,6 @@ use Config;
require Exporter;
require DynaLoader;
use AutoLoader;
use Data::Dumper;
our @ISA = qw(Exporter DynaLoader);

# Items to export into callers namespace by default. Note: do not export
Expand Down Expand Up @@ -327,11 +326,6 @@ This is used to obtain directory listings. It's opendir(), readdir(), filldir()
example rv: return ('.', 'a', 'b', 0);
=head3 readdir
Arguments: Directory name, offset
Returns: filename, offset to the next dirent, numeric errno 0 or -ENOENT()
=head3 mknod
Arguments: Filename, numeric modes, numeric device
Expand Down

0 comments on commit a52da2e

Please sign in to comment.