Improve perl.req here-doc skipping.
authorVille Skyttä <ville.skytta@iki.fi>
Tue, 22 Sep 2009 18:11:20 +0000 (21:11 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 6 Oct 2009 06:21:31 +0000 (09:21 +0300)
commitdab575b24498e2362845e7da6dc76015fa88b4a9
tree6c8f8d80c5489bc5a0bbaf2b68618d1304b319b0
parent562382ab180e2a4483485d165807f9de20fa5a1c
Improve perl.req here-doc skipping.

This version is stricter in finding the end identifier by using equality test
instead of a regex (as a side effect, fixes rhbz#524929) as well as parsing
quoted identifiers, and adds support for identifiers in backticks.
scripts/perl.req