If nothing else depends on the Ubuntu package, I would remove it before installing with cpan.<br><br><div class="gmail_quote">On Fri, Jan 21, 2011 at 6:40 PM, Robert P. J. Day <span dir="ltr">&lt;<a href="mailto:rpjday@crashcourse.ca">rpjday@crashcourse.ca</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Fri, 21 Jan 2011, Justin Wheeler wrote:<br>
<br>
&gt; debian/ubuntu follow a standard package naming format for perl modules.<br>
&gt;<br>
&gt; lib&lt;lc(package name with s/::/-/g;)&gt;-perl<br>
&gt;<br>
&gt; So, for example, if DBIx::Class has perl modules, it would be:<br>
&gt;<br>
&gt; libdbix-class-perl<br>
<br>
</div>  i thought that was the case, so i was fairly sure there was no<br>
ubuntu package for it.  no problem, this seems to have solved *that*<br>
problem:<br>
<br>
  $ sudo cpan File::Inplace<br>
<br>
however, now that that&#39;s resolved, the build script runs through the<br>
list of requirements and i get:<br>
<br>
Checking prerequisites...<br>
 - ERROR: XML::Simple is not installed<br>
 - ERROR: Template is not installed<br>
 - ERROR: XML::TreeBuilder (3.09) is installed, but we need version &gt;= 4<br>
 - ERROR: XML::Simple is not installed<br>
 - ERROR: Template is not installed<br>
 - ERROR: XML::TreeBuilder (3.09) is installed, but we need version &gt;= 4<br>
<br>
so start with:<br>
<br>
 $ sudo apt-get install libxml-simple-perl libtemplate-perl<br>
<br>
and i&#39;m down to:<br>
<br>
Checking prerequisites...<br>
 - ERROR: XML::TreeBuilder (3.09) is installed, but we need version &gt;= 4<br>
 - ERROR: XML::TreeBuilder (3.09) is installed, but we need version &gt;= 4<br>
<br>
but that&#39;s the tricky one since the *current* perl package is<br>
obviously not new enough.  under these circumstances, would i run cpan<br>
again for this module?<br>
<div><div></div><div class="h5"><br>
rday<br>
<br>
_______________________________________________<br>
kw-pm mailing list<br>
<a href="mailto:kw-pm@pm.org">kw-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/kw-pm" target="_blank">http://mail.pm.org/mailman/listinfo/kw-pm</a><br>
</div></div></blockquote></div><br>