diff options
author | Larry Wall <lwall@netlabs.com> | 1994-05-04 23:00:00 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1994-05-04 23:00:00 +0000 |
commit | 85e6fe838fb25b257a1b363debf8691c0992ef71 (patch) | |
tree | fd5340cd6c3bbabfc21d3b0cac48e7ab3a481ebf /Bugs/f2p_prune | |
parent | 2304df62caa7d9be70e8b8bcdb454e139c9c103d (diff) | |
download | perl-85e6fe838fb25b257a1b363debf8691c0992ef71.tar.gz |
perl 5.0 alpha 9perl-5a9
[editor's note: the sparc executables have not been included,
and emacs backup files have been removed]
Diffstat (limited to 'Bugs/f2p_prune')
-rw-r--r-- | Bugs/f2p_prune | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/Bugs/f2p_prune b/Bugs/f2p_prune deleted file mode 100644 index 519003d040..0000000000 --- a/Bugs/f2p_prune +++ /dev/null @@ -1,37 +0,0 @@ -Article 18849 of comp.lang.perl: -Path: netlabs!news.cerf.net!usc!howland.reston.ans.net!xlink.net!zib-berlin.de!zrz.TU-Berlin.DE!w204zrz!koen1830 -From: koen1830@w204zrz.zrz.tu-berlin.de (Andreas Koenig) -Newsgroups: comp.lang.perl -Subject: Bug in find2perl -Date: 14 Feb 1994 09:43:16 GMT -Organization: mal franz, mal anna -Lines: 22 -Message-ID: <2jnh3k$hcv@brachio.zrz.TU-Berlin.DE> -Reply-To: k@franz.ww.TU-Berlin.DE -NNTP-Posting-Host: w204zrz.zrz.tu-berlin.de -Cc: - -Hi all, - -I've encountered a bug in find2perl when used with the -prune Option. -As there have been some bugreports recently, *and* also because there -has to be fixed an incompatibility with perl5, I don't try to offer a -fix, sorry. The bug comes and goes like this (verified for SUN and -NeXT): - -%/usr/bin/find foo -print -foo -foo/bar -foo/bar/baz -%/usr/bin/find foo -prune -print -foo -%perl /usr/local/bin/find2perl foo -prune -print | perl -foo -foo/bar -%perl5a5 /usr/local/bin/find2perl foo -prune -print | perl5a5 -Final $ should be \$ or $name at /usr/local/bin/find2perl line 553, at end of string -syntax error at /usr/local/bin/find2perl line 553, near ""^$tmp$"" -Execution of /usr/local/bin/find2perl aborted due to compilation errors. - - - |