The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::bif::Build - build-time constants for App-bif

VERSION

0.1.0_28 (2014-09-23)

SYNOPSIS

    use App::bif::Build

    # Do something with:
    #  $App::bif::Build::BRANCH
    #  $App::bif::Build::COMMIT
    #  $App::bif::Build::DATE
    #  $App::bif::Build::FILE
    #  $App::bif::Build::VERSION

DESCRIPTION

App::bif::Build is generated when the App-bif distribution is created from the bif source tree and simply contains 5 scalar variables. The variables are used by the bif show VERSION command to display relevant build information.

When this version of App-bif was built and installed the variables were set as follows:

$App::bif::Build::BRANCH = "devel"

The Git branch name which was current when the App-bif distribution was created.

$App::bif::Build::COMMIT = "b3aab8335bcf7e9b1fe354708fe556f08ca71579"

The Git commit hash at the head of the branch when the App-bif distribution was created.

$App::bif::Build::DATE = "2014-09-23 18:59:44"

The UTC date that the Makefile.PL file was run.

$App::bif::Build::FILE

The installation location of this module, which cannot be documented here as it is only known at runtime.

$App::bif::Build::VERSION = "0.1.0_28"

The version of the App-bif distribution.

SEE ALSO

bif-show(1)

AUTHOR

Mark Lawrence <nomad@null.net>

COPYRIGHT AND LICENSE

Copyright 2014 Mark Lawrence <nomad@null.net>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.