Skip Menu |

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

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

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

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



Subject: warning on undefined variable
When a variable is not found or not set in a source file, and if this variable is used in this file, we get a warning from Perl like : Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.10.0/Config/General/Interpolated.pm line 87. because of the "use strict" pragma. But if we want to manage ourself this kind of situation, it will be great to have something to disable this warning. PS. Thanks for this module, which is very very useful to my project ;-)
Could you please post a sample script+config so I can reproduce it? And which version of perl and Config::General are you using?
I can't reproduce this situation with a sample script... Sorry, you can close the ticket. Best regard Jacquelin Le Jeu 10 Juin 2010 04:24:51, TLINDEN a écrit : Show quoted text
> Could you please post a sample script+config so I can reproduce it? And > which version of perl and Config::General are you using?