=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libbread-board-perl-0.37/lib/Bread/Board.pm-111- libbread-board-perl-0.37/lib/Bread/Board.pm:112:sub include ($) { libbread-board-perl-0.37/lib/Bread/Board.pm-113- my $file = shift; ############################################## libbread-board-perl-0.37/lib/Bread/Board/Service/WithParameters.pm-58- # - SL libbread-board-perl-0.37/lib/Bread/Board/Service/WithParameters.pm:59: (MX_PARAMS_VALIDATE_CACHE_KEY => Scalar::Util::refaddr($self)) libbread-board-perl-0.37/lib/Bread/Board/Service/WithParameters.pm-60- )) if $self->has_parameters; ############################################## libbread-board-perl-0.37/README.mkdn-141- libbread-board-perl-0.37/README.mkdn:142:If `$name` starts with `'+'`, and the container is being declared inside libbread-board-perl-0.37/README.mkdn-143-another container, then this declaration will instead extend an existing libbread-board-perl-0.37/README.mkdn:144:container with the name `$name` (without the `'+'`). libbread-board-perl-0.37/README.mkdn-145- ############################################## libbread-board-perl-0.37/README.mkdn-183-the configuration that may be provided later. You may not use an instance libbread-board-perl-0.37/README.mkdn:184:object in place of the `$name` in this case. libbread-board-perl-0.37/README.mkdn-185- ############################################## libbread-board-perl-0.37/README.mkdn-321- libbread-board-perl-0.37/README.mkdn:322:If the `$name` starts with a `'+'`, the service definition will instead libbread-board-perl-0.37/README.mkdn:323:extend an existing service with the given `$name` (without the `'+'`). This libbread-board-perl-0.37/README.mkdn-324-works similarly to the `has '+foo'` syntax in Moose. It is most useful when ############################################## libbread-board-perl-0.37/README.mkdn-366-The `depends_on` function creates a [Bread::Board::Dependency](https://metacpan.org/pod/Bread::Board::Dependency) object for the libbread-board-perl-0.37/README.mkdn:367:named `$service_path` and returns it. libbread-board-perl-0.37/README.mkdn-368- ############################################## libbread-board-perl-0.37/README.mkdn-515- libbread-board-perl-0.37/README.mkdn:516:Here the `$config` container would be created as a sub-container of `$app`. libbread-board-perl-0.37/README.mkdn-517-