<?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: Class::Measure 0.04 Released</title>
	<atom:link href="http://blog.bluefeet.net/2009/06/classmeasure-0-04-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bluefeet.net/2009/06/classmeasure-0-04-released/</link>
	<description>Yet another Perl Hacker weblog</description>
	<lastBuildDate>Wed, 03 Feb 2010 13:07:54 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bluefeet</title>
		<link>http://blog.bluefeet.net/2009/06/classmeasure-0-04-released/comment-page-1/#comment-8</link>
		<dc:creator>bluefeet</dc:creator>
		<pubDate>Sun, 28 Jun 2009 17:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bluefeet.net/?p=67#comment-8</guid>
		<description>Well, measure is the word we use to denote the recording of the size/weight/etc of things.  We measure them, and record the value.  This module is used to create objects that represent these measurements, and allows you to hide away the conversion of measurements from one unit to another.

Yes, the numbers are objects.  length(), for example, returns an object of type Class::Measure::Length.  The objects support operator overloading so you can do things like: my $two_inches = 2 * lengt(1, &#039;inch&#039;);

Looking at my perldoc of Class::Measure and Class::Measure::Length I am now realizing that it is greatly deficient in describing what it actually does.  :)  I&#039;ll work on fixing that.

Let me know if you have any other questions,

Aran</description>
		<content:encoded><![CDATA[<p>Well, measure is the word we use to denote the recording of the size/weight/etc of things.  We measure them, and record the value.  This module is used to create objects that represent these measurements, and allows you to hide away the conversion of measurements from one unit to another.</p>
<p>Yes, the numbers are objects.  length(), for example, returns an object of type Class::Measure::Length.  The objects support operator overloading so you can do things like: my $two_inches = 2 * lengt(1, &#8216;inch&#8217;);</p>
<p>Looking at my perldoc of Class::Measure and Class::Measure::Length I am now realizing that it is greatly deficient in describing what it actually does.  :)  I&#8217;ll work on fixing that.</p>
<p>Let me know if you have any other questions,</p>
<p>Aran</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Barta</title>
		<link>http://blog.bluefeet.net/2009/06/classmeasure-0-04-released/comment-page-1/#comment-7</link>
		<dc:creator>Robert Barta</dc:creator>
		<pubDate>Sun, 28 Jun 2009 15:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bluefeet.net/?p=67#comment-7</guid>
		<description>What has this to do with &quot;measure&quot;ment? I am asking because I recently looked for a package doing unit-sensitive computations and &quot;Measure&quot; would not have made me realize what the package does.

I also wonder what the &#039;Class&#039;y side of the package is. Are the numbers objects?</description>
		<content:encoded><![CDATA[<p>What has this to do with &#8220;measure&#8221;ment? I am asking because I recently looked for a package doing unit-sensitive computations and &#8220;Measure&#8221; would not have made me realize what the package does.</p>
<p>I also wonder what the &#8216;Class&#8217;y side of the package is. Are the numbers objects?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
