NAME
Dist::Zilla::Plugin::Author::VDB::Version::Read - Read version from a file
VERSION
Version v0.11.3, released on 2016-12-21 19:58 UTC.
SYNOPSIS
dist.in file:
; version = v0.3.1 ; *Should **not** be used.*
...
[Author::VDB::Version::Read]
file = VERSION
VERSION file:
v0.3.1
DESCRIPTION
This plugin does VersionProvider
role. It reads version from specified file. Trailing whitespaces (including newlines) in a file is allowed and ignored.
OPTIONS
file
Name of file to read version from. Default value is VERSION
. Specifying an empty file disables the plugin.
AUTHOR
Van de Bugger <van.de.bugger@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2015 Van de Bugger
License GPLv3+: The GNU General Public License version 3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.