Perl 5.12 complains about ecpg parser-hacking scripts

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-hackers@postgreSQL.org
Date: 2011-01-22T23:06:20Z
Lists: pgsql-hackers
On Fedora 14 I see these warnings while building ecpg's preproc.y:

Use of assignment to $[ is deprecated at ./parse.pl line 21.
Use of assignment to $[ is deprecated at ./check_rules.pl line 18.

Any Perl experts want to make those go away?

			regards, tom lane