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 [...]
In: Releases
5 Sep 2010Task::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 [...]
In: Releases
1 Sep 2010The 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 [...]
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 [...]
In: Releases
7 Aug 2010I 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 [...]
In: Releases
21 Feb 2010Release 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 [...]
The Perl module Business::DK::CVR can be used to validate Danish CVR (VAT) numbers. This release introduces new features, somewhat alpha. One feature is integration with Mark Stosberg’s Data::FormValidator. So it is easier to integrate CVR validation with Data::FormValidator with standard constraints. This is experimental and it might get extended in the future, but in general [...]
The latest release of WWW::DanDomain has just been uploaded to PAUSE. The release is a feature release and the main improvement is caching.
As described earlier, when announcing the release of version 0.01, the module is used to handle a lot of data streams and some of them even rely on the same foundation. So caching [...]
In: Releases
17 Jul 2009Version 0.03 of our open source Perl module Business::DK::Phonenumber have been uploaded to CPAN.
The release contains a single bug fix addressing a serious bug in the primary regular expression used in the validation subroutine.
The problem was a simple \b (word boundary), which should have been a \z (end of string). We have chosen to use [...]
In: Releases
1 Jul 2009Version 0.02 of our open source Perl module Business::DK::Phonenumber have been uploaded to CPAN.
The release contains two bug fixes. Both related to the build system used, namely Module::Build. The bugs are not in Module::Build, but in the script using Module::Build, namely Build.PL
The script lacked dependencies to external CPAN modules, being used in the test suite, [...]
This blog acts as a channel for communicating logicLAB’s open source activities. Announcements on open source initiatives, involvements and releases of open source distributions of software products, projects and applications.