<?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 on: Implementing a Mixin for Tagging</title>
	<atom:link href="http://blogs.liblime.com/developers/2009/05/18/implementing-a-mixin-for-tagging/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.liblime.com/developers/2009/05/18/implementing-a-mixin-for-tagging/</link>
	<description>Notes on software development, open source, and library technology</description>
	<pubDate>Fri, 19 Mar 2010 23:08:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: john.beppu</title>
		<link>http://blogs.liblime.com/developers/2009/05/18/implementing-a-mixin-for-tagging/comment-page-1/#comment-12469</link>
		<dc:creator>john.beppu</dc:creator>
		<pubDate>Wed, 27 May 2009 10:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.liblime.com/developers/?p=224#comment-12469</guid>
		<description>In situations where you want to have a mixin or role but can't afford to pull in something like Moose::Role, this technique will get you a lot of mileage.  It does not have any non-core dependencies, and it should work with any Perl 5 class.  It's very light on resources, too.</description>
		<content:encoded><![CDATA[<p>In situations where you want to have a mixin or role but can&#8217;t afford to pull in something like Moose::Role, this technique will get you a lot of mileage.  It does not have any non-core dependencies, and it should work with any Perl 5 class.  It&#8217;s very light on resources, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john.beppu</title>
		<link>http://blogs.liblime.com/developers/2009/05/18/implementing-a-mixin-for-tagging/comment-page-1/#comment-12076</link>
		<dc:creator>john.beppu</dc:creator>
		<pubDate>Mon, 18 May 2009 19:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.liblime.com/developers/?p=224#comment-12076</guid>
		<description>Thanks.  This is a technique I've known about for a while, but I haven't had the chance to use this particular one until now.  I'm a big fan of expanding behavior of objects "horizontally" via mixins, traits, roles, or whatever you want to call these named collections of behaviors.</description>
		<content:encoded><![CDATA[<p>Thanks.  This is a technique I&#8217;ve known about for a while, but I haven&#8217;t had the chance to use this particular one until now.  I&#8217;m a big fan of expanding behavior of objects &#8220;horizontally&#8221; via mixins, traits, roles, or whatever you want to call these named collections of behaviors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Atzberger</title>
		<link>http://blogs.liblime.com/developers/2009/05/18/implementing-a-mixin-for-tagging/comment-page-1/#comment-12073</link>
		<dc:creator>Joe Atzberger</dc:creator>
		<pubDate>Mon, 18 May 2009 18:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.liblime.com/developers/?p=224#comment-12073</guid>
		<description>Nice idea.</description>
		<content:encoded><![CDATA[<p>Nice idea.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
