<?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 for Dereferenced.com</title>
	<atom:link href="http://www.dereferenced.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dereferenced.com</link>
	<description>A preponderance of Perl, an excess of XML, and additional alliterations.</description>
	<lastBuildDate>Thu, 19 Jan 2012 08:50:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Perl Module Release: Test-AgainstSchema 0.100 by rjray</title>
		<link>http://www.dereferenced.com/2012/01/17/perl-module-release-test-againstschema-0-100/comment-page-1/#comment-1756</link>
		<dc:creator>rjray</dc:creator>
		<pubDate>Thu, 19 Jan 2012 08:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereferenced.com/?p=227#comment-1756</guid>
		<description>Well, in this case it&#039;s just telling that this is the initial version :-). I don&#039;t actually auto-generate from the commits, I just copy them across. It&#039;s not very efficient, and I could probably do better if I took some time to write some tools...</description>
		<content:encoded><![CDATA[<p>Well, in this case it&#8217;s just telling that this is the initial version :-). I don&#8217;t actually auto-generate from the commits, I just copy them across. It&#8217;s not very efficient, and I could probably do better if I took some time to write some tools&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perl Module Release: Test-AgainstSchema 0.100 by Andrew</title>
		<link>http://www.dereferenced.com/2012/01/17/perl-module-release-test-againstschema-0-100/comment-page-1/#comment-1644</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 18 Jan 2012 16:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereferenced.com/?p=227#comment-1644</guid>
		<description>We really need to get away from change logs being generated by commits. What does it tell me?

Having said that, your docs are very good, and the module looks interesting.</description>
		<content:encoded><![CDATA[<p>We really need to get away from change logs being generated by commits. What does it tell me?</p>
<p>Having said that, your docs are very good, and the module looks interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perl Module Monday: HTTP::Tiny by David Golden</title>
		<link>http://www.dereferenced.com/2011/10/17/perl-module-monday-httptiny/comment-page-1/#comment-1473</link>
		<dc:creator>David Golden</dc:creator>
		<pubDate>Wed, 19 Oct 2011 15:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereferenced.com/?p=219#comment-1473</guid>
		<description>The major difference is that HTTP::Tiny is under 700 lines of code and has no non-core dependencies, whereas LWP::Simple requires LWP::UserAgent and all of its dependencies. That made HTTP::Tiny suitable for inclusion with core Perl (as of v5.14) so that CPAN can be bootstrapped over HTTP using pure Perl.

In functionality, HTTP::Tiny gives you some slight control over the user agent attributes whereas LWP::Simple gives you only the defaults of LWP::UserAgent.  There are probably some minor differences in redirect handling -- e.g. HTTP::Tiny will redirect POST requests if and only if the response is 303 (and it will convert to a GET) as per the RFC.

As to why there aren&#039;t helpers for other methods, it&#039;s mostly because of the &quot;Tiny&quot; philosophy that says that only the most essential functions should be included.</description>
		<content:encoded><![CDATA[<p>The major difference is that HTTP::Tiny is under 700 lines of code and has no non-core dependencies, whereas LWP::Simple requires LWP::UserAgent and all of its dependencies. That made HTTP::Tiny suitable for inclusion with core Perl (as of v5.14) so that CPAN can be bootstrapped over HTTP using pure Perl.</p>
<p>In functionality, HTTP::Tiny gives you some slight control over the user agent attributes whereas LWP::Simple gives you only the defaults of LWP::UserAgent.  There are probably some minor differences in redirect handling &#8212; e.g. HTTP::Tiny will redirect POST requests if and only if the response is 303 (and it will convert to a GET) as per the RFC.</p>
<p>As to why there aren&#8217;t helpers for other methods, it&#8217;s mostly because of the &#8220;Tiny&#8221; philosophy that says that only the most essential functions should be included.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perl Module Monday: HTTP::Tiny by Mark Dominus</title>
		<link>http://www.dereferenced.com/2011/10/17/perl-module-monday-httptiny/comment-page-1/#comment-1468</link>
		<dc:creator>Mark Dominus</dc:creator>
		<pubDate>Tue, 18 Oct 2011 14:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereferenced.com/?p=219#comment-1468</guid>
		<description>Can you compare it with LWP::Simple?</description>
		<content:encoded><![CDATA[<p>Can you compare it with LWP::Simple?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perl Module Monday: IMDB::Film by Robert Sedlacek</title>
		<link>http://www.dereferenced.com/2011/10/03/perl-module-monday-imdbfilm/comment-page-1/#comment-1388</link>
		<dc:creator>Robert Sedlacek</dc:creator>
		<pubDate>Tue, 04 Oct 2011 15:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereferenced.com/?p=210#comment-1388</guid>
		<description>There&#039;s also TMDB, which provides an API and a bit more free licensing IIRC. I haven&#039;t really used it yet though, so I can&#039;t comment on the designs of the interfaces on CPAN.</description>
		<content:encoded><![CDATA[<p>There&#8217;s also TMDB, which provides an API and a bit more free licensing IIRC. I haven&#8217;t really used it yet though, so I can&#8217;t comment on the designs of the interfaces on CPAN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perl Module Monday: IMDB::Film by Dereferenced.com » Blog Archive » Perl Module Monday: IMDB::Film &#124; Pici&#039;s Movie Blog</title>
		<link>http://www.dereferenced.com/2011/10/03/perl-module-monday-imdbfilm/comment-page-1/#comment-1386</link>
		<dc:creator>Dereferenced.com » Blog Archive » Perl Module Monday: IMDB::Film &#124; Pici&#039;s Movie Blog</dc:creator>
		<pubDate>Tue, 04 Oct 2011 09:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereferenced.com/?p=210#comment-1386</guid>
		<description>[...] you with a reasonably-encapsulated object representing an IMDb &#8230;      Read the original post: Dereferenced.com » Blog Archive » Perl Module Monday: IMDB::Film   This entry was posted in Uncategorized and tagged companion, imdb, object-representing, [...]</description>
		<content:encoded><![CDATA[<p>[...] you with a reasonably-encapsulated object representing an IMDb &#8230;      Read the original post: Dereferenced.com » Blog Archive » Perl Module Monday: IMDB::Film   This entry was posted in Uncategorized and tagged companion, imdb, object-representing, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perl Module Monday: Growl::Tiny by Elmira</title>
		<link>http://www.dereferenced.com/2011/08/29/perl-module-monday-growltiny/comment-page-1/#comment-1379</link>
		<dc:creator>Elmira</dc:creator>
		<pubDate>Sat, 01 Oct 2011 23:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereferenced.com/?p=197#comment-1379</guid>
		<description>You have more useful info than the British had colinoes pre-WWII.</description>
		<content:encoded><![CDATA[<p>You have more useful info than the British had colinoes pre-WWII.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perl Module Monday: Sub::Exporter by Chip</title>
		<link>http://www.dereferenced.com/2011/08/01/perl-module-monday-subexporter/comment-page-1/#comment-1376</link>
		<dc:creator>Chip</dc:creator>
		<pubDate>Sat, 01 Oct 2011 02:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereferenced.com/?p=169#comment-1376</guid>
		<description>I&#039;m rather fond of Exporter::Tidy.  The interface is simple and neat.  So far any missing features have not felt like problems.</description>
		<content:encoded><![CDATA[<p>I&#8217;m rather fond of Exporter::Tidy.  The interface is simple and neat.  So far any missing features have not felt like problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perl Module Monday: Object::Tiny (and friends) by Adam Kennedy</title>
		<link>http://www.dereferenced.com/2011/09/26/perl-module-monday-objecttiny/comment-page-1/#comment-1353</link>
		<dc:creator>Adam Kennedy</dc:creator>
		<pubDate>Wed, 28 Sep 2011 03:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereferenced.com/?p=205#comment-1353</guid>
		<description>Actually, that might be a bug after all.

If you inherit from something that doesn&#039;t have a new method, odds are it should be treated as a role and so we would...

@ISA = ( @ISA, &#039;Object::Tiny&#039; );</description>
		<content:encoded><![CDATA[<p>Actually, that might be a bug after all.</p>
<p>If you inherit from something that doesn&#8217;t have a new method, odds are it should be treated as a role and so we would&#8230;</p>
<p>@ISA = ( @ISA, &#8216;Object::Tiny&#8217; );</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perl Module Monday: Object::Tiny (and friends) by Steffen Mueller</title>
		<link>http://www.dereferenced.com/2011/09/26/perl-module-monday-objecttiny/comment-page-1/#comment-1342</link>
		<dc:creator>Steffen Mueller</dc:creator>
		<pubDate>Tue, 27 Sep 2011 06:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dereferenced.com/?p=205#comment-1342</guid>
		<description>Just a bit of additional info: Object::Tiny::XS doesn&#039;t support rw or w accessors because it was written to be an exact drop-in replacement for Object::Tiny as it worked back then. A quick look shows it still works that way, so I&#039;d be inclined to reject a request to add RW variants, though I&#039;d be open for debate.

Either way, once you have O::T::XS, you can add rw accessors as follows:

  use Class::XSAccessor accessors =&gt; [qw(foo bar baz)];

It also supports write-only accessors using the &#039;setters&#039; parameter and lvalue accessors using &#039;lvalue_accessors&#039;:


  use Class::XSAccessor
    setters =&gt; {set_foo =&gt; &#039;foo&#039;, set_bar =&gt; &#039;bar&#039;}
    lvalue_accessors =&gt; [qw(baz)];

Indeed, this requires understanding and using yet another API, but I believe the small featureset and simplicity of Object::Tiny are worth preserving.

I hope this code won&#039;t be mangled. Won&#039;t get my hopes up, though. :)</description>
		<content:encoded><![CDATA[<p>Just a bit of additional info: Object::Tiny::XS doesn&#8217;t support rw or w accessors because it was written to be an exact drop-in replacement for Object::Tiny as it worked back then. A quick look shows it still works that way, so I&#8217;d be inclined to reject a request to add RW variants, though I&#8217;d be open for debate.</p>
<p>Either way, once you have O::T::XS, you can add rw accessors as follows:</p>
<p>  use Class::XSAccessor accessors =&gt; [qw(foo bar baz)];</p>
<p>It also supports write-only accessors using the &#8216;setters&#8217; parameter and lvalue accessors using &#8216;lvalue_accessors&#8217;:</p>
<p>  use Class::XSAccessor<br />
    setters =&gt; {set_foo =&gt; &#8216;foo&#8217;, set_bar =&gt; &#8216;bar&#8217;}<br />
    lvalue_accessors =&gt; [qw(baz)];</p>
<p>Indeed, this requires understanding and using yet another API, but I believe the small featureset and simplicity of Object::Tiny are worth preserving.</p>
<p>I hope this code won&#8217;t be mangled. Won&#8217;t get my hopes up, though. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
