https://github.com/houseabsolute/dist-zilla-plugin-versionfrommainmodule
Set the distribution version from your main module's $VERSION
https://github.com/houseabsolute/dist-zilla-plugin-versionfrommainmodule
Last synced: 2 months ago
JSON representation
Set the distribution version from your main module's $VERSION
- Host: GitHub
- URL: https://github.com/houseabsolute/dist-zilla-plugin-versionfrommainmodule
- Owner: houseabsolute
- License: other
- Created: 2017-01-08T17:59:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T16:51:48.000Z (about 7 years ago)
- Last Synced: 2025-02-15T19:23:03.553Z (4 months ago)
- Language: Perl
- Homepage: http://metacpan.org/release/Dist-Zilla-Plugin-VersionFromMainModule/
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Dist::Zilla::Plugin::VersionFromMainModule - Set the distribution version from your main module's $VERSION
# VERSION
version 0.04
# SYNOPSIS
[VersionFromMainModule]
# DESCRIPTION
This plugin sets the distribution version from the `$VERSION` found in the
distribution's main module, as defined by [Dist::Zilla](https://metacpan.org/pod/Dist::Zilla).This plugin is useful if you want to set the `$VERSION` in your module(s)
manually or with some sort of post-release "increment the `$VERSION`" plugin,
rather than letting dzil add the `$VERSION` based on a setting in the
`dist.ini`.You can override the distribution version by setting the `V` environment
variable, e.g.: `V=1.23 dzil release`.# CREDITS
This code is mostly the same as what Christopher J. Madsen's
[Dist::Zilla::Plugin::VersionFromModule](https://metacpan.org/pod/Dist::Zilla::Plugin::VersionFromModule) module does. Unfortunately, that
module is only shipped as part of a larger distribution, and that distribution
has not been updated despite the fact that it is failing tests with newer
versions of dzil.# SUPPORT
Bugs may be submitted at [http://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-VersionFromMainModule](http://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-VersionFromMainModule) or via email to [[email protected]](mailto:[email protected]).
I am also usually active on IRC as 'autarch' on `irc://irc.perl.org`.
# SOURCE
The source code repository for Dist-Zilla-Plugin-VersionFromMainModule can be found at [https://github.com/houseabsolute/Dist-Zilla-Plugin-VersionFromMainModule](https://github.com/houseabsolute/Dist-Zilla-Plugin-VersionFromMainModule).
# AUTHORS
- Christopher J. Madsen
- Dave Rolsky# CONTRIBUTOR
Karen Etheridge
# COPYRIGHT AND LICENSE
This software is copyright (c) 2009 - 2018 by Christopher J. Madsen.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.The full text of the license can be found in the
`LICENSE` file included with this distribution.