<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Day 3 &#8211; Whatever the layout manager is</title>
	<atom:link href="http://perl6advent.wordpress.com/2012/12/03/day-3-whatever-the-layout-manager-is/feed/" rel="self" type="application/rss+xml" />
	<link>http://perl6advent.wordpress.com/2012/12/03/day-3-whatever-the-layout-manager-is/</link>
	<description>Something cool about Perl 6 every day</description>
	<lastBuildDate>Sun, 03 Feb 2013 05:15:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Yary Hluchan (@YaryH)</title>
		<link>http://perl6advent.wordpress.com/2012/12/03/day-3-whatever-the-layout-manager-is/#comment-1417</link>
		<dc:creator><![CDATA[Yary Hluchan (@YaryH)]]></dc:creator>
		<pubDate>Thu, 06 Dec 2012 14:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=1123#comment-1417</guid>
		<description><![CDATA[I&#039;m just a perl6 bystander... from what I can tell, if you want a value to appear in more than one place, it needs to be named. You could slightly shorten your example using placeholder parameters to &quot;my $f = { $^x ** 2 + 3 * $^x + 5 };&quot;]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m just a perl6 bystander&#8230; from what I can tell, if you want a value to appear in more than one place, it needs to be named. You could slightly shorten your example using placeholder parameters to &#8220;my $f = { $^x ** 2 + 3 * $^x + 5 };&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Molosky</title>
		<link>http://perl6advent.wordpress.com/2012/12/03/day-3-whatever-the-layout-manager-is/#comment-1366</link>
		<dc:creator><![CDATA[Molosky]]></dc:creator>
		<pubDate>Tue, 04 Dec 2012 08:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=1123#comment-1366</guid>
		<description><![CDATA[my $f = -&gt; $x { $x ** 2 + 3 * $x + 5 };

I am curious about how to code it with whatever]]></description>
		<content:encoded><![CDATA[<p>my $f = -&gt; $x { $x ** 2 + 3 * $x + 5 };</p>
<p>I am curious about how to code it with whatever</p>
]]></content:encoded>
	</item>
</channel>
</rss>
