File: makepp_build_cache_control

package info (click to toggle)
makepp 2.0.98.5-2.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,744 kB
  • sloc: perl: 15,893; makefile: 38; javascript: 25; sh: 1
file content (7 lines) | stat: -rwxr-xr-x 194 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/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 $@;