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

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