From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567—89101112131415161718 #!/usr/bin/env perluse strict;use warnings;use App::GitHooks;HideShow 6 lines of Pod=head1 NAMEpost-rewrite - Call App::GitHooks for the post-rewrite hook.=cutApp::GitHooks->run( name => $0, arguments => \@ARGV,);
#!/usr/bin/env perl
use
strict;
warnings;
App::GitHooks;
=head1 NAME
post-rewrite - Call App::GitHooks for the post-rewrite hook.
=cut
App::GitHooks->run(
name
=> $0,
arguments
=> \
@ARGV
,
);