NAME
App::Prove::Elasticsearch::Versioner::Default - Determine the version of a system under test via the module's Changes file for upload to elasticsearch
VERSION
version 0.001
SUBROUTINES
get_version
Reads Changes and returns the version therein.
get_file_version(file)
Gets the version of a particular file. Used in versioners where that is possibly the case such as Git. In this case it will always be the same as the SUT version.
AUTHOR
George S. Baugh <teodesian@cpan.org>
SOURCE
The development version is on github at http://https://github.com/teodesian/App-Prove-Elasticsearch and may be cloned from git://https://github.com/teodesian/App-Prove-Elasticsearch.git
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by George S. Baugh.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.