From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Morr Subject: Re: [PATCH v2] Add MYMETA.yml to perl/.gitignore Date: Sat, 3 Dec 2011 01:07:30 +0100 Message-ID: <20111203000729.GA19672@thinkpad> References: <20111201203114.GA12796@thinkpad> <20111201223520.GB4869@sigill.intra.peff.net> <20111202225528.GA1176@thinkpad> <7vvcpymti3.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jeff King , git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Sat Dec 03 01:07:43 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RWd8l-0006mt-EK for gcvg-git-2@lo.gmane.org; Sat, 03 Dec 2011 01:07:39 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752865Ab1LCAHf (ORCPT ); Fri, 2 Dec 2011 19:07:35 -0500 Received: from static.148.34.47.78.clients.your-server.de ([78.47.34.148]:46139 "EHLO morr.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752459Ab1LCAHe (ORCPT ); Fri, 2 Dec 2011 19:07:34 -0500 Received: by morr.cc (Postfix, from userid 1001) id 6A06D4760D13; Sat, 3 Dec 2011 01:07:33 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on morr.cc X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.1 Received: from thinkpad (port-92-196-127-91.dynamic.qsc.de [92.196.127.91]) by morr.cc (Postfix) with ESMTPSA id 53B1C4760D13; Sat, 3 Dec 2011 01:07:32 +0100 (CET) Content-Disposition: inline In-Reply-To: <7vvcpymti3.fsf@alter.siamese.dyndns.org> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Fri, Dec 02, 2011 at 03:41:24PM -0800, Junio C Hamano wrote: > Sebastian Morr writes: > > > This file is auto-generated by newer versions of ExtUtils::MakeMaker > > (presumably starting with the version shipping with Perl 5.14). It just > > contains extra information about the environment and arguments to the > > Makefile-building process, and can be safely deleted. > > "safely deleted" sounds as if you made "make clean" remove it. I do not > mind doing s/and can be.*/and should be ignored./ myself, if you want. You're very welcome to do that. > Does running "make clean" actually remove it, by the way? Yes, it does. perl/perl.mak (which, in turn, is generated by MakeMaker via perl/Makefile) takes care of that file explicitly.