<?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 10 &#8211; Don&#8217;t quote me on it&#8230;</title>
	<atom:link href="http://perl6advent.wordpress.com/2012/12/10/day-10-dont-quote-me-on-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://perl6advent.wordpress.com/2012/12/10/day-10-dont-quote-me-on-it/</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: saan</title>
		<link>http://perl6advent.wordpress.com/2012/12/10/day-10-dont-quote-me-on-it/#comment-2958</link>
		<dc:creator><![CDATA[saan]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 15:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=1616#comment-2958</guid>
		<description><![CDATA[rakudo print the indent tab before word..]]></description>
		<content:encoded><![CDATA[<p>rakudo print the indent tab before word..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saan</title>
		<link>http://perl6advent.wordpress.com/2012/12/10/day-10-dont-quote-me-on-it/#comment-2957</link>
		<dc:creator><![CDATA[saan]]></dc:creator>
		<pubDate>Wed, 09 Jan 2013 14:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=1616#comment-2957</guid>
		<description><![CDATA[my @searches = q:to/SEARCHES/.lines;
    beer
    masak
    SEARCHES

for @searches -&gt; $s {
    say $s;
}

and the result:
    beer
    masak

rakudo the indent tab before word

Is this a bug or ...?]]></description>
		<content:encoded><![CDATA[<p>my @searches = q:to/SEARCHES/.lines;<br />
    beer<br />
    masak<br />
    SEARCHES</p>
<p>for @searches -&gt; $s {<br />
    say $s;<br />
}</p>
<p>and the result:<br />
    beer<br />
    masak</p>
<p>rakudo the indent tab before word</p>
<p>Is this a bug or &#8230;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
