Re: Miscellaneous changes to plperl [PATCH]
David E. Wheeler <david@kineticode.com>
From: "David E. Wheeler" <david@kineticode.com>
To: Alex Hunsaker <badalex@gmail.com>
Cc: Tim Bunce <Tim.Bunce@pobox.com>,
pgsql-hackers@postgresql.org
Date: 2010-01-23T18:30:41Z
Lists: pgsql-hackers
On Jan 22, 2010, at 7:59 PM, Alex Hunsaker wrote: > $name =~ s/::|'/_/g; # avoid package delimiters > + $name =~ s/'/\'/g; Looks to me like ' is already handled in the line above the one you added, no? David