Hi Don,

On Tuesday 01 May 2007, Don Armstrong wrote:
> On Mon, 30 Apr 2007, Francesco Cecconi wrote:
> > With the release >= 2.32, for many code upgrade, you must specify a
> > ParseConfig reference.
> > 
> >  perl -w -e 'use Config::General; my $conf = 
> > Config::General::ParseConfig("/dev/null");'
> > 
> > In the Config::General 2.32 Changelog the upstream Developer specify:
> 
> Yeah, the POD example really needs to be changed to address this, though:
> 
> SYNOPSIS ^
> 
>  #
>  # the OOP way
>  use Config::General;
>  $conf = new Config::General("rcfile");
>  my %config = $conf->getall;
> 
>  #
>  # the procedural way
>  use Config::General;
>  my %config = ParseConfig("rcfile");
>  
> [Should be use Config::General qw(ParseConfig); or 
> Config::General::ParseConfig]

I have contacted a upstream developer for change this, and after I create a new 
package release for 
resolve the documentation problem.

> 
> 
> Don Armstrong
> 
Francesco


-- 
 .''`.  ** Debian GNU/Linux **  | Francesco Cecconi ' |BrAnD| '
: :'  :   The Universal O.S.    | [EMAIL PROTECTED]
`. `'`                          | GPG Key ID: 11F6E468
  `-    *Debian Pkg Maintainer* | JID [EMAIL PROTECTED]

Attachment: pgpcr3AGJhK9O.pgp
Description: PGP signature

Reply via email to