forked from schacon/perl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
find2perl (was Re: help unblock me from *@perl.org so I can use perlbug)
- Loading branch information
Showing
1 changed file
with
0 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,26 +42,6 @@ use vars qw/$statdone/; | |
use File::Spec::Functions 'curdir'; | ||
my $startperl = "#! $perlpath -w"; | ||
# | ||
# Modified September 26, 1993 to provide proper handling of years after 1999 | ||
# Tom Link <[email protected]> | ||
# University of Pittsburgh | ||
# | ||
# Modified April 7, 1998 with nasty hacks to implement the troublesome -follow | ||
# Billy Constantine <[email protected]> <[email protected]> | ||
# University of Adelaide, Adelaide, South Australia | ||
# | ||
# Modified 1999-06-10, 1999-07-07 to migrate to cleaner perl5 usage | ||
# Ken Pizzini <[email protected]> | ||
# | ||
# Modified 2000-01-28 to use the 'follow' option of File::Find | ||
# | ||
# Note currently | ||
# $ find2perl -name a|wc #produces a shorter program | ||
# 30 72 569 | ||
# $ find2perl |wc #than this: | ||
# 33 76 655 | ||
sub tab (); | ||
sub n ($$); | ||
sub fileglob_to_re ($); | ||
|