chiark / gitweb /
prefork-interp: add copyright licences
[chiark-utils.git] / scripts / prefork-interp-test
old mode 100644 (file)
new mode 100755 (executable)
index b159306..b99af3c
@@ -1,6 +1,10 @@
-#!/usr/bin/prefork-interp perl
+#!/usr/bin/prefork-interp -U,perl,-w
 # -*- perl -*-
 
+# Copyright 2022 Ian Jackson and contributors to chiark-utils
+# SPDX-License-Identifier: GPL-3.0-or-later
+# There is NO WARRANTY.
+
 use strict;
 use Proc::Prefork::Interp;
 
@@ -15,7 +19,7 @@ sub prwhen ($) {
 
 prwhen('BEGIN');
 
-initialisation_complete();
+prefork_initialisation_complete();
 
 prwhen('AFTER');