Skip Menu |

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

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

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

Bug Information
Severity: (no value)
Broken in:
  • 2.32
  • 2.33
  • 2.34
  • 2.35
  • 2.36
  • 2.37
  • 2.38
  • 2.39
Fixed in: (no value)



Subject: Documentation Bug
In version 2.32, the module was changed so that the ParseConfig function needs to be imported implicitly. This change isn't reflected in the code example in the Synopsis. use Config::General; my %config = ParseConfig("rcfile"); This should be use Config::General qw(ParseConfig); my %config = ParseConfig("rcfile");
fixed in 2.41