Skip Menu |

This queue is for tickets about the ALPM CPAN distribution.

Report information
The Basics
Id: 66366
Status: resolved
Priority: 0/
Queue: ALPM

People
Owner: Nobody in particular
Requestors: knotty [...] ailleurs.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: configuration parsing
a repository name with a '-' dont match $SECTION_MATCH = qr/ \A \s* [[] (\w+) []] \s* \z /xms; $ perl -MALPM -e 'use ALPM qw{/etc/pacman.conf}' Invalid line in config file, not a comment, section, or field /etc/pacman.conf:69 [community-testing]
Subject: Re: [rt.cpan.org #66366] configuration parsing
Date: Fri, 4 Mar 2011 10:54:11 -0500
To: bug-ALPM [...] rt.cpan.org
From: Justin Davis <jrcd83 [...] gmail.com>
On Thu, Mar 3, 2011 at 11:56 PM, Karl Y. Pradene via RT <bug-ALPM@rt.cpan.org> wrote: Show quoted text
> Thu Mar 03 23:56:54 2011: Request 66366 was acted upon. > Transaction: Ticket created by KNOTTY >       Queue: ALPM >     Subject: configuration parsing >   Broken in: (no value) >    Severity: (no value) >       Owner: Nobody >  Requestors: knotty@ailleurs.org >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=66366 > > > > a repository name with a '-' dont match >  $SECTION_MATCH = qr/ \A \s* [[] (\w+) []] \s* \z /xms; > > $ perl -MALPM -e 'use ALPM qw{/etc/pacman.conf}' > Invalid line in config file, not a comment, section, or field > /etc/pacman.conf:69 [community-testing] > >
Thanks for the report. I uploaded a new version (1.02) that fixes the problem. -- -Justin