From: | David Fetter <david(at)fetter(dot)org> |
---|---|
To: | Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, Kris Jurka <books(at)ejurka(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: New copyright program |
Date: | 2011-08-20 02:14:32 |
Message-ID: | 20110820021432.GA15535@fetter.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Aug 19, 2011 at 09:49:35PM -0400, Bruce Momjian wrote:
> David Fetter wrote:
> > On Fri, Aug 19, 2011 at 09:22:03PM -0400, Andrew Dunstan wrote:
> > > On 08/19/2011 09:02 PM, David Fetter wrote:
> > > >On Fri, Aug 19, 2011 at 07:37:29PM -0400, Andrew Dunstan wrote:
> > > >>
> > > >>On 08/19/2011 07:31 PM, Bruce Momjian wrote:
> > > >>>Kris Jurka wrote:
> > > >>>>Did you also try the "use Tie::File" addition in my fix because your
> > > >>>>current coding doesn't work at all. The tie operation is key to actually
> > > >>>>writing out the modified copyright notice. Your version just updates the
> > > >>>>copyright year in memory, but never gets it back to the file.
> > > >>>Ah, that did fix it; thanks. I am attached the updated committed
> > > >>>copyright.pl. I also skipped symlinks.
> > > >>>
> > > >>It probably doesn't matter that much in this context, but I should
> > > >>point out that Tie::File is not universally available. Some years
> > > >>ago I had to revert its use in the buildfarm code for that reason.
> > > >>In general we should try to avoid adding extra dependencies
> > > >>wherever possible.
> > > >Tie::File ships as part of core Perl for all non-EOL versions, so I
> > > >really can't consider this as a problem.
> > >
> > > Which are those?
> >
> > 5.12 and 5.14 are still supported. 5.10 and earlier are EOL.
> >
> > http://news.perlfoundation.org/2011/05/perl-514.html
>
> Odd the Tie works in my Perl 5.10; I wonder if I installed it somehow.
Sorry for being unclear. I didn't mean to imply that earlier versions
of Perl didn't ship with File::Tie. Just that all supported versions
do.
Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics
Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2011-08-20 03:03:40 | Re: two index bitmap scan of a big table & hash_seq_search |
Previous Message | Andrew Dunstan | 2011-08-20 02:07:40 | Re: New copyright program |