Skip Menu |

This queue is for tickets about the AppConfig CPAN distribution.

Report information
The Basics
Id: 4226
Status: resolved
Priority: 0/
Queue: AppConfig

People
Owner: NEILB [...] cpan.org
Requestors: chris.fuhrman [...] tfcci.com
Cc:
AdminCc:

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



Subject: AppConfig 1.55 produces error when running perl -w
When a program that uses AppConfig is run with the -w module, the following output is produced: Argument "ARGCOUNT_LIST" isn't numeric in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.8.0/AppConfig/State.pm line 615, <FH> line 9. Argument "ARGCOUNT_LIST" isn't numeric in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.8.0/AppConfig/State.pm line 615, <FH> line 10. Argument "ARGCOUNT_LIST" isn't numeric in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.8.0/AppConfig/State.pm line 615, <FH> line 11. Argument "ARGCOUNT_LIST" isn't numeric in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.8.0/AppConfig/State.pm line 615, <FH> line 13. Argument "ARGCOUNT_LIST" isn't numeric in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.8.0/AppConfig/State.pm line 615, <FH> line 14. Argument "ARGCOUNT_LIST" isn't numeric in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.8.0/AppConfig/State.pm line 615, <FH> line 15. Argument "ARGCOUNT_LIST" isn't numeric in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.8.0/AppConfig/State.pm line 615, <FH> line 16. Argument "ARGCOUNT_LIST" isn't numeric in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.8.0/AppConfig/State.pm line 615, <FH> line 19. This seems to happen irregardless of how AppConfig->new is called. I am presently calling AppConfig like so: if (-e $file) { $cfg = AppConfig->new( { CREATE => 1, GLOBAL => { DEFAULT => <undef>, ARGCOUNT => 1 } } ); $cfg->file($file); return $cfg } # if (-e $file) Other relevant information: OS : Solaris 8 x86 Perl : 5.8.0 Pleaes let me know if you require any additional information
Given this was 12 years, I'll assume it's been fixed in one of the 15 releases since you submitted or your. And also that you probably don't have the problem now anyway :-) Sorry it took so long. Neil