Skip to content

Commit

Permalink
Revert "Reissuing as 0.15.1, due to package scanning issues."
Browse files Browse the repository at this point in the history
This reverts commit 53d7a8b.
  • Loading branch information
demonfoo committed Apr 26, 2012
1 parent 53d7a8b commit 7f25045
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,3 @@ Revision history for Perl extension Fuse.
- Improve compatibility with Fuse4X.
- Improve future compatibility with non-Linux FUSE 2.8
implementations.

0.15.1
- Reissuing release after workaround for "test::helper" ownership
conflict, added by Dobrica.
2 changes: 1 addition & 1 deletion Fuse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ our %EXPORT_TAGS = (
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );

our @EXPORT = ();
our $VERSION = '0.15.1';
our $VERSION = '0.15';

sub AUTOLOAD {
# This AUTOLOAD is used to 'autoload' constants from the constant()
Expand Down

0 comments on commit 7f25045

Please sign in to comment.