Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.