<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc=" http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>briancarper.net (λ) (Tag: CPAN)</title><link>http://briancarper.net/tag/84/cpan</link><description>Some guy's blog about programming and Linux and cows.</description><item><title>Thank you, Google groups</title><link>http://briancarper.net/blog/thank-you-google-groups</link><guid>http://briancarper.net/blog/thank-you-google-groups</guid><pubDate>Fri, 04 Aug 2006 10:36:28 -0700</pubDate><description>&lt;p&gt;I just had a nasty run-in with &lt;a href=&quot;http://search.cpan.org/~smueller/PAR-0.942/lib/PAR.pm&quot;&gt;PAR&lt;/a&gt;.  Activestate Perl doesn't play as nicely with CPAN as I'd like, so I usually use its own built-in &quot;Perl Package Manager&quot;.  The problem with that is that installed packages aren't rebuilt (from what I can tell), they're just downloaded in binary form and unpacked.  So you often don't get the latest version that's on CPAN.  &lt;/p&gt;

&lt;p&gt;PAR was choking on Scalar::Util, because it couldn't find a method named &quot;refaddr&quot;.  But the program worked fine when run as a .pl; it only choked after being pp'ed into a .exe via PAR.  I only need to make a TINY change to this script and re-compile it into a .EXE, so I wasn't really looking forward to rewriting this Perl application just so PAR could read it correctly. &lt;/p&gt;

&lt;p&gt;Thankfully I found an answer on &lt;a href=&quot;http://groups.google.com/group/perl.par/browse_thread/thread/4cfec27c14cc8f60/09008ad431aa0e5e?lnk=st&amp;amp;q=&amp;amp;rnum=1&quot;&gt;Google groups&lt;/a&gt;.  I coulnd't tell you how many times Google groups has saved me a heck of a lot of time and/or effort.  In this case it probably saved me a day worth of work.  Even on such an obscure question as this.  &lt;/p&gt;

&lt;p&gt;Now that I think of it, some advice: Don't use PAR for applications that are going to be used by anyone, or relied upon by anyone.  It's not a lot of fun.&lt;/p&gt;

&lt;p&gt;Actually, some better advice: Don't use Windows for applications that are going to be used by anyone, or relied upon by anyone.  That's better.&lt;/p&gt;</description></item></channel></rss>

