0.13 release with FreeBSD, NetBSD and OS X support
[perl-fuse.git] / Fuse.pm
diff --git a/Fuse.pm b/Fuse.pm
index f8200e8..708fedf 100755 (executable)
--- 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