added Chris, bump version to 0.09 0.09
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 15 Nov 2007 09:33:07 +0000 (09:33 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 15 Nov 2007 09:33:07 +0000 (09:33 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@113 6e4b0b00-1209-0410-87b2-b275959b5705

AUTHORS
Fuse.pm

diff --git a/AUTHORS b/AUTHORS
index c73ae67..fed923c 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -8,3 +8,4 @@ Mark Wilkinson <mark.wilkinson@2pmtech.com> - added mount options
 Csaba Henk <csaba.henk@creo.hu> - update to API 25
 Vladimir V. Kolpakov <w@sfgate.com> - contributed cleanup for warnings
 Andrew Chadwick <andrewc@cpan.org> - fixes for Ubuntu and dh-make-perl (fakeroot)
+Chris Dolan <cdolan@cpan.org> - fixes for MacFuse 1.1.0
diff --git a/Fuse.pm b/Fuse.pm
index 5b2459f..8d9bd27 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.09_1';
+our $VERSION = '0.09';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()