Skip Menu |

This queue is for tickets about the Config-General CPAN distribution.

Report information
The Basics
Id: 26833
Status: resolved
Priority: 0/
Queue: Config-General

People
Owner: tlinden [...] cpan.org
Requestors: fcecconi [...] cpan.org
Cc:
AdminCc:

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



Subject: Procedural way example in documentation not work with >= 2.32.
Date: Mon, 30 Apr 2007 16:45:26 +0200
To: bug-Config-General [...] rt.cpan.org
From: Francesco Cecconi <fcecconi [...] cpan.org>
Hi, please modify the procedural example on documentation. # the procedural way use Config::General; my %config = ParseConfig("rcfile"); --> Not work ------------ # the procedural way use Config::General; my %config = Config::General::ParseConfig("rcfile"); --> work Cheers, Francesco -- .''`. ** Debian GNU/Linux ** | Francesco Cecconi ' |BrAnD| ' : :' : The Universal O.S. | francesco.cecconi@gmail.com `. `'` | GPG Key ID: 11F6E468 `- *Debian Pkg Maintainer* | JID brand80@jabber.linux.it
Download (untitled)
application/pgp-signature 189b

Message body not shown because it is not plain text.

I'll update the doc in the next release. By the way this is how to do it better: use Config::General qw(ParseConfig); my %c = ParseConfig(...);
Subject: Re: [rt.cpan.org #26833] Procedural way example in documentation not work with >= 2.32.
Date: Mon, 7 May 2007 16:35:43 +0200
To: bug-Config-General [...] rt.cpan.org
From: Francesco Cecconi <fcecconi [...] cpan.org>
Hi, On Monday 07 May 2007, via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=26833 > > > I'll update the doc in the next release. By the way this is how to do it > better: > > use Config::General qw(ParseConfig); > my %c = ParseConfig(...); >
Ok, many thanks. :) Cheers, Francesco -- .''`. ** Debian GNU/Linux ** | Francesco Cecconi ' |BrAnD| ' : :' : The Universal O.S. | francesco.cecconi@gmail.com `. `'` | GPG Key ID: 11F6E468 `- *Debian Pkg Maintainer* | JID brand80@jabber.linux.it
Download (untitled)
application/pgp-signature 189b

Message body not shown because it is not plain text.

fixed in 2.34