<?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 12: Modules and Exporting</title>
	<atom:link href="http://perl6advent.wordpress.com/2009/12/12/day-12-modules-and-exporting/feed/" rel="self" type="application/rss+xml" />
	<link>http://perl6advent.wordpress.com/2009/12/12/day-12-modules-and-exporting/</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: Sid Burn</title>
		<link>http://perl6advent.wordpress.com/2009/12/12/day-12-modules-and-exporting/#comment-95</link>
		<dc:creator><![CDATA[Sid Burn]]></dc:creator>
		<pubDate>Sat, 12 Dec 2009 21:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=236#comment-95</guid>
		<description><![CDATA[Can i don&#039;t choose the name under which a function gets imported? Like Sub::Exporter under Perl 5 does provide it?

use Module format =&gt; { -as =&gt; &#039;module_format&#039; }

The shown is just good for the module writers but for the user that uses the module there is no benefit. If you have different modules that all want to import &quot;format&quot; then you have the same problem like in Perl 5. Calling it with the module name or doing the importing yourself because the language is not flexible enough.]]></description>
		<content:encoded><![CDATA[<p>Can i don&#8217;t choose the name under which a function gets imported? Like Sub::Exporter under Perl 5 does provide it?</p>
<p>use Module format =&gt; { -as =&gt; &#8216;module_format&#8217; }</p>
<p>The shown is just good for the module writers but for the user that uses the module there is no benefit. If you have different modules that all want to import &#8220;format&#8221; then you have the same problem like in Perl 5. Calling it with the module name or doing the importing yourself because the language is not flexible enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gorm</title>
		<link>http://perl6advent.wordpress.com/2009/12/12/day-12-modules-and-exporting/#comment-94</link>
		<dc:creator><![CDATA[Gorm]]></dc:creator>
		<pubDate>Sat, 12 Dec 2009 16:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=236#comment-94</guid>
		<description><![CDATA[Interesting. Some quick questions:

Is it possible to explicitly specify none of the methods for export (maybe you are trying to minimize namespace pollution)?

Can the &#039;use&#039; statement export methods of the module being used by name regardless of tags?

Lastly, for classes, to make use of export methods, that means the programmer has to call &#039;use &lt;classname&gt;;&#039; at some point right? Or maybe  export happens when the class is instantiated (yikes!)?]]></description>
		<content:encoded><![CDATA[<p>Interesting. Some quick questions:</p>
<p>Is it possible to explicitly specify none of the methods for export (maybe you are trying to minimize namespace pollution)?</p>
<p>Can the &#8216;use&#8217; statement export methods of the module being used by name regardless of tags?</p>
<p>Lastly, for classes, to make use of export methods, that means the programmer has to call &#8216;use &lt;classname&gt;;&#8217; at some point right? Or maybe  export happens when the class is instantiated (yikes!)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bened</title>
		<link>http://perl6advent.wordpress.com/2009/12/12/day-12-modules-and-exporting/#comment-93</link>
		<dc:creator><![CDATA[bened]]></dc:creator>
		<pubDate>Sat, 12 Dec 2009 14:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=236#comment-93</guid>
		<description><![CDATA[Finally no &quot;use Exporter ... blablabla ...&quot; anymore! I still don&#039;t have this stuff memorized after several years of Perl 5 Programming... Maybe that&#039;s a good rule when developing the syntax of a feature of a programming language: It&#039;s not good if you haven&#039;t memorized it after using it a few times.]]></description>
		<content:encoded><![CDATA[<p>Finally no &#8220;use Exporter &#8230; blablabla &#8230;&#8221; anymore! I still don&#8217;t have this stuff memorized after several years of Perl 5 Programming&#8230; Maybe that&#8217;s a good rule when developing the syntax of a feature of a programming language: It&#8217;s not good if you haven&#8217;t memorized it after using it a few times.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
