<?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>hmmm.... &#187; modules</title>
	<atom:link href="http://michael.thegrebs.com/tag/modules/feed/" rel="self" type="application/rss+xml" />
	<link>http://michael.thegrebs.com</link>
	<description></description>
	<lastBuildDate>Thu, 27 Oct 2011 18:48:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Module::Signature Rocks My Socks</title>
		<link>http://michael.thegrebs.com/2008/06/01/module-signature/</link>
		<comments>http://michael.thegrebs.com/2008/06/01/module-signature/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 01:45:06 +0000</pubDate>
		<dc:creator>mikegrb</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://michael.thegrebs.com/?p=116</guid>
		<description><![CDATA[Just discovered the perl module Module::Signature by 唐鳳 (Audrey Tang) the other day. It&#8217;s pretty spiffy. Implementing is easy (stolen from the docs): MakeMaker: WriteMakefile( (MM->can('signature_target') ? (SIGN => 1) : ()), # ... original arguments ... ); Module::Build: Module::Build->new( &#8230; <a href="http://michael.thegrebs.com/2008/06/01/module-signature/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just discovered the perl module <a href="http://search.cpan.org/~audreyt/Module-Signature/">Module::Signature</a> by 唐鳳 (Audrey Tang) the other day.  It&#8217;s pretty spiffy.</p>
<p>Implementing is easy (stolen from the docs):</p>
<p>MakeMaker:</p>
<pre>    WriteMakefile(
        (MM->can('signature_target') ? (SIGN => 1) : ()),
        # ... original arguments ...
    );</pre>
<p>Module::Build:</p>
<pre>   Module::Build->new(
        (sign => 1),
        # ... original arguments ...
    )->create_build_script;</pre>
<p>Don&#8217;t forget to add</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">SIGNATURE</div></div>
<p>to your</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">MANIFEST</div></div>
<p>if needed.</p>
<p>Then when running</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">make dist</div></div>
<p>you will be prompted for the pass phrase for your gpg key.  For extra goodness, add <a href="http://search.cpan.org/src/AUDREYT/Module-Signature-0.55/t/0-signature.t">0-signature.t</a> to your tests.  It includes a single test that verifies the package cryptographically during</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">make test</div></div>
<p>if the</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">TEST_SIGNATURE</div></div>
<p>environment variable is set.</p>
<p>If you know waltman and haven&#8217;t heard of this module, yell at him for not telling you about it, he&#8217;s mentioned in the</p>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">AUTHORS</div></div>
<p>file for his stellar documentation patches.</p>
]]></content:encoded>
			<wfw:commentRss>http://michael.thegrebs.com/2008/06/01/module-signature/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

