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

NAME

Git::PurePerl::Walker::Method::FirstParent - Walk down a tree following the first parent.

VERSION

version 0.004001

CONSTRUCTOR ARGUMENTS

start

ATTRIBUTES

start

ATTRIBUTE GENERATED METHODS

start

INHERITED METHODS

for_repository

Git::PurePerl::Walker::Role::HasRepo->for_repository( $repo )

clone

MooseX::Clone->clone( %params )

_repo

Git::PurePerl::Walker::Role::HasRepo->_repo( $repo )

PRIVATE CONSTRUCTOR ARGUMENTS

_commit

PRIVATE ATTRIBUTES

_commit

PRIVATE METHODS

_build_commit

PRIVATE ATTRIBUTE GENERATED METHODS

_commit

CONSUMED ROLES

Git::PurePerl::Walker::Role::Method

Git::PurePerl::Walker::Role::Method

ROLE SATISFYING METHODS

current

Git::PurePerl::Walker::Role::Method->current()

has_next

Git::PurePerl::Walker::Role::Method->has_next()

next

Git::PurePerl::Walker::Role::Method->next()

peek_next

Git::PurePerl::Walker::Role::Method->peek_next()

reset

Git::PurePerl::Walker::Role::Method->reset()

AUTHOR

Kent Fredric <kentnl@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Kent Fredric <kentnl@cpan.org>.

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