<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Today Cosimo Streppone wrote:<br>
<br>
> I started out by including RRD::Simple, then I noticed it uses<br>
> RRDs.pm under the hood, so I converted my code to it.<br>
><br>
> I searched for RRDs on the CPAN, but I can't find it,<br>
> not on metacpan nor on <a href="http://search.cpan.org" rel="noreferrer" target="_blank">search.cpan.org</a>.<br>
><br>
> Doesn't that make CPAN distributions that need to depend<br>
> on RRDs/RRDtool automatically broken?<br>
><br>
</blockquote><div><br></div><div>No more broken than any Perl module that has a dependency on an external library or binary, e.g. SNMP.pm, XML::LibXML, most of the DBD::* modules, the list goes on.<br><br></div><div>If you try to install one of these from CPAN without first installing the dependency, the build will break. This makes sense, if you think about it. I wouldn't expect DBD::mysql to install properly if I didn't have the MySQL client installed on my system, for example.<br></div></div></div></div>