[packagers] perl-Nagios-Plugin

Gavin Carr gavin at openfusion.com.au
Sat Mar 15 22:20:45 CET 2008


On Sat, Mar 15, 2008 at 07:23:11PM +0100, Dag Wieers wrote:
> On Sat, 15 Mar 2008, Christoph Maser wrote:
>
>> your new perl-Nagios-Plugin just updated my on version. Afterwards all
>> Modules using it failed since it needs perl-Config-Tiny. After
>> installting that everything went back to normal. Could you add that as
>> dependency for perl-Nagios-Plugin?
>
> Thanks for the feedback Christophe. Although I wonder why 
> perl(Config::Tiny) is not automatically set as a dependency if it is 
> required. Something must 'use' or 'require' it ?

It's used as the base class for Nagios::Plugin::Config:

  use base qw(Config::Tiny);

I'd guess the dependency handling doesn't catch this case?

Cheers,
Gavin



More information about the packagers mailing list