Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bumping up next version to 0.17 (fixes RT#92865) #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

garu
Copy link
Contributor

@garu garu commented Jan 29, 2015

Hi again :)

Perl Fuse has historically used single-dotted version numbers (0.1, 0.2, ..., 0.15, 0.16) for its distributions, but the latest version changed to double-dotted semantic versioning (0.16.1). This change confused CPAN as it translates 0.16.1 to 0.016001, which is lower than 0.160000 (0.16), and because of that 0.16 is still marked as latest.

This is a simple pull request that bumps $VERSION to 0.17, assuming you want to keep single-dotted versions. This will fix https://rt.cpan.org/Public/Bug/Display.html?id=92865 and allow people to seamlessly install the latest version of Fuse through CPAN.

Hope it helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant