NAME
findapp - print the environment variables that correspond to what FindApp would do
SYNOPSIS
findapp
findapp -LIB t/lib
findapp MyCorp::MyApp
DESCRIPTION
This prints out the results of the "shell_settings" in FindApp method after importing its program arguments from FindApp.
This output can be eval'd from your shell using your shell's built-in eval
command:
eval `findapp`
If called from csh(1) or tcsh(1), the output is in the format desired by those shells; otherwise the normal sh(1) notation is used.
SEE ALSO
AUTHOR
Tom Christiansen <tchrist@perl.com>
LICENCE AND COPYRIGHT
Copyright (c) 2016, Tom Christiansen <tchrist@perl.com>
. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.