Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 45228 invoked from network); 20 Jul 2005 18:44:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jul 2005 18:44:11 -0000 Received: (qmail 81107 invoked by uid 500); 20 Jul 2005 18:44:09 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 81048 invoked by uid 500); 20 Jul 2005 18:44:08 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 81002 invoked by uid 99); 20 Jul 2005 18:44:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2005 11:44:08 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [213.243.153.37] (HELO smtp1.pp.htv.fi) (213.243.153.37) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2005 11:44:04 -0700 Received: from cs78131082.pp.htv.fi (cs78131082.pp.htv.fi [62.78.131.82]) by smtp1.pp.htv.fi (Postfix) with ESMTP id 305917FC83 for ; Wed, 20 Jul 2005 21:44:05 +0300 (EEST) Subject: Re: PAUSE indexer report JOESUF/libapreq2-2.06-dev.tar.gz From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: apreq-dev@httpd.apache.org In-Reply-To: <87r7dtibkp.fsf@gemini.sunstarsys.com> References: <200507201802.j6KI2grH000559@pause.perl.org> <87r7dtibkp.fsf@gemini.sunstarsys.com> Content-Type: multipart/mixed; boundary="=-dawZ0fIqzxxrqKidRBoT" Date: Wed, 20 Jul 2005 21:44:04 +0300 Message-Id: <1121885044.14525.258.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 (2.2.2-5) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --=-dawZ0fIqzxxrqKidRBoT Content-Type: text/plain Content-Transfer-Encoding: 7bit On Wed, 2005-07-20 at 14:20 -0400, Joe Schaefer wrote: > The indexer completely ignored META.yml again. > It looks like it can't parse the file; does > anyone see what's wrong with it? Dunno about "wrong", I'm not that familiar with YAML, but the stuff after "#YAML:1.0" trips ysh from YAML-0.39: $ ysh < META.yml --- !perl/YAML::Error code: YAML_PARSE_ERR_INCONSISTENT_INDENTATION [...] The attached patch should generate a META.yml that appeases ysh, and maybe the CPAN indexer. --=-dawZ0fIqzxxrqKidRBoT Content-Disposition: attachment; filename=libapreq2-yaml.patch Content-Type: text/x-patch; name=libapreq2-yaml.patch; charset=UTF-8 Content-Transfer-Encoding: 7bit Index: build/version_check.pl =================================================================== --- build/version_check.pl (revision 219961) +++ build/version_check.pl (working copy) @@ -149,7 +149,7 @@ if ($opts{version}) { # generate META.yml file content print <