<p>Thanks for the suggestion. Compiling my own perl build was really a last ditch option I regarded as admitting defeat, i.e., fixing / finding the actual problem wa deemed to difficult.</p>
<p>Late last night, after going through the build logs in much greater detail, I noticed that a number of packages were asking for module builder of a recent vintage. Turns out that this was the root of the problem. Module builder needed to update itself, however, somewhere along the line, module builder broke its ability to update itself more than one point release at a time. Once I fixed this, Catalyst updated just fine.</p>

<div class="gmail_quote">On Feb 13, 2012 1:48 AM, &quot;Kieren Diment&quot; &lt;<a href="mailto:diment@gmail.com">diment@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 13/02/2012, at 1:32 PM, Evan Carew wrote:<br>
<br>
&gt; I have the older Catalyst packages for my stock FC12 laptop installed, and<br>
&gt; I&#39;ve failed to upgrade them twice already. The question I have is what&#39;s<br>
&gt; the best way to get the latest Catalyst installed on my linux box. Do I<br>
&gt; need to clear out perl entirely, and start from scratch, or is there some<br>
&gt; not-so-well-known procedure besides CPAN to upgrade to the latest.<br>
<br>
1. Compile your own perl to /usr/local/bin or a relocatable perl<br>
<br>
1a If relocatable also install and configure local::lib (mainly because of shebang issues and relocatable perl) (optionally install and configure local::lib anyway).<br>
<br>
2. Update your PATH variable if necessary.<br>
<br>
3. Install App::Cpanminus.<br>
<br>
4.  Leave the system perl alone for system utilities.<br>
_______________________________________________<br>
List: <a href="mailto:Catalyst@lists.scsys.co.uk">Catalyst@lists.scsys.co.uk</a><br>
Listinfo: <a href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst" target="_blank">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</a><br>
Searchable archive: <a href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/" target="_blank">http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</a><br>
Dev site: <a href="http://dev.catalyst.perl.org/" target="_blank">http://dev.catalyst.perl.org/</a><br>
</blockquote></div>