Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the config-model CPAN distribution.

Report information
The Basics
Id: 74011
Status: rejected
Priority: 0/
Queue: config-model

People
Owner: DDUMONT [...] cpan.org
Requestors: xiong [...] cpan.org (daily)
Cc:
AdminCc:

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



Subject: Dependency on Log::Log4perl
Hi DDUMONT, I did not have Log::Log4perl installed prior to attempting to install Config-Model; and installation failed on missing prerequisite. I installed Log::Log4perl and installation of Config-Model proceeded beyond that point. The cause is not clear to me. I do see that Log::Log4perl is given as a 'requires' in your Build.PL and it shows up in MYMETA.yml, too. My perl installation is under version control so if you'd like to work with me on this, I can roll back to the state prior to the first installation attempt and retry. XIONG@cpan.org
On Sun Jan 15 11:45:20 2012, xiong wrote: Show quoted text
> I did not have Log::Log4perl installed prior to attempting to install > Config-Model; and installation failed on missing prerequisite. I > installed Log::Log4perl and installation of Config-Model proceeded beyond > that point.
ok, so far, that's expected. Show quoted text
> The cause is not clear to me. I do see that Log::Log4perl is given as a > 'requires' in your Build.PL and it shows up in MYMETA.yml, too.
Log::Log4Perl is used a lot in Config::Model, it cannot run without it. By default, some warnings will be shown to users through Log::Log4Perl. Is this a problem for you ? All the best
On Sun Jan 15 08:26:23 2012, DDUMONT wrote: Show quoted text
> On Sun Jan 15 11:45:20 2012, xiong wrote:
> > I did not have Log::Log4perl installed prior to attempting to
install Show quoted text
> > Config-Model; and installation failed on missing prerequisite. I > > installed Log::Log4perl and installation of Config-Model proceeded
beyond Show quoted text
> > that point.
> > ok, so far, that's expected. >
> > The cause is not clear to me. I do see that Log::Log4perl is given
as a Show quoted text
> > 'requires' in your Build.PL and it shows up in MYMETA.yml, too.
> > Log::Log4Perl is used a lot in Config::Model, it cannot run without
it. Show quoted text
> By default, some warnings will be shown to users through
Log::Log4Perl. Show quoted text
> > Is this a problem for you ? > > All the best
He is saying that Log::Log4perl isn't getting installed as a prereq when he installs your module. Maybe using Makefile.PL instead of Build.PL would solve this.
Le Mer 27 Fév 2013 22:38:55, UGEXE a écrit : Show quoted text
> He is saying that Log::Log4perl isn't getting installed as a prereq when > he installs your module. Maybe using Makefile.PL instead of Build.PL > would solve this.
May be. But I have no information to verify that his problem is solved by that change. Not even an error message or the command that was run.
Dependency on Log::Log4Perl is required and declared in Build.PL.