X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Fuse.pm;fp=Fuse.pm;h=5b2459f581074e6c8626977ca1742f1b267180c5;hb=88267f8843a5f05f43c47784c57e15b4284fe6e5;hp=37fd364af34baac5157d8bb97de8920a830fe560;hpb=0af00fa5729e174d5c143b1b556cb81d9931d4fa;p=perl-fuse.git diff --git a/Fuse.pm b/Fuse.pm index 37fd364..5b2459f 100644 --- a/Fuse.pm +++ b/Fuse.pm @@ -21,14 +21,14 @@ our @ISA = qw(Exporter DynaLoader); # 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.08'; +our $VERSION = '0.09_1'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant()