p4raw-id: //depot/perl@18767
-#!/usr/local/bin/perl
+#!/usr/bin/perl
# Check whether there are naming conflicts when names are truncated to
# the DOSish case-ignoring 8.3 format, plus other portability no-nos.
-#!/l/local/bin/perl -w
+#!/usr/bin/perl -w
$pat = '';
# construct word list
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
use Data::Dumper;
my $targ = shift;
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
use Data::Dumper;
my $targ = (@ARGV) ? join(' ',@ARGV) : 'miniperl' ;
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
#
# Generate a nice changelist by querying perforce.
#
-#!/bin/env perl -w
+#!/usr/bin/perl -w
# A first attempt at some automated support for making a perl release.
# Very basic but functional - if you're on a unix system.
-#!/bin/perl -w
+#!/usr/bin/perl -w
#
# patchls - patch listing utility
#