CPAN release 0.07 0.07
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 6 Jun 2006 14:23:44 +0000 (14:23 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 6 Jun 2006 14:23:44 +0000 (14:23 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@95 6e4b0b00-1209-0410-87b2-b275959b5705

Fuse.pm
README

diff --git a/Fuse.pm b/Fuse.pm
index 0cf4433..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_4';
+our $VERSION = '0.07';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
diff --git a/README b/README
index 30f1c84..1fc07ac 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Fuse version 0.06
+Fuse version 0.07
 =================
 
 Fuse is combination of Linux kernel module and user space library which
@@ -12,6 +12,7 @@ database as file system, but there will be more.
 This is a pre-production release.  It seems to work quite well.  In fact, I
 can't find any problems with it whatsoever.  If you do, I want to know.
 
+Support for FreeBSD is experimental, so expect tests to fail.
 
 INSTALLATION