<?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>logicLAB.org &#187; cpan</title>
	<atom:link href="http://logiclab.org/wordpress/tag/cpan/feed/" rel="self" type="application/rss+xml" />
	<link>http://logiclab.org/wordpress</link>
	<description>logicLAB Open Source Activities and Projects</description>
	<lastBuildDate>Tue, 31 Jan 2012 08:23:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CPAN Release Business::DK::Phonenumber 0.04</title>
		<link>http://logiclab.org/wordpress/2012/01/31/cpan-release-businessdkphonenumber-0-04/</link>
		<comments>http://logiclab.org/wordpress/2012/01/31/cpan-release-businessdkphonenumber-0-04/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 08:16:42 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2012/01/31/cpan-release-businessdkphonenumber-0-04/</guid>
		<description><![CDATA[My friend, colleague and fellow Copenhagen Perl Monger Asbjørn Thegler reported a bug with Business::DK::Phonenumber (BDKPHN-10).
Looking at the code we found out that parts of it made no sense. Asbjørn provided me with a good example demonstrating the bug, so this was quickly translated to a test (BDKPHN-10) and the non-sense code and the issue [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left">My friend, colleague and fellow Copenhagen Perl Monger Asbjørn Thegler reported a bug with <a href="http://logiclab.jira.com/wiki/display/BDKPHN/Home">Business::DK::Phonenumber</a> (<a href="http://logiclab.jira.com/browse/BDKPHN-10">BDKPHN-10</a>).</p>
<p style="text-align: left">Looking at the code we found out that parts of it made no sense. Asbjørn provided me with a good example demonstrating the bug, so this was quickly translated to a test (<a href="http://logiclab.jira.com/source/browse/BDKPHN/trunk/t/BDKPHN-10.t?hb=true">BDKPHN-10</a>) and the non-sense code and the issue could be addressed.</p>
<p style="text-align: left">The release has been uploaded to PAUSE and should be available on CPAN.</p>
<p style="text-align: left">Thanks to Asbjørn for reporting the bug.</p>
<p style="text-align: left">jonasbn, Copenhagen</p>
<p style="text-align: left">PS. this post was cross-posted from the <a href="http://logiclab.jira.com/wiki/pages/viewrecentblogposts.action?key=BDKPHN">project blog on Business::DK::Phonenumber</a></p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2012/01/31/cpan-release-businessdkphonenumber-0-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Initial Release of Task-Jenkins Uploaded to CPAN</title>
		<link>http://logiclab.org/wordpress/2011/12/27/initial-release-of-task-jenkins-uploaded-to-cpan/</link>
		<comments>http://logiclab.org/wordpress/2011/12/27/initial-release-of-task-jenkins-uploaded-to-cpan/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 19:47:53 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[Task::Jenkins]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/12/27/initial-release-of-task-jenkins-uploaded-to-cpan/</guid>
		<description><![CDATA[First release of Task::Jenkins have been uploaded to PAUSE and it should be available via your local CPAN mirror by the time of publication of this post or shortly hereafter.
Task::Jenkins is a collection of distributions for continuous integration using Jenkins it installs a collection of distributions which have been identified as useful in utilizing Jenkins [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left">First release of <a href="http://logiclab.jira.com/wiki/display/OPEN/Task-Jenkins">Task::Jenkins</a> have been uploaded to PAUSE and it should be available via your local CPAN mirror by the time of publication of this post or shortly hereafter.</p>
<p style="text-align: left">Task::Jenkins is a collection of distributions for continuous integration using Jenkins it installs a collection of distributions which have been identified as useful in utilizing Jenkins for continuous integration of Perl distributions, applications and code.</p>
<p style="text-align: left">The key concept in the use of Jenkins for Perl is enabling the existing tool chain with minor adjustments.</p>
<p style="text-align: left">The basic requirements are that you are using some sort of build system, basically you just need some way to initiate an execution of you test suite from a command line. The test suite is then expected to output to the console so the output from the test run can be inspected and the return value of the test run can be used to indicate whether the test run was a success or failure.</p>
<p style="text-align: left">Using standard tool chain components like Test::Harness works out of the box.</p>
<p style="text-align: left">For a tutorial on how to get started please see <a href="http://logiclab.jira.com/wiki/display/OPEN/Continuous+Integration">the wiki page on Continuous Integration with Perl</a>.</p>
<p style="text-align: left">The distribution is a Task based distribution, so it does not contain any code as such, but simply bundles existing distributions for easy handling. Currently Task::Jenkins contain:</p>
<p style="text-align: left">- App::Prove</p>
<p style="text-align: left">- Devel::Cover</p>
<p style="text-align: left">- TAP::Formatter::JUnit</p>
<p style="text-align: left">Suggestions, feedback, patches etc. most welcome,</p>
<p style="text-align: left">jonasbn</p>
<p style="text-align: left">PS. this post was cross-posted from the <a href="http://logiclab.jira.com/wiki/display/TJENKINS/2011/12/26/Initial+Release+of+Task-Jenkins+Uploaded+to+CPAN">project blog on Task::Jenkins</a></p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/12/27/initial-release-of-task-jenkins-uploaded-to-cpan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CPAN Release Business::DK::FI 0.04</title>
		<link>http://logiclab.org/wordpress/2011/12/03/cpan-release-businessdkfi-0-04/</link>
		<comments>http://logiclab.org/wordpress/2011/12/03/cpan-release-businessdkfi-0-04/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 15:20:23 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[0.04]]></category>
		<category><![CDATA[business::dk::fi]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/12/03/cpan-release-businessdkfi-0-04/</guid>
		<description><![CDATA[This bug fix release re-addresses previous attempts at fixing a bug (see releases 0.03 and 0.02). The issue seemed to be associated with architecture and where I have only developed on a 64-bit enabled platforms using a 64-bit enabled perl I could not replicate the issue, which was related to Perl’s sprintf under 32-bit perl. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left">This bug fix release re-addresses previous attempts at fixing a bug (see releases 0.03 and 0.02). The issue seemed to be associated with architecture and where I have only developed on a 64-bit enabled platforms using a 64-bit enabled perl I could not replicate the issue, which was related to Perl’s <a href="http://logiclab.jira.com/wiki/display/OPEN/Perl#sprintf">sprintf</a> under 32-bit perl. I now use string indications (*s*) instead of signed integer (*d*) and it seems to work. </p>
<p style="text-align: left">The issue was labelled: <a href="http://logiclab.jira.com/browse/BDKFI-20">BDKFI-20</a>. <a href="http://logiclab.jira.com/source/changelog/BDKFI?cs=7818">The change</a> can be inspected in Fisheye.</p>
<p style="text-align: left">The distribution will be made available via CPAN and your local mirror shortly or you can go to <a href="https://metacpan.org/module/Business::DK::FI">MetaCPAN</a>.</p>
<p style="text-align: left">Thanks to my colleague Erik Johansen for the assistance and pointer to what the problem was.</p>
<p style="text-align: left">jonasbn, Copenhagen</p>
<p>This post was cross-posted from: <a href="http://logicLAB.jira.com">logicLAB.jira.com</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/12/03/cpan-release-businessdkfi-0-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CPAN Release Business::DK::FI 0.03</title>
		<link>http://logiclab.org/wordpress/2011/11/23/cpan-release-businessdkfi-0-03/</link>
		<comments>http://logiclab.org/wordpress/2011/11/23/cpan-release-businessdkfi-0-03/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 08:31:56 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[0.03]]></category>
		<category><![CDATA[business::dk::fi]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/11/23/cpan-release-businessdkfi-0-03/</guid>
		<description><![CDATA[The maintenance release (0.02) of Business::DK::FI has again been put to the test by the marvelous CPAN testers.
Unfortunately release 0.02 did not seem to fix the issue described in BDKFI-17. Almost half of the tests performed fail.
I have had a hard time trying to replicate the issue, without success, so I am trying an alternative [...]]]></description>
			<content:encoded><![CDATA[<p>The maintenance release (0.02) of Business::DK::FI has again been put to the test by the marvelous CPAN testers.<br />
Unfortunately release 0.02 did not seem to fix the issue described in <a href="http://logicLAB.jira.com/browse/BDKFI-17">BDKFI-17</a>. Almost half of the tests performed <a href="http://www.cpantesters.org/distro/B/Business-DK-FI.html#Business-DK-FI-0.02?grade=3&amp;perlmat=2&amp;patches=2&amp;oncpan=2&amp;distmat=2&amp;perlver=ALL&amp;osname=ALL&amp;version=0.02">fail</a>.<br />
I have had a hard time trying to replicate the issue, without success, so I am trying an alternative implementation of a fix. I am not sure addresses the exact issue but the code still works as expected.<br />
I am looking very much forward to seeing the CPAN testers results based on this new release and I am crossing my fingers. If you evaluate the <a href="http://www.cpantesters.org/distro/B/Business-DK-FI.html#Business-DK-FI-0.02?grade=3&amp;perlmat=2&amp;patches=2&amp;oncpan=2&amp;distmat=2&amp;perlver=ALL&amp;osname=ALL&amp;version=0.02">failure reports</a> for release 0.02 and have an explanation I am still all ears for getting a possible explanation to the trouble with this pretty basic code.<br />
Enjoy,<br />
jonasbn, Stockholm/Sweden, Wednesday 2011.11.23<br />
This post was cross-posted from: <a href="http://logiclab.jira.com/wiki/display/BDKFI/2011/11/23/Release+0.03+a+maintenance+of+Business-DK-FI+has+just+been+uploaded+to+CPAN">logicLAB.jira.com</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/11/23/cpan-release-businessdkfi-0-03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CPAN Release Perl::Critic::logicLAB 0.01 and policies</title>
		<link>http://logiclab.org/wordpress/2010/09/08/cpan-release-perlcriticlogiclab-0-01-and-policies/</link>
		<comments>http://logiclab.org/wordpress/2010/09/08/cpan-release-perlcriticlogiclab-0-01-and-policies/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 14:05:35 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[perlcritic]]></category>
		<category><![CDATA[policies]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2010/09/08/cpan-release-perlcriticlogiclab-0-01-and-policies/</guid>
		<description><![CDATA[After a long time I finally got my own Perl::Critic policies released and uploaded to CPAN.
I have created a Task implementation bundle listing my two own policies for now (I expect to add other policies used later on). This gives you the opportunity to download the policies by themselves if they look like something you [...]]]></description>
			<content:encoded><![CDATA[<p>After a long time I finally got my own Perl::Critic policies released and uploaded to CPAN.</p>
<p>I have created a Task implementation bundle listing my two own policies for now (I expect to add other policies used later on). This gives you the opportunity to download the policies by themselves if they look like something you would like to use or you can even bundle them yourself with other policies you make use of.</p>
<p>This packaging is an experiment and is not <a href="http://search.cpan.org/dist/Perl-Critic/lib/Perl/Critic/DEVELOPER.pod#DISTRIBUTING_YOUR_POLICIES">the recommended way</a> and so it might change in the future, so let me know if you have any feedback on the packaging, both if you are using Perl::Critic::logicLAB or the actual policies directly.</p>
<p>The policies which have also just been released and currently listed in Perl::Critic::logicLAB are:</p>
<ul>
<li><a href="http://logicLAB.jira.com/wiki/display/PCPMPUL/Home">Perl::Critic::Policy::logicLAB::ProhibitUseLib</a></li>
<li><a href="http://logicLAB.jira.com/wiki/display/PCPMRVF/Home">Perl::Critic::Policy::logicLAB::RequireVersionFormat</a></li>
</ul>
<p>Both are simple policies, but hopefully useful.</p>
<p>All should be available on CPAN by now.</p>
<p>jonasbn, Copenhagen</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2010/09/08/cpan-release-perlcriticlogiclab-0-01-and-policies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CPAN Release Task::BeLike::JONASBN 1.01</title>
		<link>http://logiclab.org/wordpress/2010/09/05/cpan-release-taskbelikejonasbn-1-01/</link>
		<comments>http://logiclab.org/wordpress/2010/09/05/cpan-release-taskbelikejonasbn-1-01/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 12:46:40 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[task::belike::jonasbn]]></category>
		<category><![CDATA[Tie::IxHash]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2010/09/05/cpan-release-taskbelikejonasbn-1-01/</guid>
		<description><![CDATA[Task::BeLike::JONASBN 1.01 has been released to CPAN it is a simple bug fix release.
Based on CPAN testers results I could see that after making the POD generation a part of the build, I need to move the requirement for Tie::IxHash to be asserted prior to the build. So the configuration phase should identify the requirement [...]]]></description>
			<content:encoded><![CDATA[<p>Task::BeLike::JONASBN 1.01 has been released to CPAN it is a simple bug fix release.</p>
<p>Based on CPAN testers <a href="http://www.cpantesters.org/distro/T/Task-BeLike-JONASBN.html?grade=1&amp;perlmat=2&amp;patches=2&amp;oncpan=2&amp;distmat=2&amp;perlver=ALL&amp;osname=ALL&amp;version=1.00">results</a> I could see that after making the POD generation a part of the build, I need to move the requirement for <a href="http://search.cpan.org/dist/Tie-IxHash/lib/Tie/IxHash.pm">Tie::IxHash</a> to be asserted prior to the build. So the configuration phase should identify the requirement for Tie::IxHash.</p>
<p>The distribution is using Tie::IxHash to create the POD documentation as a part of the build process. This step is implemented as a step of it’s own, but it has been integrated with the build action, simply so the step is not forgotten.</p>
<p>My original idea was to have the list in Build.PL and the let the CONTENTS section, be auto-generated. So Bundle::JONASBN and Task::BeLike::JONASBN contain it’s own custom build system, based on a sub class of <span style="text-decoration: underline;"><a href="http://search.cpan.org/dist/Module-Build/lib/Module/Build.pm">Module::Build</a></span>. The build system (<span>Module::Build::Bundle</span>) read the requirements from Build.PL and inserts this in the CONTENTS section, alphabetized.<br />
I attempted to let the build system create <em>beautiful</em> POD, instead of the standardized used in bundles. It took me several attempts to figure out that it was the reason my particular bundle was not working as expected.<br />
Bundles require some special <em>magic</em> on the client side to parse the CONTENTS section, in this case primarily the CPAN client and the requirements for developing a bundle are quite special and IMHO error prone. It took me 4 releases to get it right, I was simply not grasping the magic part.<br />
Adam Kennedy at some point recognized this weakness in the tool chain and introduced <span style="text-decoration: underline;"><a href="http://search.cpan.org/dist/Task/lib/Task.pm">Task</a></span>, a new much simpler approach. <span style="text-decoration: underline;"><a href="http://search.cpan.org/dist/Task/lib/Task.pm">Task</a></span> is based simply on writing up the requirements in the build file, whether you use <span style="text-decoration: underline;"><a href="http://search.cpan.org/dist/Module-Build/lib/Module/Build.pm">Module::Build</a></span>, <span style="text-decoration: underline;"><a href="http://search.cpan.org/dist/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm">ExtUtils::MakeMaker</a></span> or <span style="text-decoration: underline;"><a href="http://search.cpan.org/dist/Module-Install/lib/Module/Install.pod">Module::Install</a></span>.<br />
Tasks are easier to maintain and validate.<br />
I was in that lucky position that I had put all my requirements in my Build.PL since release 0.01. So when I choose to migrate to a Task based approach it was just a matter of renaming packages etc.<br />
Much of all my trouble was due to the fact that I had thought that the approach would be the approach used in <span style="text-decoration: underline;"><a href="http://search.cpan.org/dist/Task/lib/Task.pm">Task</a></span>. But AFAIK it is a combination of package name: Bundle:: and the CONTENTS section.<br />
I have now migrated to the Task approach and reinstated the <em>beautification</em> of the POD and everything works well and looks nice, well apart from the little glitch with the order of assertions, but luckily Module::Build handles the META file generation and the fix was fairly simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2010/09/05/cpan-release-taskbelikejonasbn-1-01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CPAN Major release: Bundle::JONASBN renamed and refactored to Task::BeLike::JONASBN</title>
		<link>http://logiclab.org/wordpress/2010/09/01/cpan-major-release-bundlejonasbn-renamed-and-refactored-to-taskbelikejonasbn/</link>
		<comments>http://logiclab.org/wordpress/2010/09/01/cpan-major-release-bundlejonasbn-renamed-and-refactored-to-taskbelikejonasbn/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 19:18:28 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[adamk]]></category>
		<category><![CDATA[bundle::jonasbn]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[deprecation]]></category>
		<category><![CDATA[kiss]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[task::belike::jonasbn]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2010/09/01/cpan-major-release-bundlejonasbn-renamed-and-refactored-to-taskbelikejonasbn/</guid>
		<description><![CDATA[The idea behind Bundles on CPAN is a very good. The implementation however relies somewhat on magic in the client. Adam Kennedy’s Task concept, solves this.
After reading the documentation and doing some considering I decided to deprecate Bundle::JONASBN and then redo the same distribution as Task::BeLike::JONASBN.
The project is in the same repository and Bundle::JONASBN was [...]]]></description>
			<content:encoded><![CDATA[<p>The idea behind Bundles on CPAN is a very good. The implementation however relies somewhat on magic in the client. Adam Kennedy’s <a href="http://search.cpan.org/dist/Task/lib/Task.pm">Task</a> concept, solves this.</p>
<p>After reading the documentation and doing some considering I decided to deprecate Bundle::JONASBN and then redo the same distribution as Task::BeLike::JONASBN.</p>
<p>The project is in the same repository and Bundle::JONASBN was refactored to support this and the project site was renamed also. Many of the pointers are still using the internally used project key BJONASBN.</p>
<p>The Task concept is fairly easy and being a supporter of KISS, I am thinking about using this concept for other things currently on the drawing board.</p>
<p>Kudos should go to Adam Kennedy for the Task contribution to CPAN, it is simply beautiful in all it’s simplicity.</p>
<p>Task::BeLike::JONASBN has been released to CPAN as version 1.00 making it a major release on the same code base.</p>
<p>Task::BeLike::JONASBN and Bundle::JONASBN will live in parallel for an amount of time, but Bundle::JONASBN will be removed from CPAN eventually and all future development will be centered around Task::BeLike::JONASBN.</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2010/09/01/cpan-major-release-bundlejonasbn-renamed-and-refactored-to-taskbelikejonasbn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CPAN Feature Release Business::DK::CVR 0.06 – OOP follow-up</title>
		<link>http://logiclab.org/wordpress/2010/09/01/cpan-feature-release-businessdkcvr-0-06-%e2%80%93-oop-follow-up/</link>
		<comments>http://logiclab.org/wordpress/2010/09/01/cpan-feature-release-businessdkcvr-0-06-%e2%80%93-oop-follow-up/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 09:45:44 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[cpr]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2010/09/01/cpan-feature-release-businessdkcvr-0-06-%e2%80%93-oop-follow-up/</guid>
		<description><![CDATA[The CPAN module Business::DK::CPR has followed it’s cousin Business::DK::CVR and has been updated with an OOP implementation (see: the earlier announcement).
Apart from the class addition, the release only addresses minor issues, like a failing test case reported by CPAN-testers. POD has been updated and the Build file has been adjusted.
The Changes file does not contain [...]]]></description>
			<content:encoded><![CDATA[<p>The CPAN module <a href="http://search.cpan.org/dist/Business-DK-CPR/">Business::DK::CPR</a> has followed it’s cousin <a href="http://search.cpan.org/dist/Business-DK-CVR/">Business::DK::CVR</a> and has been updated with an OOP implementation (see: the earlier announcement).</p>
<p>Apart from the class addition, the release only addresses minor issues, like a failing test case reported by CPAN-testers. POD has been updated and the Build file has been adjusted.</p>
<p>The Changes file does not contain all the changes, it is lacking a serious update so please refer to the project <a href="http://logiclab.jira.com/browse/BDKCPR#selectedTab=com.atlassian.jira.plugin.system.project:changelog-panel">change log</a> for details.</p>
<p>Source code is available from: <a href="http://logicLAB.jira.com/svn/BDKCPR/">http://logicLAB.jira.com/svn/BDKCPR/</a></p>
<p>Project homepage: <a href="http://logiclab.jira.com/browse/BDKCPR/">http://logiclab.jira.com/browse/BDKCPR/</a></p>
<p>Wiki: <a href="http://logiclab.jira.com/wiki/display/BDKCPR/Home">http://logiclab.jira.com/wiki/display/BDKCPR/Home</a></p>
<p>Feedback and patches more than welcome,</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2010/09/01/cpan-feature-release-businessdkcvr-0-06-%e2%80%93-oop-follow-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CPAN Release Workflow 1.34</title>
		<link>http://logiclab.org/wordpress/2010/08/07/cpan-release-workflow-1-34/</link>
		<comments>http://logiclab.org/wordpress/2010/08/07/cpan-release-workflow-1-34/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 08:03:47 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2010/08/07/cpan-release-workflow-1-34/</guid>
		<description><![CDATA[I have implemented a workaround for the issues with failing tests for newer perls for version 1.33.
From the Changes file:
- Implemented work-around for RT #53909
https://rt.cpan.org/Ticket/Display.html?id=53909
The issue demonstrated here, which can be observed in perl versions newer
than 5.10.0 seems to be related to a issue mentioned here:
http://rt.perl.org/rt3/Public/Bug/Display.html?id=70171
RT #53909 is based on blead perl, in which also [...]]]></description>
			<content:encoded><![CDATA[<p><span>I have implemented a workaround for the issues with </span><a href="http://matrix.cpantesters.org/?dist=Workflow+1.33">failing tests</a> <span>for newer perls for version 1.33.</span></p>
<p>From the <a href="http://cpansearch.perl.org/src/JONASBN/Workflow-1.34/Changes">Changes file</a><span>:</span></p>
<blockquote><p>- Implemented work-around for RT #53909<br />
<a href="https://rt.cpan.org/Ticket/Display.html?id=53909">https://rt.cpan.org/Ticket/Display.html?id=53909</a></p>
<p>The issue demonstrated here, which can be observed in perl versions newer<br />
than 5.10.0 seems to be related to a issue mentioned here:</p>
<p><a href="http://rt.perl.org/rt3/Public/Bug/Display.html?id=70171">http://rt.perl.org/rt3/Public/Bug/Display.html?id=70171</a></p>
<p>RT #53909 is based on blead perl, in which also a fix has now been<br />
implemented, but we still have issues with a lot of perl releases currently<br />
out there, see:</p>
<p><a href="http://matrix.cpantesters.org/?dist=Workflow+1.33">http://matrix.cpantesters.org/?dist=Workflow+1.33</a></p>
<p>So this work-around seems to fix the issue, since I can no longer replicate<br />
the error. The problem seem to be the clearing of a package scoped variable,<br />
the array @observations in t/SomeObserver.pm</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2010/08/07/cpan-release-workflow-1-34/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CPAN Release WWW::DanDomain 0.04, feature release</title>
		<link>http://logiclab.org/wordpress/2010/02/21/cpan-release-wwwdandomain-0-04-feature-release/</link>
		<comments>http://logiclab.org/wordpress/2010/02/21/cpan-release-wwwdandomain-0-04-feature-release/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 14:47:57 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[dandomain]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2010/02/21/cpan-release-wwwdandomain-0-04-feature-release/</guid>
		<description><![CDATA[Release 0.04 (and 0.03) of WWW::DanDomain have been uploaded to PAUSE over the last days.
Release 0.03 implemented a new feature, supporting DanDomains authorization by IP, so it is not necessary to crawl the site and authenticate. So access directory to the source of exported data is possible with the correct configuration on the DanDomain side.
After [...]]]></description>
			<content:encoded><![CDATA[<p>Release 0.04 (and 0.03) of WWW::DanDomain have been uploaded to PAUSE over the last days.</p>
<p>Release 0.03 implemented a new feature, supporting DanDomains authorization by IP, so it is not necessary to crawl the site and authenticate. So access directory to the source of exported data is possible with the correct configuration on the DanDomain side.</p>
<p>After new releases I always keep an keen eye on the test reports from CPAN testers and much to my surprise I got a failure report.</p>
<p>WWW-DanDomain-0.03:<br />
- i386-freebsd / 5.10.1:<br />
- FAIL <span style="color: #113f9e;">http://www.cpantesters.org/cpan/report/6848267</span></p>
<p>It seemed as if the Makefile.PL was not parsed completely and only the first line in the requirements and configuration requirements sections where parsed.</p>
<p>The distribution is primarily based on Module::Build, so I overlooked this.</p>
<p>Using the CPAN-testers website I located the testers email address and mailed him. He was very responsive and he informed me that his smoke testing environment was configured to pick the Makefile.PL over Build.PL and my Makefile.PL only contained the two lines in the two sections I previously mentioned.</p>
<p>So I examined the culprit and he was right.</p>
<p>Confused over what the Makefile.PL I moved on the the Build.PL file, which I expected to generated the Makefile.PL and I could see that that particular feature was not configured.</p>
<p>So release 0.04 contains a fix to address this.</p>
<p>Thanks to CPAN Testers again, they help finding even the smallest of defects.</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2010/02/21/cpan-release-wwwdandomain-0-04-feature-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

