The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#!/usr/bin/env perl
# $Id: makepp_build_cache_control,v 1.10 2013/02/16 15:11:37 pfeiffer Exp $
$0 =~ s![^/\\]+$!makeppbuiltin!;
unshift @ARGV, '-MMpp::BuildCacheControl';
do $0;
die $@ if $@;