0.07_3 which works on FreeBSD (tests are still broken)
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 3 Jan 2006 16:42:06 +0000 (16:42 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 3 Jan 2006 16:42:06 +0000 (16:42 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@69 6e4b0b00-1209-0410-87b2-b275959b5705

Changes
Fuse.pm

diff --git a/Changes b/Changes
index c1115f6..43b06ab 100644 (file)
--- a/Changes
+++ b/Changes
@@ -39,3 +39,4 @@ Revision history for Perl extension Fuse.
       as possible (currently, non-threaded mode).
     - testsuite uses a multithreaded loopback.pl, when available.
     - Update docs accordingly.  Update examples accordingly.
+    - Works on FreeBSD with fuse4bsd http://fuse4bsd.creo.hu/
diff --git a/Fuse.pm b/Fuse.pm
index 71581a5..d4e09d9 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_2';
+our $VERSION = '0.07_3';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()