X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Fuse.pm;h=708fedf05bd5a9499da7b03fc4da21632c4356d2;hb=31182c178f220b87b77886bcbd34819502e67f34;hp=f8200e8f50e4ab5bfd552dcd31861def0c927939;hpb=4de9557258b861a2107951316063fd383894194d;p=perl-fuse.git diff --git a/Fuse.pm b/Fuse.pm index f8200e8..708fedf 100755 --- a/Fuse.pm +++ b/Fuse.pm @@ -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 @@ -28,7 +27,7 @@ our %EXPORT_TAGS = ( our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); our @EXPORT = (); -our $VERSION = '0.11'; +our $VERSION = '0.13'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() @@ -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