<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stereonaut! &#187; debian</title>
	<atom:link href="http://stereonaut.net/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://stereonaut.net</link>
	<description>David Moreno&#039;s web antics</description>
	<lastBuildDate>Mon, 23 Apr 2012 22:13:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>DebConf 11</title>
		<link>http://stereonaut.net/debconf-11/</link>
		<comments>http://stereonaut.net/debconf-11/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 17:46:54 +0000</pubDate>
		<dc:creator>David Moreno</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[debconf]]></category>
		<category><![CDATA[debconf11]]></category>

		<guid isPermaLink="false">http://stereonaut.net/?p=1253</guid>
		<description><![CDATA[Last year, I had all the intention in the world to go to Bosnia and Herzegovina this summer to attend DebConf 11, but given my non-existent involvement on the project for the last couple of years, there&#039;s no reason for me to do it. Even last year when the event was held in town, I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 20px;" title="No DebConf" src="http://www.earth.li/~noodles/blog/images/no-debconf11.png" alt="" width="150" height="150" />Last year, I had all the intention in the world to go to Bosnia and Herzegovina this summer to attend <a href="http://debconf11.debconf.org/">DebConf 11</a>, but given my non-existent involvement on the project for the last couple of years, there&#039;s no reason for me to do it. Even last year when the event was held in town, I was not entirely thrilled about it. Life has changed quite a bit in the last few years, allowing me to just find and allocate my priorities on their right places.</p>
<p>I hope everybody attending have a great time and snap lots of photos for me to see and regret not being there.</p>
]]></content:encoded>
			<wfw:commentRss>http://stereonaut.net/debconf-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>curl POST data and newlines</title>
		<link>http://stereonaut.net/curl-post-data-and-newlines/</link>
		<comments>http://stereonaut.net/curl-post-data-and-newlines/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 03:10:35 +0000</pubDate>
		<dc:creator>David Moreno</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://stereonaut.net/?p=1190</guid>
		<description><![CDATA[I&#039;m writing a Rails application for the microblogging strategy for Debian (which I used to call, debian-twitter, but you know how us Debian folks are ). I came up with a strange issue, that at first I thought was ActionController&#039;s fault or some crap. So, I was testing one of my controllers with something like [...]]]></description>
			<content:encoded><![CDATA[<p>I&#039;m writing a <a href="http://rubyonrails.org/">Rails</a> application for the <a href="http://en.wikipedia.org/wiki/Microblogging">microblogging</a> strategy for <a href="http://debian.org">Debian</a> (which I used to call, <a href="http://github.com/damog/debian-twitter">debian-twitter</a>, but you know how us Debian folks are <img src='http://stereonaut.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ). I came up with a strange issue, that at first I thought was <a href="http://guides.rubyonrails.org/action_controller_overview.html">ActionController</a>&#039;s fault or some crap.</p>
<p>So, I was testing one of my controllers with something like this:</p>
<pre class="brush: bash">cat /tmp/mm.txt | curl -d @- http://localhost:3000/message/new</pre>
<p>/tmp/mm.txt is a <a href="http://en.wikipedia.org/wiki/Pretty_Good_Privacy">PGP</a> signed message which then I just send as POST data to my application. So far so good. However, when accessing the data from Rails, using request.body.read, I was a getting a single line, with the newlines (carriage returns) removed. So I started looking at how ActionController was getting the HTTP data and stuff. But then I tested:</p>
<pre class="brush: bash">cat /tmp/mm.txt | lwp-request -m POST  http://localhost:3000/message/new</pre>
<p>And that had the carriage returns in place.</p>
<p>So, I started looking at the curl man page and discovered this little gem:</p>
<blockquote><p>&#8211;data-binary &lt;data&gt;</p>
<p>(HTTP) This posts data exactly as specified with no extra processing whatsoever.</p>
<p>If you start the data with the letter @, the rest should be a filename. Data is posted in a similar manner as &#8211;data-ascii does, except that newlines are preserved and conversions are never done.</p>
<p>If this option is used several times, the ones following the first will append data as described in -d/&#8211;data.</p></blockquote>
<pre class="brush: bash">cat /tmp/mm.txt | curl --data-binary @- http://localhost:3000/message/new</pre>
<p>&#8230;did indeed the tricky. Maybe someone needs this info some day.</p>
]]></content:encoded>
			<wfw:commentRss>http://stereonaut.net/curl-post-data-and-newlines/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>DebConf 10</title>
		<link>http://stereonaut.net/debconf-10/</link>
		<comments>http://stereonaut.net/debconf-10/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 07:04:17 +0000</pubDate>
		<dc:creator>David Moreno</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[debconf]]></category>
		<category><![CDATA[debconf10]]></category>

		<guid isPermaLink="false">http://stereonaut.net/?p=1188</guid>
		<description><![CDATA[I was in New York for three full weeks, before, during and after DebConf 10 took place. Unfortunately, I wasn&#039;t able to attend talks or go hang out with folks as much as I would&#039;ve wanted. Most of the time I was busy at the office with a new product launch we have been preparing [...]]]></description>
			<content:encoded><![CDATA[<p>I was in New York for three full weeks, before, during and after DebConf 10 took place. Unfortunately, I wasn&#039;t able to attend talks or go hang out with folks as much as I would&#039;ve wanted. Most of the time I was busy at the office with a new product launch we have been preparing for the last few months. However, I was able to come and say hi to a few people, attend the C&amp;W party and talk with friends and ran into. I was, however, following all conversations on IRC so I was pretty informed of all of what was going on. Some random thoughts:</p>
<ul>
<li>Being surrounded by so many amazing Debian people made me realize how much I&#039;ve been apart from the project. My involvement decreased pretty much since I moved to New York. But because of that, I&#039;m now slowly retaking my activity, trying to work on actual things that I use on my daily work instead of just packaging tons of shit that nobody really cared about.</li>
<li>DebConf is pretty awesome. After attending six out of the last seven Debian conferences, you get to establish a nice connection with people and they become your friends. This year, even if I only came a couple of nights, I made stronger friendships, and for that I&#039;m thankful. It is only within Debian that this human part of bonding really takes place.</li>
<li>I really regret missing a couple of events: First, the Day trip to Coney Island and the Cyclones game; and the group photo. Both because of work, yes.</li>
<li>It was interesting to hear the thoughts from one of the Bosnian attendees about next year&#039;s DebConf there. I&#039;m really sorry I can&#039;t recall his name, but it shocked a bit that he stated that they might try to find <em>better speakers</em> next year, because a lot of them &#034;sucked a lot&#034; here. All I can say is that, even though everybody&#039;s opinions are valid, this might come from an outsider, not used to Debian conferences. Where are you going to find better speakers? Us developers are the only speakers out there, good or bad, we are the ones making the conferences by and for.</li>
<li>I like Zach&#039;s attitude as DPL, even when I introduced him to a very nice friend of mine that came to the party to hang out.</li>
</ul>
<p>DebConf 10 rocked and I appreciate everybody&#039;s participation in it. See you in Banja Luka, next year!</p>
]]></content:encoded>
			<wfw:commentRss>http://stereonaut.net/debconf-10/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DebConf 10 restricted access</title>
		<link>http://stereonaut.net/debconf-10-restricted-access/</link>
		<comments>http://stereonaut.net/debconf-10-restricted-access/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 16:47:39 +0000</pubDate>
		<dc:creator>David Moreno</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[debconf]]></category>
		<category><![CDATA[debconf10]]></category>

		<guid isPermaLink="false">http://stereonaut.net/?p=1173</guid>
		<description><![CDATA[This is how we roll at DebConf 10. That chair protects our router]]></description>
			<content:encoded><![CDATA[<p>This is how we roll at <a href="http://debconf10.debconf.org">DebConf 10</a>.</p>
<p><a href="http://twitpic.com/29wtzy"><img class="aligncenter size-full wp-image-1177" title="137580766" src="http://stereonaut.net/wp-content/uploads/2010/07/137580766.jpg" alt="" width="640" height="480" /></a></p>
<p>That chair protects our router <img src='http://stereonaut.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://stereonaut.net/debconf-10-restricted-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian fails</title>
		<link>http://stereonaut.net/debian-fails/</link>
		<comments>http://stereonaut.net/debian-fails/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 21:06:19 +0000</pubDate>
		<dc:creator>David Moreno</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[planet-debian]]></category>
		<category><![CDATA[planeta linux]]></category>
		<category><![CDATA[bullshit]]></category>
		<category><![CDATA[fail]]></category>

		<guid isPermaLink="false">http://stereonaut.net/?p=1151</guid>
		<description><![CDATA[Generalizations are fun, they always are because they tend to offend people and offended people by stupid shit is usually lots of fun. Here Debian, as a whole, fails; it sucks. Here Debian blows ass, the entire project is whack. My good friend Chris Lee sent me this: If you can&#039;t see the above iframe, [...]]]></description>
			<content:encoded><![CDATA[<p>Generalizations are fun, they always are because they tend to offend people and offended people by stupid shit is usually lots of fun.</p>
<p>Here <a href="http://debian.org">Debian</a>, as a whole, fails; it sucks. Here Debian <strong>blows ass</strong>, the entire project is whack.</p>
<p>My good friend <a href="http://twitter.com/account/profile_image/akachrislee?hreflang=en">Chris Lee</a> sent me this:</p>
<p><iframe style="border:2px solid #000000" height="500" width="100%" src="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380731" title="Debian fails"></iframe></p>
<p>If you can&#039;t see the above iframe, go <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380731">here</a>.</p>
<p>Debian, full of fail. Wasn&#039;t this generalization fun?</p>
<p>Let the non-sense bullshit horses be released.</p>
]]></content:encoded>
			<wfw:commentRss>http://stereonaut.net/debian-fails/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Eben Moglen &#8211; &#039;Freedom in the Cloud&#039; 2/5 @ NYU</title>
		<link>http://stereonaut.net/eben-moglen-freedom-in-the-cloud-nyu/</link>
		<comments>http://stereonaut.net/eben-moglen-freedom-in-the-cloud-nyu/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 17:19:54 +0000</pubDate>
		<dc:creator>David Moreno</dc:creator>
				<category><![CDATA[nyc]]></category>
		<category><![CDATA[planet-debian]]></category>
		<category><![CDATA[planeta linux]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[columbia]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[eben moglen]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[nyu]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[talks]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://stereonaut.net/?p=1090</guid>
		<description><![CDATA[&#160;Biella passed this flyer around on the Debian-NYC mailing list. If you are in New York City this Friday, you won&#039;t want to miss this Eben Moglen&#039;s talk. If you can&#039;t see the embedded object, go here&#160;or to this post&#039;s permalink.]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<a href="http://gabriellacoleman.org/blog/">Biella</a> passed this flyer around on the <a href="http://lists.vireo.org/cgi-bin/mailman/listinfo/debiannyc">Debian-NYC</a> mailing list. If you are in New York City this Friday, you won&#039;t want to miss this <a href="http://emoglen.law.columbia.edu/">Eben Moglen</a>&#039;s talk.</p>
<p style="text-align: center; "><object id="doc_178351046781277" name="doc_178351046781277" height="600" width="100%" type="application/x-shockwave-flash" data="http://d1.scribdassets.com/ScribdViewer.swf" style="outline:none;"><param name="movie" value="http://d1.scribdassets.com/ScribdViewer.swf" /><param name="wmode" value="opaque" /><param name="bgcolor" value="#ffffff" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="FlashVars" value="document_id=26266103&amp;access_key=key-ie370f25lousi01fmdj&amp;page=1&amp;viewMode=list" /></object></p>
<p style="text-align: left; ">If you can&#039;t see the embedded object, go <a href="http://www.scribd.com/doc/26266103/Moglen-Flyer">here</a>&nbsp;or to this post&#039;s <a href="http://stereonaut.net/eben-moglen-freedom-in-the-cloud-nyu/">permalink</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://stereonaut.net/eben-moglen-freedom-in-the-cloud-nyu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Cherokee Summit 2010</title>
		<link>http://stereonaut.net/cherokee-summit-2010/</link>
		<comments>http://stereonaut.net/cherokee-summit-2010/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 19:02:03 +0000</pubDate>
		<dc:creator>David Moreno</dc:creator>
				<category><![CDATA[announce]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[planet-debian]]></category>
		<category><![CDATA[planeta linux]]></category>
		<category><![CDATA[cherokee]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[spain]]></category>
		<category><![CDATA[summit]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://stereonaut.net/?p=1070</guid>
		<description><![CDATA[The Cherokee web server project is hosting the Cherokee Summit 2010 in Madrid, Spain on May 7th and 8th. The summit will be focused on high-performance and scalable Web technologies. I truly believe this is a major opportunity for hackers, developers and administrators looking for the new alternatives on the Web to bond and share [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left; ">The <a href="http://cherokee-project.com">Cherokee web server project</a> is hosting the <a href="http://summit.cherokee-project.com/">Cherokee Summit</a> 2010 in Madrid, Spain on May 7th and 8th. The summit will be focused on high-performance and scalable Web technologies. I truly believe this is a major opportunity for hackers, developers and administrators looking for the new alternatives on the Web to bond and share experiences to benefit each other&#039;s projects and enterprises, and keep up to date on this field.</p>
<p>If you are interested on attending, proceed to the <a href="http://summit.cherokee-project.com/register/">registration site</a> (it&#039;s free of charge but seat-limited) and see you there in May!</p>
]]></content:encoded>
			<wfw:commentRss>http://stereonaut.net/cherokee-summit-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vitacilina now in Debian + 0.2 released!</title>
		<link>http://stereonaut.net/vitacilina-debian-per/</link>
		<comments>http://stereonaut.net/vitacilina-debian-per/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 19:24:51 +0000</pubDate>
		<dc:creator>David Moreno</dc:creator>
				<category><![CDATA[perl]]></category>
		<category><![CDATA[planet-debian]]></category>
		<category><![CDATA[planeta linux]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[vitacilina]]></category>

		<guid isPermaLink="false">http://stereonaut.net/?p=1057</guid>
		<description><![CDATA[Remember Vitacilina? A small aggregation library I wrote last year to be intended to replace Planet on Planeta Linux? Well, it never quite replaced it but it achieved some level of stability since I was using it for a number of tasks at work. So, during this long holiday weekend, I received a notification that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://stereonaut.net/wp-content/uploads/2009/11/2046242410_e38c021cc0.jpg"><img class="size-medium wp-image-1058 alignright" title="2046242410_e38c021cc0" src="http://stereonaut.net/wp-content/uploads/2009/11/2046242410_e38c021cc0-300x279.jpg" alt="2046242410_e38c021cc0" width="210" height="195" /></a>Remember <a href="http://stereonaut.net/quick-feed-aggregation-with-vitacilina/">Vitacilina</a>? A small aggregation library I wrote last year to be intended to replace <a href="http://planetplanet.org">Planet</a> on <a href="http://planetalinux.org">Planeta Linux</a>? Well, it never quite replaced it but it achieved some level of stability since I was using it for a number of tasks at work. So, during this long holiday weekend, I received a notification that the Request To Package bug I had <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513772">filled</a> against the <a href="http://www.debian.org/devel/wnpp/">Work-Needing and Prospective Packages in Debian</a> has already been taken care of and the library had been uploaded. Of course, I could have made this myself a long time ago, but at the time it was simpler and faster just to hope someone else would do it at some point.</p>
<p>So, <a href="http://qa.debian.org/developer.php?login=debian@midworld.net">Dario</a> did it. He packaged it and uploaded version 0.1 under the umbrella of the <a href="http://pkg-perl.alioth.debian.org/">Debian Perl Group</a>. Hurray!</p>
<p>But then I realized that <a href="http://chorny.net/">Alexandr Ciornii</a> had implemented some nice changes to <a href="http://github.com/damog/vitacilina">Vitacilina</a> back in September that I never got to include or release as a <a href="http://search.cpan.org/">CPAN</a> distribution. And so I just did. I&#039;ve uploaded 0.2 to CPAN and you can fetch it with <tt><a href="http://search.cpan.org/~miyagawa/App-CPAN-Fresh-0.07/cpanf">cpanf</a> Vitacilina</tt> or wait for the Debian Perl folks to update it <img src='http://stereonaut.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://stereonaut.net/vitacilina-debian-per/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debian Workshop 1 at New York City</title>
		<link>http://stereonaut.net/debian-workshop-1-at-new-york-city/</link>
		<comments>http://stereonaut.net/debian-workshop-1-at-new-york-city/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 23:41:25 +0000</pubDate>
		<dc:creator>David Moreno</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[planet-debian]]></category>
		<category><![CDATA[planeta linux]]></category>
		<category><![CDATA[brooklyn]]></category>
		<category><![CDATA[nyc]]></category>

		<guid isPermaLink="false">http://log.damog.net/?p=971</guid>
		<description><![CDATA[So Debian-NYC, mainly the DebConf10 local team, organized a workshop for people interested on Debian packaging. The nice people of drop.io offered their handy location in Brooklyn. So this is the first attempt to bring new comers to Debian aiming DebConf10 next summer. Micah and dkg are the ones leading the workshop so far. Pictures!]]></description>
			<content:encoded><![CDATA[<p>So <a href="http://wiki.debian.org/DebianNYC">Debian-NYC</a>, mainly the <a href="http://debconf10.debconf.org/">DebConf10</a> local team, organized a workshop for people interested on Debian packaging. The nice people of <a href="http://drop.io">drop.io</a> offered their handy location in Brooklyn.</p>
<p>So this is the first attempt to bring new comers to Debian aiming DebConf10 next summer. <a href="http://riseup.net">Micah</a> and <a href="http://fifthhorseman.net/">dkg</a> are the ones leading the workshop so far.</p>
<p>Pictures!</p>

<a href='http://stereonaut.net/debian-workshop-1-at-new-york-city/img_0952/' title='IMG_0952'><img width="150" height="150" src="http://stereonaut.net/wp-content/uploads/2009/10/IMG_0952-150x150.jpg" class="attachment-thumbnail" alt="IMG_0952" title="IMG_0952" /></a>
<a href='http://stereonaut.net/debian-workshop-1-at-new-york-city/img_0951/' title='IMG_0951'><img width="150" height="150" src="http://stereonaut.net/wp-content/uploads/2009/10/IMG_0951-150x150.jpg" class="attachment-thumbnail" alt="IMG_0951" title="IMG_0951" /></a>
<a href='http://stereonaut.net/debian-workshop-1-at-new-york-city/img_0948/' title='IMG_0948'><img width="150" height="150" src="http://stereonaut.net/wp-content/uploads/2009/10/IMG_0948-150x150.jpg" class="attachment-thumbnail" alt="IMG_0948" title="IMG_0948" /></a>
<a href='http://stereonaut.net/debian-workshop-1-at-new-york-city/img_0949/' title='IMG_0949'><img width="150" height="150" src="http://stereonaut.net/wp-content/uploads/2009/10/IMG_0949-150x150.jpg" class="attachment-thumbnail" alt="IMG_0949" title="IMG_0949" /></a>
<a href='http://stereonaut.net/debian-workshop-1-at-new-york-city/img_0950/' title='IMG_0950'><img width="150" height="150" src="http://stereonaut.net/wp-content/uploads/2009/10/IMG_0950-150x150.jpg" class="attachment-thumbnail" alt="IMG_0950" title="IMG_0950" /></a>
<a href='http://stereonaut.net/debian-workshop-1-at-new-york-city/img_0953/' title='IMG_0953'><img width="150" height="150" src="http://stereonaut.net/wp-content/uploads/2009/10/IMG_0953-150x150.jpg" class="attachment-thumbnail" alt="IMG_0953" title="IMG_0953" /></a>

]]></content:encoded>
			<wfw:commentRss>http://stereonaut.net/debian-workshop-1-at-new-york-city/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Re: Private methods in Perl5</title>
		<link>http://stereonaut.net/re-private-methods-in-perl5/</link>
		<comments>http://stereonaut.net/re-private-methods-in-perl5/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 20:41:33 +0000</pubDate>
		<dc:creator>David Moreno</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[planet-debian]]></category>
		<category><![CDATA[planeta linux]]></category>
		<category><![CDATA[moose]]></category>

		<guid isPermaLink="false">http://log.damog.net/?p=935</guid>
		<description><![CDATA[Peter, I have a single word for you: Moose.]]></description>
			<content:encoded><![CDATA[<p><a href="http://peter.makholm.net/2009/08/14/private-methods-in-perl5/">Peter</a>, I have a single word for you: <strong><a href="http://moose.perl.org/">Moose</a></strong>.</p>
<p><img class="aligncenter size-thumbnail wp-image-936" title="Photo 81" src="http://log.damog.net/wp-content/uploads/2009/08/Photo-81-150x150.jpg" alt="Photo 81" width="150" height="150" /></p>
<p> <img src='http://stereonaut.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://stereonaut.net/re-private-methods-in-perl5/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

