NAME
FindApp::Object::State - FIXME
SYNOPSIS
use FindApp::Object::State;
DESCRIPTION
Pluskey Attributes
These are always private; use the methods insteads.
- DEFAULT
-
Either "cwd" or "script",
- GROUPS
-
Ref to hash mapping directory grouping names to FindApp:Object:State:Group objects.
- ORIGIN
-
Directory to start the search from. If unset, either the working directory or
$FindBin::Bin
depending on the value of "DEFAULT".
Methods
- allocate_groups
- app_root
- canonical_subdirs
- default_origin
- exported_envars
- group
- group_names
- groups
- has_app_root
- has_origin
- origin
- prefers_dot
- reset_origin
- subgroups
- subgroup_names
EXAMPLES
ENVIRONMENT
SEE ALSO
CAVEATS AND PROVISOS
BUGS AND LIMITATIONS
HISTORY
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.