From owner-freebsd-questions@FreeBSD.ORG Sat Jun 13 00:25:16 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBEF0106564A for ; Sat, 13 Jun 2009 00:25:16 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id 6858B8FC18 for ; Sat, 13 Jun 2009 00:25:16 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by ewy8 with SMTP id 8so2871424ewy.43 for ; Fri, 12 Jun 2009 17:25:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=FQDHyHNDO1kdgnQStllc/r1EoZZ/7fyjsxl749pyRZE=; b=fvW4W2Hg9juC8UgMwvBtRkq1YoGnpZd124AP2vf5TPaj4I6HrB4ns1K5udhpdPUrZ2 F3TILVIjXpQARGQdaXLEXCXCJ8mTJmXhMIPfjQG7/xx+nWaVxi39HGkdQrJp1Opk0Eml IjczhPlYQAExw2ciPQ6S3TJAnlL60kvbBbjZ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=YXiHc6O7CABTtACY1GOH87l0BYi4g3IYPQtGMCotr2vQwrSbnQCTGul30Jn0/AtA3+ 8oVOZidkQhnU/Kh808uxxCF1oNOKomHE2/+ExAKGJsq0E1VGhZdyQiUp3IuAkVY+Z7P5 fiY8/LaDGQzldv+GppwukpbbQPIp1QSd4hTo4= Received: by 10.210.39.8 with SMTP id m8mr4994160ebm.95.1244852714754; Fri, 12 Jun 2009 17:25:14 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 28sm582298eye.16.2009.06.12.17.25.13 (version=SSLv3 cipher=RC4-MD5); Fri, 12 Jun 2009 17:25:14 -0700 (PDT) Date: Sat, 13 Jun 2009 01:25:11 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20090613012511.383b20bb@gumby.homeunix.com> In-Reply-To: <4A32B0DB.7010004@webrz.net> References: <4A32B0DB.7010004@webrz.net> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.2; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Program update(s) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2009 00:25:17 -0000 On Fri, 12 Jun 2009 21:47:39 +0200 Jos Chrispijn wrote: > Can someone tell me why I have to recompile all related programs when > I upgrade to a newer version of Perl? For the most part you don't, you can just run perl-after-upgrade. If you are referring to the switch from lang/perl5.8 to lang/perl5.10, then that's exceptional and optional.