The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Prove::Elasticsearch::Versioner::Git - Determine the version of a system under test via git for upload to elasticsearch

VERSION

version 0.001

SUBROUTINES

get_version

Reads your git log and returns the current SHA as the version.

get_file_version(file)

Rather than getting the version of the software under test, get the version of a specific file. Used to discover the version of a test being run for feeding into the indexer.

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.