Skip to content

Commit

Permalink
find2perl (was Re: help unblock me from *@perl.org so I can use perlbug)
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern authored and smpeters committed Mar 25, 2009
1 parent 036055a commit 06b0438
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions x2p/find2perl.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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 ($);
Expand Down

0 comments on commit 06b0438

Please sign in to comment.