Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kentnl/dist-zilla-plugin-git-nextversion-sanitized
Sanitize versions handed to you by Git::NextVersion
https://github.com/kentnl/dist-zilla-plugin-git-nextversion-sanitized
dist-zilla perl
Last synced: 18 days ago
JSON representation
Sanitize versions handed to you by Git::NextVersion
- Host: GitHub
- URL: https://github.com/kentnl/dist-zilla-plugin-git-nextversion-sanitized
- Owner: kentnl
- License: other
- Created: 2013-12-01T10:38:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T11:37:07.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T14:05:22.901Z (3 months ago)
- Topics: dist-zilla, perl
- Language: Perl
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.mkdn
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Dist::Zilla::Plugin::Git::NextVersion::Sanitized - Sanitize versions handed to you by Git::NextVersion
# VERSION
version 0.002004
# SYNOPSIS
This exist, mostly because I accidentally keep doing
V=2.6.0 dzil release # shit, I mean 2.006000
Or
V=2.00001 dzil release # Crap, I can't count, how many 0's is that?
So this wraps [`::Role::Version::Sanitize`](https://metacpan.org/pod/Dist::Zilla::Role::Version::Sanitize) around
[`[Git::NextVersion]`](https://metacpan.org/pod/Dist::Zilla::Plugin::Git::NextVersion)# AUTHOR
Kent Fredric
# COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Kent Fredric .
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.