<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Packaging the perl, give it to atom, all on Panther</title>
      <link>http://ask.metafilter.com/5208/Packaging-the-perl-give-it-to-atom-all-on-Panther/</link>
      <description>Comments on Ask MetaFilter post Packaging the perl, give it to atom, all on Panther</description>
	  	  <pubDate>Sun, 08 Feb 2004 04:54:59 -0800</pubDate>
      <lastBuildDate>Sun, 08 Feb 2004 04:54:59 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Packaging the perl, give it to atom, all on Panther</title>
  	<link>http://ask.metafilter.com/5208/Packaging-the-perl-give-it-to-atom-all-on-Panther</link>	
  	<description>I&apos;m trying to write a short Perl script under Mac OS X (Panther) to post to a Moveable Type weblog using the Atom API.  After some initial problems with installing packages, I&apos;m having this issue. [more inside] &lt;br /&gt;&lt;br /&gt; I get the following error:  Can&apos;t locate XML/LibXML.pm in @INC.   Any pointers from you Mac/Perl gurus? &lt;br&gt;
&lt;br&gt;
(LibXML.pm is located under: /Users/,username/.cpan/build/XML-LibXML-1.56)</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.5208</guid>
  	<pubDate>Sat, 07 Feb 2004 23:15:30 -0800</pubDate>
  	<dc:creator>mmangano</dc:creator>
	
	<category>perl</category>
	
	<category>script</category>
	
	<category>mac</category>
	
	<category>osX</category>
	
	<category>panther</category>
	
	<category>moveable</category>
	
	<category>type</category>
	
	<category>API</category>
	
	<category>atom</category>
	
</item>
<item>
  	<title>By: fvw</title>
  	<link>http://ask.metafilter.com/5208/Packaging-the-perl-give-it-to-atom-all-on-Panther#113305</link>	
  	<description>That doesn&apos;t sound like a proper location for the perl module; It should probably get installed somewhere in the module paths listed when you do &apos;perl -V&apos;. If you insist on using it there, make a symlink from XML-LibXML-1.56 to &apos;XML&apos; in that same directory, and put &lt;code&gt;use lib &apos;/Users/,username/.cpan/build/&apos;;&lt;/code&gt; at the top of your script. This adds your CPAN build dir to your module path list. (Once again, this is very probably not what you want to do).</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.5208-113305</guid>
  	<pubDate>Sun, 08 Feb 2004 04:54:59 -0800</pubDate>
  	<dc:creator>fvw</dc:creator>
</item>
<item>
  	<title>By: thebabelfish</title>
  	<link>http://ask.metafilter.com/5208/Packaging-the-perl-give-it-to-atom-all-on-Panther#113307</link>	
  	<description>LibXML.pm shouldn&apos;t be there; that is the default CPAN.pm build dir.  Log in as root (e.g. with &lt;tt&gt;su&lt;/tt&gt; in a terminal) and try: &lt;tt&gt;perl -MCPAN -e &apos;install XML::LibXML&apos;&lt;/tt&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.5208-113307</guid>
  	<pubDate>Sun, 08 Feb 2004 05:33:53 -0800</pubDate>
  	<dc:creator>thebabelfish</dc:creator>
</item>

    </channel>
</rss>
