<?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>dot dot romkey &#187; uvfood</title>
	<atom:link href="http://dot.romkey.com/tag/uvfood/feed/" rel="self" type="application/rss+xml" />
	<link>http://dot.romkey.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 08 Mar 2010 04:05:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Working Through a Catalyst View Rendering Problem</title>
		<link>http://dot.romkey.com/2008/10/01/working-through-a-catalyst-view-rendering-problem-along-with-sending-email/</link>
		<comments>http://dot.romkey.com/2008/10/01/working-through-a-catalyst-view-rendering-problem-along-with-sending-email/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 02:39:01 +0000</pubDate>
		<dc:creator>romkey</dc:creator>
				<category><![CDATA[Catalyst]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[uvfood]]></category>

		<guid isPermaLink="false">http://dot.romkey.com/2008/10/01/working-through-a-catalyst-view-rendering-problem-along-with-sending-email/</guid>
		<description><![CDATA[  I've been adding some belated email notifications to  UVFood  and in the process I ran into a frustrating problem: it wasn't working at all.  ...  Views are for rendering pages, but Catalyst::View::Email takes already-rendered text and then emails it somewhere.  ...  I've written templates for the messages I need to send using HTML::Mason, so I need to render these templates before I can send a message. 

...The fix is to fully qualify the view name, ie:    my $v = $c->view('UVFoodApp::View::Mason');    Now I'm getting the correct component. <hr /><small>Copyright &#169; 2008-2009<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.191.108) )</small>]]></description>
		<wfw:commentRss>http://dot.romkey.com/2008/10/01/working-through-a-catalyst-view-rendering-problem-along-with-sending-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
