fix to test helper as proposed by ANDREWC@cpan.org (rt.cpan.org #17695)
[perl-fuse.git] / Fuse.pm
diff --git a/Fuse.pm b/Fuse.pm
index d9f7f9b..98821e1 100644 (file)
--- a/Fuse.pm
+++ b/Fuse.pm
@@ -28,7 +28,7 @@ our %EXPORT_TAGS = (
 our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
 our @EXPORT = ();
-our $VERSION = '0.07_3';
+our $VERSION = '0.07';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
@@ -79,7 +79,7 @@ sub main {
                        rename link chmod chown truncate utime open read write statfs
                        flush release fsync setxattr getxattr listxattr removexattr);
        my @subs = map {undef} @names;
-       my @validOpts = qw(ro allow_other default_permissions fsname use_ino);
+       my @validOpts = qw(ro allow_other default_permissions fsname use_ino nonempty);
        my $tmp = 0;
        my %mapping = map { $_ => $tmp++ } @names;
        my %optmap  = map { $_ => 1 } @validOpts;