<?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; perl</title>
	<atom:link href="http://logiclab.org/wordpress/tag/perl/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.04 and 0.05</title>
		<link>http://logiclab.org/wordpress/2011/05/03/cpan-release-perlcriticlogiclab-0-04-and-0-05/</link>
		<comments>http://logiclab.org/wordpress/2011/05/03/cpan-release-perlcriticlogiclab-0-04-and-0-05/#comments</comments>
		<pubDate>Tue, 03 May 2011 18:24:53 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[perlcritic]]></category>
		<category><![CDATA[policies]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/05/03/cpan-release-perlcriticlogiclab-0-04-and-0-05/</guid>
		<description><![CDATA[I have just uploaded Perl::Critic::logicLAB 0.05 to CPAN. I did not announce the release of 0.04 due to time constraints and since it was released during Easter I thought I could just as well announce them together.
The two releases introduces two new policies of mine:

Perl::Critic::Policy::logicLAB::RequireSheBang
Perl::Critic::Policy::logicLAB::ProhibitShellDispatch

The two policies focus on addressing interaction in, which your Perl [...]]]></description>
			<content:encoded><![CDATA[<p>I have just uploaded <a href="http://logiclab.jira.com/wiki/display/PCLL/Home">Perl::Critic::logicLAB</a> 0.05 to CPAN. I did not announce the release of 0.04 due to time constraints and since it was released during Easter I thought I could just as well announce them together.</p>
<p>The two releases introduces two new policies of mine:</p>
<ul>
<li><span style="text-decoration: underline"><a href="http://logiclab.jira.com/wiki/display/PCPLRSB/Home">Perl::Critic::Policy::logicLAB::RequireSheBang</a></span></li>
<li><span style="text-decoration: underline"><a href="http://logiclab.jira.com/wiki/display/PCPLPSD/Home">Perl::Critic::Policy::logicLAB::ProhibitShellDispatch</a></span></li>
</ul>
<p>The two policies focus on addressing interaction in, which your Perl components are working. Extending on the path that was set out with the release of <span style="text-decoration: underline"><a href="http://logiclab.jira.com/wiki/display/PCPMPUL/Home">Perl::Critic::Policy::logicLAB::ProhibitUseLib</a></span></p>
<p>Both new policies are simple policies, but hopefully useful. They are already giving me good feedback and value being put to use on a Continues Integration platform Jenkins.</p>
<p>All should be available on CPAN by now, both as individual distributions, but also as part of the <a href="http://logiclab.jira.com/wiki/display/PCLL/Home">Perl::Critic::logicLAB</a> bundle mentioned here.</p>
<p>Feedback and patches most welcome,</p>
<p>jonasbn, Copenhagen</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/05/03/cpan-release-perlcriticlogiclab-0-04-and-0-05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nordic Perl Workshop 2011</title>
		<link>http://logiclab.org/wordpress/2011/04/28/nordic-perl-workshop-2011/</link>
		<comments>http://logiclab.org/wordpress/2011/04/28/nordic-perl-workshop-2011/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 08:06:14 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[malmö]]></category>
		<category><![CDATA[nordic]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[sweden]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/04/28/nordic-perl-workshop-2011/</guid>
		<description><![CDATA[The Nordic Perl Workshop 2011 is scheduled to the 18-19th. of June 2011
More information, registration and talks at:
http://conferences.yapceurope.org/npw2011
I will be there and give some talks, please see the schedule.
http://conferences.yapceurope.org/npw2011/talks
I will personally not be attending because I am out of town at that time, but I really hope you will consider attending the Nordic Perl Workshop [...]]]></description>
			<content:encoded><![CDATA[<p>The Nordic Perl Workshop 2011 is scheduled to the 18-19th. of June 2011</p>
<p>More information, registration and talks at:</p>
<p><span style="text-decoration: underline"><a href="http://conferences.yapceurope.org/npw2011">http://conferences.yapceurope.org/npw2011</a></span></p>
<p>I will be there and give some talks, please see the schedule.</p>
<p><span style="text-decoration: underline"><a href="http://conferences.yapceurope.org/npw2011/talks">http://conferences.yapceurope.org/npw2011/talks</a></span></p>
<p>I will personally not be attending because I am out of town at that time, but I really hope you will consider attending the Nordic Perl Workshop 2011 it is usually educational, enlightening and a lot fun&#8230;</p>
<p>jonasbn</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/04/28/nordic-perl-workshop-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Days 2011, Copenhagen/Denmark</title>
		<link>http://logiclab.org/wordpress/2011/01/27/open-source-days-2011-copenhagendenmark/</link>
		<comments>http://logiclab.org/wordpress/2011/01/27/open-source-days-2011-copenhagendenmark/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 08:26:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[copenhagen]]></category>
		<category><![CDATA[denmark]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/01/27/open-source-days-2011-copenhagendenmark/</guid>
		<description><![CDATA[Again this year the Open Source community in Denmark are planning a super event.
This year the event will be held at the venue where the Copenhagen Perl Mongers held YAPC::Europe 2008.
As for last year we are hoping to attract some Perl people and Perl talks. Last year we arranged a two-day Perl 6 Hackathon in [...]]]></description>
			<content:encoded><![CDATA[<p>Again this year the Open Source community in Denmark are planning a super event.</p>
<p>This year the event will be held at the venue where the Copenhagen Perl Mongers held YAPC::Europe 2008.</p>
<p>As for last year we are hoping to attract some Perl people and Perl talks. Last year we arranged a two-day Perl 6 Hackathon in conjunction with the OSD conference, but this year we aim a little wider.</p>
<p>So please read the Call for Speakers below and forward it to friends, colleagues and fellow Perl mongers.</p>
<p>jonasbn</p>
<p>Call for Speakers<br />
=================</p>
<p>Open Source Days 2011 &#8211; Community Edition &#8211; will be held on Saturday March 5th<br />
2011, at Copenhagen Business School (CBS), Frederiksberg and we are looking for<br />
gifted, entertaining and technically enlightened speakers for the conference.</p>
<p>Normal Talks &#8211; 45 minutes<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Open Source Software has been around the block for quite a while. Every day we<br />
all work with rock-solid software that just works. This year we are interested<br />
in the status of those “goldies” we all take for granted &#8211; as well as the new<br />
upcoming savvy projects.</p>
<p>You might be a developer, a community leader, a businessman or a user group<br />
participant seeing the bigger picture or just know your software inside-out -<br />
share your knowledge with us, by giving a talk. Speakers can attend the<br />
conference for free and to some extent we might be able to reimburse your<br />
travel and hotel.</p>
<p>Lightning Talks &#8211; 15 minutes<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Speak your mind &#8211; tell us about your idea for a new open source project, how<br />
you made your first android app or something completely different &#8211; the only<br />
limit is the time frame &#8211; 15 minutes!</p>
<p>If you haven’t tried giving a talk before &#8211; this is a good place to start.<br />
Lightning speakers attend the conference for free, but we do not reimburse your<br />
travel expenses.</p>
<p>Tutorials, Workshops and Demos<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>If you are just dying to give us a demo of how you hacked your newest gadget,<br />
you want to host an Arduino workshop or you know postfix forwards and backwards<br />
and want to give a tutorial &#8211; let us know. Workshops, demos and tutorials have<br />
a time frame set in accordance with the speaker.</p>
<p>Tutorial and workshop speakers will be reimbursed as normal speakers.</p>
<p>Community Booths &#8211; Join the Fun<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Our wish is that the community groups will start planning for their activities<br />
and events for their booths immediately. Open Source Days 2011 &#8211; The Community<br />
Edition will deliver the infrastructure and by doing so give the user groups<br />
the best possibly platform for strong community content at the conference.</p>
<p>This year we would like the user groups to submit a description of their<br />
planned activities at their booth as well as a short description on themselves.<br />
Having a descriptive program for activities will greatly help us pick the most<br />
interesting user groups for the conference audience.</p>
<p>Please send your request for a community booth to<br />
ug2011 at <span style="text-decoration: underline"><a href="http://opensourcedays.org/">opensourcedays.org</a></span></p>
<p>together with a description of your planned events no later than February 1st<br />
2011.</p>
<p>Sponsorships<br />
&#8212;&#8212;&#8212;&#8212;</p>
<p>We are looking for sponsorships.  A sponsorship can be used for a special<br />
purpose like:</p>
<p> * Provide a conference t-shirt<br />
 * Provide lunch for the participants<br />
 * Provide conference keyhangers<br />
 * Provide a room for talks or User Groups<br />
 * Provide a conference bag<br />
 * Provide a conference beer-event</p>
<p>Or maybe just a way to show you and your company’s appreciation for open source<br />
software.</p>
<p>Sponsorships can be anywhere in the range DKK 1,000 to DKK 25,000.  Please<br />
write to<br />
sponsor2011 at <span style="text-decoration: underline"><a href="http://opensourcedays.org/">opensourcedays.org</a></span><br />
if you want more information on the<br />
sponsorship opportunities at the conference.</p>
<p>If you are interested in an exhibition booth, you can also contact us, on the<br />
above mail-address.</p>
<p>Get in Touch<br />
&#8212;&#8212;&#8212;&#8212;</p>
<p>Please send us a title, a couple of lines about your talk and a short bio to</p>
<p>program2011 at <span style="text-decoration: underline"><a href="http://opensourcedays.org/">opensourcedays.org</a></span><br />
no later than February 1st 2011.</p>
<p>You are also most welcome to write to us if you have any questions regarding<br />
the conference. You can also catch us in the IRC channel #opensourcedays @<br />
EFnet.</p>
<p>If you represent a company, we expect you to state so in your mail.</p>
<p>Feel free to follow us on Twitter:<br />
<span style="text-decoration: underline"><a href="http://twitter.com/opensourcedays">http://twitter.com/opensourcedays</a></span><br />
or<br />
Facebook:<br />
<span style="text-decoration: underline"><a href="http://www.facebook.com/opensourcedays">http://www.facebook.com/opensourcedays</a></span><br />
to get the latest news about<br />
the conference.</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/01/27/open-source-days-2011-copenhagendenmark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nordic Perl Workshop 2010</title>
		<link>http://logiclab.org/wordpress/2010/10/25/nordic-perl-workshop-2010/</link>
		<comments>http://logiclab.org/wordpress/2010/10/25/nordic-perl-workshop-2010/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 12:06:06 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[fsfi.is]]></category>
		<category><![CDATA[iceland]]></category>
		<category><![CDATA[nordic]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[reykjavik]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2010/10/25/nordic-perl-workshop-2010/</guid>
		<description><![CDATA[The Nordic Perl Workshop 2010 is scheduled to the 14th. of November 2010
Under the motto of:
There&#8217;s more than one way for things to go wrong
More information, registration and talks at:
http://conferences.yapceurope.org/npw2010
I will be there and give some talks, please see the schedule.
http://conferences.yapceurope.org/npw2010/talks
Hope to see you in Reykjavik, Iceland.
jonasbn
]]></description>
			<content:encoded><![CDATA[<p>The Nordic Perl Workshop 2010 is scheduled to the 14th. of November 2010</p>
<p>Under the motto of:</p>
<p><em>There&#8217;s more than one way for things to go wrong</em></p>
<p>More information, registration and talks at:</p>
<p><a href="http://conferences.yapceurope.org/npw2010">http://conferences.yapceurope.org/npw2010</a></p>
<p>I will be there and give some talks, please see the schedule.</p>
<p><a href="http://conferences.yapceurope.org/npw2010/talks">http://conferences.yapceurope.org/npw2010/talks</a></p>
<p>Hope to see you in Reykjavik, Iceland.</p>
<p>jonasbn</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2010/10/25/nordic-perl-workshop-2010/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 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>
	</channel>
</rss>

