--- perl-llin/Fuse.pm 2006/05/23 15:38:12 91 +++ perl-llin/Fuse.pm 2007/11/15 09:33:07 113 @@ -21,14 +21,14 @@ # If you do not need this, moving things directly into @EXPORT or @EXPORT_OK # will save memory. our %EXPORT_TAGS = ( - 'all' => [ qw(XATTR_CREATE XATTR_REPLACE) ], + 'all' => [ qw(XATTR_CREATE XATTR_REPLACE fuse_get_context) ], 'xattr' => [ qw(XATTR_CREATE XATTR_REPLACE) ] ); our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); our @EXPORT = (); -our $VERSION = '0.07_4'; +our $VERSION = '0.09'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant()