bump version 0.05
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 20 Mar 2005 00:41:27 +0000 (00:41 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 20 Mar 2005 00:41:27 +0000 (00:41 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl/trunk@12 6e4b0b00-1209-0410-87b2-b275959b5705

Fuse.pm
MANIFEST
README

diff --git a/Fuse.pm b/Fuse.pm
index 9b7ae96..e7bf1e0 100644 (file)
--- a/Fuse.pm
+++ b/Fuse.pm
@@ -28,7 +28,7 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 our @EXPORT = qw(
        FUSE_DEBUG
 );
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
index 3012c02..cbb47d8 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -5,3 +5,4 @@ Makefile.PL
 MANIFEST
 README
 test.pl
+META.yml                                 Module meta-data (added by MakeMaker)
diff --git a/README b/README
index 691eb0b..bac7fed 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Fuse version 0.04
+Fuse version 0.05
 =================
 
 This is a test release.  It seems to work quite well.  In fact, I can't
@@ -18,6 +18,7 @@ To install this module type the standard commands as root:
 DEPENDENCIES
 
 This module requires the FUSE userspace library and the FUSE kernel module.
+See http://fuse.sourceforge.net/
 
 
 COPYRIGHT AND LICENCE