Skip Menu |

This queue is for tickets about the ZConf CPAN distribution.

Report information
The Basics
Id: 61646
Status: resolved
Priority: 0/
Queue: ZConf

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Undeclared dependency on Module::List
Grepping in ZConf reveals a hard dependency ZConf.pm:10:use Module::List qw(list_modules); but it isn't in the Makefile.PL. Thanks,
This has been fixed in '4.1.0'. Should be available via CPAN in the next few hours. 4.1.0 2010-10-30/22:00 -CPAN should now show the POD for ZConf::backends::files. -Add the method 'dumpToZML' and 'isConfigLoaded' to 'ZConf'. -'writeSetFromLoadedConfig' now verifies if the config is loaded. -Add 'bin/zccdump'. -Add 'Module::List' as a dependency to 'Makefile.PL' as it was missing. -Update 'MANIFEST', fixing lots of missing stuff. -Add some nicer example stuff to the POD. -The 'writeSetFromLoadedConfig' for the backends now checks if a config is loaded and for the config name. -Rename anything improperly labeled function is labeled method.