<?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: Moose or No Moose</title>
	<atom:link href="http://perlhacks.com/2009/09/moose-or-no-moose/feed/" rel="self" type="application/rss+xml" />
	<link>http://perlhacks.com/2009/09/moose-or-no-moose/</link>
	<description>Just another Perl Hacker&#039;s blog</description>
	<lastBuildDate>Thu, 24 May 2012 15:20:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: tomás zerolo</title>
		<link>http://perlhacks.com/2009/09/moose-or-no-moose/#comment-2804</link>
		<dc:creator>tomás zerolo</dc:creator>
		<pubDate>Fri, 02 Sep 2011 11:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=21#comment-2804</guid>
		<description>Just for the record. I&#039;m in the (painful) process of deMoosifying XML::Schematron.

I don&#039;t get all that &quot;coolness&quot; which just introduces a huge list of dependencies (in my case the app is running on an oldish platform and just the prospect of forcing the customer to keep an eye on 7-ish big Perl packages is... beyond disgusting).

700K of Moose just for 80K of packages? Thanks, but no thanks.</description>
		<content:encoded><![CDATA[<p>Just for the record. I&#8217;m in the (painful) process of deMoosifying XML::Schematron.</p>
<p>I don&#8217;t get all that &#8220;coolness&#8221; which just introduces a huge list of dependencies (in my case the app is running on an oldish platform and just the prospect of forcing the customer to keep an eye on 7-ish big Perl packages is&#8230; beyond disgusting).</p>
<p>700K of Moose just for 80K of packages? Thanks, but no thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: screwdriver</title>
		<link>http://perlhacks.com/2009/09/moose-or-no-moose/#comment-2502</link>
		<dc:creator>screwdriver</dc:creator>
		<pubDate>Fri, 11 Mar 2011 20:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=21#comment-2502</guid>
		<description>A Moose is just a crap for people unable to write OO code in Perl. Stupid scrutiny, boring cliche of oo in pure Perl. Just more mess .. for stupid ugly perl teennie boys.</description>
		<content:encoded><![CDATA[<p>A Moose is just a crap for people unable to write OO code in Perl. Stupid scrutiny, boring cliche of oo in pure Perl. Just more mess .. for stupid ugly perl teennie boys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: https://www.google.com/accounts/o8/id?id=AItOawnRCemucdk5uPgv8O1VpoGahSqHo4hc2Rw</title>
		<link>http://perlhacks.com/2009/09/moose-or-no-moose/#comment-40</link>
		<dc:creator>https://www.google.com/accounts/o8/id?id=AItOawnRCemucdk5uPgv8O1VpoGahSqHo4hc2Rw</dc:creator>
		<pubDate>Tue, 01 Dec 2009 12:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=21#comment-40</guid>
		<description>I&#039;ve read all the arguments and I am still thinking about. I discovered this blog post about a month ago, decided to come back after some time, now I am working on my own modules.
Being a maintainer for the package collection around an OS I appreciate the use of Moose in any way. Even if it&#039;s not that fast as a specialized perlish version of some routines it delivers a solid and stable framework for oop in Perl. I think this might lead into a lower rate of bugfix releases of the modules you work on.
Custom argument and type checking of constructors seems to be leading into bugs fast, Moose provides handy methods for it.
As for your module Array::Compare I think Moose is still the right way to go, even if a serious performance hit might strike some of the users. Forking it and delivering a tiny version by someone (as already suggested) might not be the best way of dealing with this problem: it requires all the depended software to be changed and being re-released just as a key dependency has changed.
I think API compatibilty is the highest good in the first place, which can be easily done - either in Moose or not. I just saw that it&#039;s still using Moose, good choice imho.
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve read all the arguments and I am still thinking about. I discovered this blog post about a month ago, decided to come back after some time, now I am working on my own modules.<br />
Being a maintainer for the package collection around an OS I appreciate the use of Moose in any way. Even if it&#8217;s not that fast as a specialized perlish version of some routines it delivers a solid and stable framework for oop in Perl. I think this might lead into a lower rate of bugfix releases of the modules you work on.<br />
Custom argument and type checking of constructors seems to be leading into bugs fast, Moose provides handy methods for it.<br />
As for your module Array::Compare I think Moose is still the right way to go, even if a serious performance hit might strike some of the users. Forking it and delivering a tiny version by someone (as already suggested) might not be the best way of dealing with this problem: it requires all the depended software to be changed and being re-released just as a key dependency has changed.<br />
I think API compatibilty is the highest good in the first place, which can be easily done &#8211; either in Moose or not. I just saw that it&#8217;s still using Moose, good choice imho.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: csjewell.comyr.com</title>
		<link>http://perlhacks.com/2009/09/moose-or-no-moose/#comment-39</link>
		<dc:creator>csjewell.comyr.com</dc:creator>
		<pubDate>Sat, 12 Sep 2009 17:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=21#comment-39</guid>
		<description>Well, I use Moose in a distribution [Perl-Dist-WiX] that&#039;s basically a command-line program [perldist] that wraps around 30 modules for ease of use and maintenance.  It also takes between 30 minutes and 6 hours to run, depending on what you pass it, how fast your machine and hard drive are, and what subclasses you ask it to use. (I&#039;m thinking a Perl-Dist-Padre build on my slow laptop without compiling a .par of Alien::wxWidgets first- but you get the idea.)
At that point, 2 sec. added to the startup time for a command-line program is not an issue, and if they improve that, it&#039;s just frosting on the cake!
</description>
		<content:encoded><![CDATA[<p>Well, I use Moose in a distribution [Perl-Dist-WiX] that&#8217;s basically a command-line program [perldist] that wraps around 30 modules for ease of use and maintenance.  It also takes between 30 minutes and 6 hours to run, depending on what you pass it, how fast your machine and hard drive are, and what subclasses you ask it to use. (I&#8217;m thinking a Perl-Dist-Padre build on my slow laptop without compiling a .par of Alien::wxWidgets first- but you get the idea.)<br />
At that point, 2 sec. added to the startup time for a command-line program is not an issue, and if they improve that, it&#8217;s just frosting on the cake!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://openid.aol.com/sid2burn</title>
		<link>http://perlhacks.com/2009/09/moose-or-no-moose/#comment-38</link>
		<dc:creator>http://openid.aol.com/sid2burn</dc:creator>
		<pubDate>Wed, 02 Sep 2009 11:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=21#comment-38</guid>
		<description>If you have already written a CPAN Module, i would recommend that you instead of switching to Moose you should write an Moosified version. Array::Compare::Moose.
For completly new Modules i would not hesitate to use Moose from the beginning.
And for the problem with Moose and loading time. Primary it is not a problem from Moose, it is more a problem from perl. Because it always recompile everything instead to cache it, but okay we have it, and we must leave with it.
But primary the loading problem is only for CLI Programs that have a short runtime. If you have something like &quot;sed&quot; or &quot;grep&quot; that needs five or four seconds to load that would be annoyed. But for persistent programs i didn&#039;t care if the starting just needs some seconds to load.
And for Padre that i use myself. I start Padre one time, and then the program runs the whole day. Hey Guys, i really don&#039;t care if startup is 2 secods faster. Even Firefox and a lot of others programs that i use have a longer start time then Padre, so i really don&#039;t see the problem here.
And the other thing, to reduce startup time when a programm gets called often the it is better to use some persistent thing. For this there even exists some blog entry from Jonathan Rockway that describes it:
&lt;a href=&quot;http://blog.jrock.us/articles/App::Persistent.pod&quot; rel=&quot;nofollow&quot;&gt;http://blog.jrock.us/articles/App::Persistent.pod&lt;/a&gt;
</description>
		<content:encoded><![CDATA[<p>If you have already written a CPAN Module, i would recommend that you instead of switching to Moose you should write an Moosified version. Array::Compare::Moose.<br />
For completly new Modules i would not hesitate to use Moose from the beginning.<br />
And for the problem with Moose and loading time. Primary it is not a problem from Moose, it is more a problem from perl. Because it always recompile everything instead to cache it, but okay we have it, and we must leave with it.<br />
But primary the loading problem is only for CLI Programs that have a short runtime. If you have something like &#8220;sed&#8221; or &#8220;grep&#8221; that needs five or four seconds to load that would be annoyed. But for persistent programs i didn&#8217;t care if the starting just needs some seconds to load.<br />
And for Padre that i use myself. I start Padre one time, and then the program runs the whole day. Hey Guys, i really don&#8217;t care if startup is 2 secods faster. Even Firefox and a lot of others programs that i use have a longer start time then Padre, so i really don&#8217;t see the problem here.<br />
And the other thing, to reduce startup time when a programm gets called often the it is better to use some persistent thing. For this there even exists some blog entry from Jonathan Rockway that describes it:<br />
<a href="http://blog.jrock.us/articles/App::Persistent.pod" rel="nofollow"></a><a href="http://blog.jrock.us/articles/App" rel="nofollow">http://blog.jrock.us/articles/App</a>::Persistent.pod</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://www.stripey.com/smylers/</title>
		<link>http://perlhacks.com/2009/09/moose-or-no-moose/#comment-37</link>
		<dc:creator>http://www.stripey.com/smylers/</dc:creator>
		<pubDate>Wed, 02 Sep 2009 11:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=21#comment-37</guid>
		<description>Moose&#039;s developers seem to think it shouldn&#039;t be used for command-line programs.
I&#039;ve seen several Moose-related talks at conferences (including Piers&#039;s excellent &lt;a href=&quot;http://yapceurope2009.org/ye2009/talk/1802&quot; rel=&quot;nofollow&quot;&gt;MooseX::Declare talk&lt;/a&gt; at Yapc Europe this year, which really made me want to use it).  But at all the talks given by Moose developers they have specifically said Moose has a significant start-up cost, so is only recommended for persistent environments.
Much of the stuff I write has a command-line interface, and this has been sufficient to put me off Moose so far.  It&#039;s really irritating for generic libraries which you know &lt;em&gt;mostly&lt;/em&gt; will be used in a mod_perl app or whatever and the command-line use is rare; the minority case appears to be dictating the overall behaviour, which doesn&#039;t seem right.  But a delay of even half a second on a command can be enough to turn it from being a joy to use to an irritant.
To those who claim Moose is usable in command-line commands, please can you get Moose developers to stop saying otherwise, cos it&#039;s hard not to take their claims seriously.
For a new Cpan module if you use Moose you&#039;re potentially restricting the scenarios in which it can be used.  That&#039;s fine — by definition you&#039;re doing that anyway in all sorts of ways, by deciding the scope of your module.  Anybody who&#039;s needs aren&#039;t met by your module simply doesn&#039;t use your module.
However for an existing Cpan module, switching to Moose may be making it no longer usable for some users whose needs were met by the previous version.  That&#039;s probably something you want do avoid doing, especially since it isn&#039;t straightforward for users to stick at a particular old release of a Cpan module.  Adding Moose to an existing module is much more likely to cause upset than using it in new code.
</description>
		<content:encoded><![CDATA[<p>Moose&#8217;s developers seem to think it shouldn&#8217;t be used for command-line programs.<br />
I&#8217;ve seen several Moose-related talks at conferences (including Piers&#8217;s excellent <a href="http://yapceurope2009.org/ye2009/talk/1802" rel="nofollow">MooseX::Declare talk</a> at Yapc Europe this year, which really made me want to use it).  But at all the talks given by Moose developers they have specifically said Moose has a significant start-up cost, so is only recommended for persistent environments.<br />
Much of the stuff I write has a command-line interface, and this has been sufficient to put me off Moose so far.  It&#8217;s really irritating for generic libraries which you know <em>mostly</em> will be used in a mod_perl app or whatever and the command-line use is rare; the minority case appears to be dictating the overall behaviour, which doesn&#8217;t seem right.  But a delay of even half a second on a command can be enough to turn it from being a joy to use to an irritant.<br />
To those who claim Moose is usable in command-line commands, please can you get Moose developers to stop saying otherwise, cos it&#8217;s hard not to take their claims seriously.<br />
For a new Cpan module if you use Moose you&#8217;re potentially restricting the scenarios in which it can be used.  That&#8217;s fine — by definition you&#8217;re doing that anyway in all sorts of ways, by deciding the scope of your module.  Anybody who&#8217;s needs aren&#8217;t met by your module simply doesn&#8217;t use your module.<br />
However for an existing Cpan module, switching to Moose may be making it no longer usable for some users whose needs were met by the previous version.  That&#8217;s probably something you want do avoid doing, especially since it isn&#8217;t straightforward for users to stick at a particular old release of a Cpan module.  Adding Moose to an existing module is much more likely to cause upset than using it in new code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nomaddervish.myopenid.com</title>
		<link>http://perlhacks.com/2009/09/moose-or-no-moose/#comment-36</link>
		<dc:creator>nomaddervish.myopenid.com</dc:creator>
		<pubDate>Wed, 02 Sep 2009 10:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=21#comment-36</guid>
		<description>&lt;i&gt;The reality of the current Perl 5 programming situation is that if you want to do OO right, you need to be using Moose.&lt;/i&gt;
Define &quot;do OO right&quot;.  Any answer containing explicit reference to Moose will be disqualified.  (&quot;You must use Moose to do OO right.&quot; + &quot;Doing OO right is defined as using Moose.&quot; = &quot;You must use Moose to use Moose&quot;, which isn&#039;t a terribly meaningful statement.)
&lt;i&gt;So don&#039;t worry about the people complaining to you about using Moose. Their priorities are not necessarily the same as yours. (Most people want to write clean, functional code.&lt;/i&gt;
False dichotomy.  I am convinced that it is possible to write clean, functional code without using Moose.  I suspect you would agree, as disagreeing would imply a belief that absolutely no clean, functional Perl code existed prior to the creation of Moose.
Don&#039;t get me wrong - Moose is a great tool and extremely useful in a wide variety of cases.  But it is not The One True Way To Write Perl.  Remember TIMTOWTDI?
</description>
		<content:encoded><![CDATA[<p><i>The reality of the current Perl 5 programming situation is that if you want to do OO right, you need to be using Moose.</i><br />
Define &#8220;do OO right&#8221;.  Any answer containing explicit reference to Moose will be disqualified.  (&#8220;You must use Moose to do OO right.&#8221; + &#8220;Doing OO right is defined as using Moose.&#8221; = &#8220;You must use Moose to use Moose&#8221;, which isn&#8217;t a terribly meaningful statement.)<br />
<i>So don&#8217;t worry about the people complaining to you about using Moose. Their priorities are not necessarily the same as yours. (Most people want to write clean, functional code.</i><br />
False dichotomy.  I am convinced that it is possible to write clean, functional code without using Moose.  I suspect you would agree, as disagreeing would imply a belief that absolutely no clean, functional Perl code existed prior to the creation of Moose.<br />
Don&#8217;t get me wrong &#8211; Moose is a great tool and extremely useful in a wide variety of cases.  But it is not The One True Way To Write Perl.  Remember TIMTOWTDI?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrock.us</title>
		<link>http://perlhacks.com/2009/09/moose-or-no-moose/#comment-35</link>
		<dc:creator>jrock.us</dc:creator>
		<pubDate>Wed, 02 Sep 2009 08:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=21#comment-35</guid>
		<description>I think your Moose-using modules look pretty nice.  I would not hesitate  to introduce one as a dependency to my project.  (Could you have not used Moose?  Sure.  But you could have also not written the code at all, or you could have written it in Brainfuck, or whatever.  &quot;Coulda, shoulda, woulda...&quot;)
The reality of the current Perl 5 programming situation is that if you want to do OO right, you need to be using Moose.  Correctness comes with a small performance hit.  (But if you care about absolute performance, why are you writing your performance-critical code in a language that is 50x slower than, say, Haskell?)
Gabor and Adam mention that Moose is too big a dependency for Padre, but honestly, by not using Moose, they are severely limiting the extension possibilities.   Nobody writes Eclipse extensions because the extension API is too brittle.  It is just plain hard to use.  Sure, there are a few token extensions... but if you (as a user) ever wonder &quot;can I do foo&quot;, you probably can&#039;t, and writing &quot;foo&quot; yourself is going to take the rest of the month.
Emacs, on the other hand, ships its own programming language, compiles, runtime, and virtual machine, just so you can say &quot;M-: (next-line)&quot;.  (Overengineering!!!1111!)  Because of this, though, extending Emacs is a joy.  Writing valuable macros takes just a few minutes.  Writing complex extensions -- support for new programming languages, project management functionality, mail readers, IRC clients, ... -- is similarly easy.  The end result is that the source tree contains 2 million lines of (optional) Lisp extensions!
So basically, a big dependency made it easy to implement new features, and people did.  The associated startup time and memory costs just don&#039;t matter -- the program itself is too useful for anyone to get too upset.  (And BTW, emacs23 has multi-tty support, which makes it start instantly.   Just like App::Persistent for Perl.)
For me, a user of a text editor, functionality is the most important thing.  So what if it takes 5 seconds to start up?  I only do that once every 3 months.
(BTW, for the opposite perspective, look at minimalist &quot;vimscript&quot;.  Yeah, you can kind of script the editor with it, but it is nowhere near as powerful as Emacs Lisp.  The result is that vim starts fast, but users have to live with compromised productivity inside the editor.  That makes me sad.)
So don&#039;t worry about the people complaining to you about using Moose.  Their priorities are not necessarily the same as yours.  (Most people want to write clean, functional code.  Padre is aiming for fast startup times and low memory usage at the cost of cleanliness and functionality.  To each their own.)
Anyway, sorry that this became a long rant, but basically -- you are writing good code, and most people would rather have a well-implemented module that adds 0.05 seconds to their app startup time than having a flaky-but-fast module, or nothing at all.  Don&#039;t worry about complaints on rt.cpan.  If Mark and Adam can&#039;t use Array::Compare because it uses Moose, that is their problem, not yours.
</description>
		<content:encoded><![CDATA[<p>I think your Moose-using modules look pretty nice.  I would not hesitate  to introduce one as a dependency to my project.  (Could you have not used Moose?  Sure.  But you could have also not written the code at all, or you could have written it in Brainfuck, or whatever.  &#8220;Coulda, shoulda, woulda&#8230;&#8221;)<br />
The reality of the current Perl 5 programming situation is that if you want to do OO right, you need to be using Moose.  Correctness comes with a small performance hit.  (But if you care about absolute performance, why are you writing your performance-critical code in a language that is 50x slower than, say, Haskell?)<br />
Gabor and Adam mention that Moose is too big a dependency for Padre, but honestly, by not using Moose, they are severely limiting the extension possibilities.   Nobody writes Eclipse extensions because the extension API is too brittle.  It is just plain hard to use.  Sure, there are a few token extensions&#8230; but if you (as a user) ever wonder &#8220;can I do foo&#8221;, you probably can&#8217;t, and writing &#8220;foo&#8221; yourself is going to take the rest of the month.<br />
Emacs, on the other hand, ships its own programming language, compiles, runtime, and virtual machine, just so you can say &#8220;M-: (next-line)&#8221;.  (Overengineering!!!1111!)  Because of this, though, extending Emacs is a joy.  Writing valuable macros takes just a few minutes.  Writing complex extensions &#8212; support for new programming languages, project management functionality, mail readers, IRC clients, &#8230; &#8212; is similarly easy.  The end result is that the source tree contains 2 million lines of (optional) Lisp extensions!<br />
So basically, a big dependency made it easy to implement new features, and people did.  The associated startup time and memory costs just don&#8217;t matter &#8212; the program itself is too useful for anyone to get too upset.  (And BTW, emacs23 has multi-tty support, which makes it start instantly.   Just like App::Persistent for Perl.)<br />
For me, a user of a text editor, functionality is the most important thing.  So what if it takes 5 seconds to start up?  I only do that once every 3 months.<br />
(BTW, for the opposite perspective, look at minimalist &#8220;vimscript&#8221;.  Yeah, you can kind of script the editor with it, but it is nowhere near as powerful as Emacs Lisp.  The result is that vim starts fast, but users have to live with compromised productivity inside the editor.  That makes me sad.)<br />
So don&#8217;t worry about the people complaining to you about using Moose.  Their priorities are not necessarily the same as yours.  (Most people want to write clean, functional code.  Padre is aiming for fast startup times and low memory usage at the cost of cleanliness and functionality.  To each their own.)<br />
Anyway, sorry that this became a long rant, but basically &#8212; you are writing good code, and most people would rather have a well-implemented module that adds 0.05 seconds to their app startup time than having a flaky-but-fast module, or nothing at all.  Don&#8217;t worry about complaints on rt.cpan.  If Mark and Adam can&#8217;t use Array::Compare because it uses Moose, that is their problem, not yours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frioux</title>
		<link>http://perlhacks.com/2009/09/moose-or-no-moose/#comment-34</link>
		<dc:creator>frioux</dc:creator>
		<pubDate>Tue, 01 Sep 2009 22:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=21#comment-34</guid>
		<description>Mouse is ghetto, even the authors say not to use it.  There are plans (I&#039;ll try to blog about them tonight) to make basic Moose usage much faster.  That means that as long as you are just using attributes, you should be fine, which a lot of these basic things are.  So I&#039;d say stick with Moose.  We&#039;ll get it fast for you :-)
</description>
		<content:encoded><![CDATA[<p>Mouse is ghetto, even the authors say not to use it.  There are plans (I&#8217;ll try to blog about them tonight) to make basic Moose usage much faster.  That means that as long as you are just using attributes, you should be fine, which a lot of these basic things are.  So I&#8217;d say stick with Moose.  We&#8217;ll get it fast for you <img src='http://perlhacks.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris.prather.org</title>
		<link>http://perlhacks.com/2009/09/moose-or-no-moose/#comment-33</link>
		<dc:creator>chris.prather.org</dc:creator>
		<pubDate>Tue, 01 Sep 2009 20:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=21#comment-33</guid>
		<description>Going from the Array::Compare::Tiny idea one of the interesting things I&#039;ve seen is Net::Twitter. When Marc Mims took over he ported the entire thing to Moose to ease maintenance since the Twitter API can be a ... complicated challenge ... to keep up with. However he knew that people would complain (and they did almost immediately) with the new overhead. Thus he worked out a solution where he generates Net::Twitter::Lite from the Moose code.
This may not be the option for you, but was an interesting take on the &quot;What do do with the Moose?&quot; problem.
</description>
		<content:encoded><![CDATA[<p>Going from the Array::Compare::Tiny idea one of the interesting things I&#8217;ve seen is Net::Twitter. When Marc Mims took over he ported the entire thing to Moose to ease maintenance since the Twitter API can be a &#8230; complicated challenge &#8230; to keep up with. However he knew that people would complain (and they did almost immediately) with the new overhead. Thus he worked out a solution where he generates Net::Twitter::Lite from the Moose code.<br />
This may not be the option for you, but was an interesting take on the &#8220;What do do with the Moose?&#8221; problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.187 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-24 18:19:19 -->
<!-- Compression = gzip -->