Skip to content
Personal
Open source
Business
Explore
Sign up
Sign in
Pricing
Blog
Support
Search GitHub
This repository
Watch
5
Star
27
Fork
12
dpavlin
/
perl-fuse
Code
Pull requests
4
Projects
0
Pulse
Graphs
bumping up next version to 0.160.2 (fixes RT#92865)
#23
Open
garu
wants to merge 1 commit into
dpavlin
:
master
base:
master
from
garu
:
garu/version_update_2
Conversation
0
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
14b5e2e
bumping up next version to 0.160.2 (fixes RT#92865)
garu
Jan 29, 2015
1 file
Jump to file
+1
−1
Fuse.pm
Fuse.pm
+1
−1
Unified
Split
Show comments
View
2
Fuse.pm
@@ -31,7 +31,7 @@ our %EXPORT_TAGS = (
our
@EXPORT_OK
= ( @{
$EXPORT_TAGS
{
'
all
'
} } );
our
@EXPORT
= ();
-
our
$VERSION
=
'
0.
16_1
'
;
+
our
$VERSION
=
'
0.
160.2
'
;
sub
AUTOLOAD
{
#
This AUTOLOAD is used to 'autoload' constants from the constant()
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.