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/perl -w
# $Id: makepp_build_cache_control,v 1.9 2010/09/13 21:17:25 pfeiffer Exp $

$0 =~ s![^/\\]+$!makeppbuiltin!;
unshift @ARGV, '-MMpp::BuildCacheControl';
do $0;
die $@ if $@;