App-Git-Autofixup
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
my $deps = get_deps();
my $test_deps = get_test_deps();
if (eval { ExtUtils::MakeMaker->VERSION(6.46) }) {
$args{TEST_REQUIRES} = $test_deps;
$args{PREREQ_PM} = $deps;
} else {
$args{PREREQ_PM} = {%$deps, %$test_deps}
}
if (!caller()) {
WriteMakefile(%args);
}
1;
git-autofixup view on Meta::CPAN
for my $sha (@ordered_shas) {
my $fixup_hunks = $hunks_for->{$sha};
commit_fixup($sha, $fixup_hunks);
}
if ($use_detailed_exit_codes) {
return exit_code($hunks, $hunks_for);
}
return 0;
}
if (!caller()) {
exit main();
}
1;
__END__
=pod
=head1 NAME
( run in 0.272 second using v1.01-cache-2.11-cpan-e9199f4ba4c )