Re: [svn:DBD-Pg] r9822 - DBD-Pg/trunk
"David E. Wheeler" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.dbdpg |
|---|---|
| Message-ID | <[email protected]> |
On Aug 5, 2007, at 18:25, [email protected] wrote: > -1.50 > +2.0.0 I don't mind changing to 2.0, given the new support for arrays, but I oppose the three-numbered version unless you use a version.pm object. It's just too much of a PITA to deal with. I always recommend simple integers, but quoted as strings: our $VERSION = '2.0'; That's my $0.02. Best, David