[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: local perl $_ variable is not portable
From: |
Stefano Lattarini |
Subject: |
Re: local perl $_ variable is not portable |
Date: |
Tue, 18 Jan 2011 14:10:48 +0100 |
User-agent: |
KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; ) |
On Tuesday 18 January 2011, Ralf Wildenhues wrote:
> * Stefano Lattarini wrote on Mon, Jan 17, 2011 at 10:47:04PM CET:
> > On Monday 17 January 2011, Ralf Wildenhues wrote:
> > > * Stefano Lattarini wrote on Mon, Jan 17, 2011 at 01:39:29AM CET:
> > > > BTW, I'd also add to the ChangeLog entry the "git describe" output
> > > > for the commit where I messed things up (if I'm not mistaken, it
> > > > should be `v1.11-622-gf90a06c').
> > >
> > > Done, and committed right on top of that commit.
> > >
> > IMHO it would been better to merge the patch into the
> > 'warns-win-over-strictness'
> > branch, and then merge it into 'master'. Having missed that, we should at
> > least
> > merge the patch into 'warns-win-over-strictness', no?
>
> Sure, feel free to do that.
>
I've done that, and then also merged 'warns-win-over-strictness' back into
master, for completeness -- it should basically be a no-op after all, as
git said:
$ git merge warns-win-over-strictness
Already up-to-date!
Merge made by recursive.
Regards,
Stefano