The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/usr/bin/env perl

# a tiny fake git wrapper
print "@ARGV" =~ /git.*version/ ? "git version 9.8.7\n" : "@ARGV\n";