App-passmanager
view release on metacpan or search on metacpan
lib/App/PassManager/Role/Git.pm view on Meta::CPAN
# silently skip if git repo already exists
if (! -d $self->git_home) {
mkdir($self->git_home)
or die qq{$0: failed to create git directory: "$!"\n};
$self->git->init;
}
}
# this logging routine is useful in combo with something like:
# $self->c(scalar [caller(0)]->[3]);
# $self->dump;
#sub c {
# my $self = shift;
# return unless $ENV{PASSMANAGER_TRACE};
#
# $self->ui->leave_curses;
# print @_, "\n";
# $self->ui->reset_curses;
#}
( run in 0.387 second using v1.01-cache-2.11-cpan-cc502c75498 )