use File::Find;
use File::Spec::Functions qw(rel2abs abs2rel catfile catdir curdir);
+@ARGV == 2 or die "usage: $0 source_dir1 source_dir2\n";
+
for (@ARGV[0, 1]) {
die "$0: '$_' does not look like Perl directory\n"
unless -f catfile($_, "perl.h") && -d catdir($_, "Porting");
#!./perl -w
# this script must be run by the current perl to get perl's version right
+#
+# Create a META.yml file in the current directory. Muyst be run from the
+# root directory of a perl source tree.
use strict;
use warnings;
#!perl
+#
+# given a perforce change number, checkout the equivalent git commit
+# into the git working directory
+#
use strict;
use warnings;
use English;
#!/bin/sh
#
-# testall.atom
+# testall.atom - test suite profiling on Tru 64
#
# This script creates all.Counts file that can be fed to prof(1)
# to produce various basic block counting profiles.
+#!./perl
+
+# DAPM: this description is from the original commit message:
+# this appears to be a HP leak detection thing:
+#
+# Add a script for cleaning out the "known noise"
+# from Third Degree reports: either noise caused
+# by libc itself, or Perl_yyparse leaks.
+
local $/;
$_ = <ARGV>;