<?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:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Modern Perl in Linux Format</title>
	<atom:link href="http://perlhacks.com/2011/10/modern-perl-in-linux-format/feed/" rel="self" type="application/rss+xml" />
	<link>http://perlhacks.com/2011/10/modern-perl-in-linux-format/</link>
	<description>Just another Perl Hacker&#039;s blog</description>
	<lastBuildDate>Mon, 19 Mar 2012 15:52:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dave Cross</title>
		<link>http://perlhacks.com/2011/10/modern-perl-in-linux-format/#comment-2979</link>
		<dc:creator>Dave Cross</dc:creator>
		<pubDate>Sun, 20 Nov 2011 10:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=318#comment-2979</guid>
		<description>Claude,

You&#039;re absolutely right. The API for Amazon changed soon after the article was published. Sorry about that. There&#039;s nothing I can do about.

Even more annoyingly, I didn&#039;t notice the change until after I&#039;d sent in the second article in the series. So that will be published with incorrect information too. I&#039;ll make sure there&#039;s an explanation published with the third article in the series.</description>
		<content:encoded><![CDATA[<p>Claude,</p>
<p>You&#8217;re absolutely right. The API for Amazon changed soon after the article was published. Sorry about that. There&#8217;s nothing I can do about.</p>
<p>Even more annoyingly, I didn&#8217;t notice the change until after I&#8217;d sent in the second article in the series. So that will be published with incorrect information too. I&#8217;ll make sure there&#8217;s an explanation published with the third article in the series.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claude Dufour</title>
		<link>http://perlhacks.com/2011/10/modern-perl-in-linux-format/#comment-2977</link>
		<dc:creator>Claude Dufour</dc:creator>
		<pubDate>Sat, 19 Nov 2011 23:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=318#comment-2977</guid>
		<description>Good evening Dave,

I&#039;ve red, appreciated and implemented your &quot;books&quot; db (LXF-151).
Thanks -- i finally jump in the the perl lib arena : installing
manually and with cpan...

To the $./book add 0330258648 i did get the following output :

  Mandatory parameter &#039;associate_tag&#039; not defined at   
    /usr/local/share/perl/5.10.0/Net/Amazon.pm line 67.

It seems there&#039;s a third ENV var to define and to ad in the
&quot;book&quot; example :

    associate_tag =&gt; $ENV{AMAZON_ASSOCIATE} around line 85.

Using : Net-Amazon-0.61, DateTime-0.70, DBIx-Class-0.08195 and
DBIx-Class-Schema-Loader-0.07014.

Merci encore -- à bientôt
--
Claude
</description>
		<content:encoded><![CDATA[<p>Good evening Dave,</p>
<p>I&#8217;ve red, appreciated and implemented your &#8220;books&#8221; db (LXF-151).<br />
Thanks &#8212; i finally jump in the the perl lib arena : installing<br />
manually and with cpan&#8230;</p>
<p>To the $./book add 0330258648 i did get the following output :</p>
<p>  Mandatory parameter &#8216;associate_tag&#8217; not defined at<br />
    /usr/local/share/perl/5.10.0/Net/Amazon.pm line 67.</p>
<p>It seems there&#8217;s a third ENV var to define and to ad in the<br />
&#8220;book&#8221; example :</p>
<p>    associate_tag =&gt; $ENV{AMAZON_ASSOCIATE} around line 85.</p>
<p>Using : Net-Amazon-0.61, DateTime-0.70, DBIx-Class-0.08195 and<br />
DBIx-Class-Schema-Loader-0.07014.</p>
<p>Merci encore &#8212; à bientôt<br />
&#8211;<br />
Claude</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Cross</title>
		<link>http://perlhacks.com/2011/10/modern-perl-in-linux-format/#comment-2891</link>
		<dc:creator>Dave Cross</dc:creator>
		<pubDate>Thu, 20 Oct 2011 22:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=318#comment-2891</guid>
		<description>The things that we&#039;re doing with the Amazon API don&#039;t cost anything at all. However, you can use the same API key to access other web services like S3 and EC2 which do cost money.

So I suppose that&#039;s why they want your credit card. In case you use the paid services. Sorry I didn&#039;t mention it. I knew what I was doing wasn&#039;t going to cost money, but it&#039;s been such a long time since I signed up that I forgot they asked for a credit card number. Or perhaps they didn&#039;t ask as I signed up using my existing Amazon account.</description>
		<content:encoded><![CDATA[<p>The things that we&#8217;re doing with the Amazon API don&#8217;t cost anything at all. However, you can use the same API key to access other web services like S3 and EC2 which do cost money.</p>
<p>So I suppose that&#8217;s why they want your credit card. In case you use the paid services. Sorry I didn&#8217;t mention it. I knew what I was doing wasn&#8217;t going to cost money, but it&#8217;s been such a long time since I signed up that I forgot they asked for a credit card number. Or perhaps they didn&#8217;t ask as I signed up using my existing Amazon account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://perlhacks.com/2011/10/modern-perl-in-linux-format/#comment-2890</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 20 Oct 2011 20:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=318#comment-2890</guid>
		<description>So I read the article and thought great! And now I just took the first step, registering for an Amazon key to use the API. And they want my credit card number!? For searching their website to see if I want to buy something from them?

So right now I&#039;m pretty annoyed with Amazon for its business practices and pretty annoyed with you for not mentioning that money was involved. Or have I missed something?</description>
		<content:encoded><![CDATA[<p>So I read the article and thought great! And now I just took the first step, registering for an Amazon key to use the API. And they want my credit card number!? For searching their website to see if I want to buy something from them?</p>
<p>So right now I&#8217;m pretty annoyed with Amazon for its business practices and pretty annoyed with you for not mentioning that money was involved. Or have I missed something?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.165 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-03-19 18:41:10 -->
<!-- Compression = gzip -->