NAME

App::karr::Role::BoardDiscovery - Role providing minimal board discovery and config access

VERSION

version 0.202

DESCRIPTION

This role provides the minimal interface for discovering the board's Git repository and BoardStore. It provides:

  • git_root — path to the Git repository (walks up from dir or CWD)

  • storeApp::karr::BoardStore instance backed by the Git repo

  • git — shortcut to $self->store->git (lazy)

  • config — shortcut to $self->store->effective_config (lazy)

Commands that need the sync lifecycle should also compose App::karr::Role::SyncLifecycle.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/karr/issues.

IRC

Join #langertha on irc.perl.org or message Getty directly.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <getty@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.