From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#!/usr/bin/env perl
use strict;
=head1 NAME
pre-rebase - Call App::GitHooks for the pre-rebase hook.
=cut
App::GitHooks->run(
name => $0,
arguments => \@ARGV,
);