DhMakePerl

 view release on metacpan or  search on metacpan

lib/DhMakePerl/Command/make.pm  view on Meta::CPAN

            }
        }
    }

    warn "\n" if $notice_shown;

    return $found ? 1 : 0;
}

sub reset_git_environment {
    # The Git environment variables may be set from previous iterations
    # of this program being run. In this case, it's possible that the
    # Git module will use these to point to the wrong source tree.
    delete $ENV{'GIT_DIR'};
    delete $ENV{'GIT_WORK_TREE'};
}

sub git_import_upstream__init_debian {
    my ( $self ) = @_;

    require Git;



( run in 1.459 second using v1.01-cache-2.11-cpan-71847e10f99 )