The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

#!/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 $@;