From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST v2 09/18] Toolstack: Refactor consolecmd handling Date: Thu, 22 Jan 2015 14:42:56 +0000 Message-ID: <1421937776.23842.28.camel@citrix.com> References: <1417536141.29004.6.camel@citrix.com> <1417536299-1810-9-git-send-email-ian.campbell@citrix.com> <21694.40879.539769.975915@mariner.uk.xensource.com> <1421925855.23842.18.camel@citrix.com> <1421925987.23842.19.camel@citrix.com> <1421937344.23842.27.camel@citrix.com> <21697.3114.345572.668605@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21697.3114.345572.668605@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: Jim Fehlig , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2015-01-22 at 14:41 +0000, Ian Jackson wrote: > Ian Campbell writes ("Re: [Xen-devel] [PATCH OSSTEST v2 09/18] Toolstack: Refactor consolecmd handling"): > > On Thu, 2015-01-22 at 11:26 +0000, Ian Campbell wrote: > > > Turns out that including the 3pm confuses search enginers, searching > > > just for "perl Exporter" has found me what I need. > > > > It seems that "use parent" is the right way to do this these days, in so > > much as the following seems to be recommended and to work. I'll fold it > > through the series into the appropriate places. > > DYK, how far back is this supported ? http://perldoc.perl.org/parent.html says "introduced with Perl 5.004_04.". Ian.