<?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; Uncategorized</title>
	<atom:link href="http://logiclab.org/wordpress/category/uncategorized/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>Open Source Days 2012, Copenhagen/Denmark</title>
		<link>http://logiclab.org/wordpress/2011/12/07/open-source-days-2012-copenhagendenmark/</link>
		<comments>http://logiclab.org/wordpress/2011/12/07/open-source-days-2012-copenhagendenmark/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 08:00:50 +0000</pubDate>
		<dc:creator>jonasbn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[copenhagen]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[opensourcedays]]></category>

		<guid isPermaLink="false">http://logiclab.org/wordpress/2011/12/07/open-source-days-2012-copenhagendenmark/</guid>
		<description><![CDATA[Call for Papers is out for yet another Open Source Days in Copenhagen/Denmark. The event is organized by Open Source community in Denmark.
So please read the Call for Speakers below and forward it to friends, colleagues, fellow Perl mongers and anybody who could be interested.
I am evaluating if any of my talks given to the [...]]]></description>
			<content:encoded><![CDATA[<p>Call for Papers is out for yet another Open Source Days in Copenhagen/Denmark. The event is organized by Open Source community in Denmark.</p>
<p>So please read the Call for Speakers below and forward it to friends, colleagues, fellow Perl mongers and anybody who could be interested.</p>
<p>I am evaluating if any of my talks given to the Copenhagen Perl Mongers through the last year would make could candidates for Open Source Days 2012.</p>
<p>jonasbn, Copenhagen</p>
<p>&#8212;</p>
<p>Open Source Days 2012: Call for Speakers<br />
========================================</p>
<p>Open Source Days 2012 is currently planned for early March 2012 and we are<br />
looking for gifted, entertaining and technically enlightened speakers for the<br />
conference.</p>
<p>The conference itself will take place the 2nd and 3rd of March and training<br />
will be available 1st of March.</p>
<p>Training courses &#8211; Half or full day<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>As something new we will want to try out longer training courses &#8211; half or full<br />
day, held on the day before the conference itself.</p>
<p>We are looking for both subjects and instructors.</p>
<p>Since we expect the course participants to pay for the training, we are willing<br />
to pay the instructor for giving the course, provided that a sufficient number<br />
of people sign up.</p>
<p>Naturally the course instructors also get free access to the conference, since<br />
we also hope to get a normal talk out of the instructor.</p>
<p>Normal Talks &#8211; 45 minutes<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>This year we will have a track with focus on the use of open source software in<br />
newly created startups and another track with focus on green technologies.</p>
<p>Non-startup related talks are also of interest and we’ll try to fit them into<br />
various related tracks.</p>
<p>Speakers can attend the conference free of charge and to some extent we might<br />
be able to reimburse your travel and hotel.</p>
<p>Lightning Talks &#8211; 15 minutes<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Talk about anything you like. Tell us about your idea for a new project, how<br />
you made your first Qt application or something completely different. For<br />
lightning talks, only your imagination and the timeframe are the limiting<br />
factors.</p>
<p>If you have never tried doing a presentation before, but are working on<br />
something you believe other people might find interesting, then this is a good<br />
opportunity to start.</p>
<p>Lightning talk speakers can attend the conference free of charge.</p>
<p>Sponsorships<br />
&#8212;&#8212;&#8212;&#8212;</p>
<p>Sponsorships can be in the range of DKK 10000 and up. Please write to<br />
<span style="text-decoration: underline"><a href="mailto:sponsor2012@opensourcedays.org">sponsor2012@opensourcedays.org</a></span> if you are interested in becoming a conference<br />
sponsor.</p>
<p>Your sponsorship could, for example, be used for:</p>
<p>* Provide a conference T-shirt.<br />
* Provide lunch for the participants.<br />
* Provide key hangers.<br />
* Provide a conference bag.<br />
* Provide a conference beer event.</p>
<p>Exhibition Booth<br />
&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>If you are interested in an exhibition booth, you can also contact us at the<br />
<span style="text-decoration: underline"><a href="mailto:sponsor2012@opensourcedays.org">sponsor2012@opensourcedays.org</a></span>.</p>
<p>Hackerspaces and Community Booths<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>More information about these will follow once we get closer to the conference.</p>
<p>Contact Information<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Please, send us a title, a short description and a short biography of yourself<br />
to <span style="text-decoration: underline"><a href="mailto:program2012@opensourcedays.org">program2012@opensourcedays.org</a></span> no later than January 21st, 2012.</p>
<p>You are also most welcome to contact us if you have any questions regarding the<br />
conference itself. You can also catch most of us in the IRC channel<br />
#opensourcedays on the EFnet IRC network.</p>
<p>Feel free to follow us on <span style="text-decoration: underline"><a href="http://twitter.com/opensourcedays">http://twitter.com/opensourcedays</a></span> or<br />
<span style="text-decoration: underline"><a href="https://facebook.com/opensourcedays">https://facebook.com/opensourcedays</a></span> to get the latest news about the<br />
conference.</p>
<p>For more information please have a look at <span style="text-decoration: underline"><a href="http://www.opensourcedays.org/">http://www.opensourcedays.org/</a></span></p>
<p>&#8211;<br />
Alexander Færøy</p>
]]></content:encoded>
			<wfw:commentRss>http://logiclab.org/wordpress/2011/12/07/open-source-days-2012-copenhagendenmark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

