CPAN candidates in CVS

jonasbn on 2006-02-08T20:38:54

I got an assignment from a client yesterday to make a small script to calculate a code for postal orders used in Denmark. We discussed the solution a bit - and we agreed that we could reuse the algorithm later in our big solution, but we wanted a small solution scratching the itch here and now.

So I wrapped up a module to generalize the algorithm and then I thought about it - I have several of these small modular generalizations either in projects or in modules, but they are country specific to Denmark and therefor perhaps not of common interest at the same time, I would like to and will be reusing them and perhaps they could be of interest to others working with code with a danish relation.

So the code should probably go on CPAN, but where - Algorithm::DK::* ?

Suggestions are more than welcome.