Re: Trying to come up with a name for a DTrace Consumer XS module

2015-07-09 Thread Lars Thegler
On 9 July 2015 at 05:34, Gordon Marler wrote: > I've written an XS module that implements a DTrace Consumer, and after some > reading, need to ask for your collective wisdom on where it should go in the > CPAN namespace. http://prepan.org/ has this exact purpose - incl discussing namespace. /Lar

Re: Trimming the CPAN - "Automatic Purging"

2010-03-26 Thread Lars Thegler
On Thu, Mar 25, 2010 at 4:55 PM, Ask Bjørn Hansen wrote: > > On Mar 25, 2010, at 8:38, Andy Armstrong wrote: > >>> I like that solution better >> >> [snip] >> >> But solution to what? Are we convinced there's actually a problem here? > > CPAN has almost 200k files.  www.cpan.org says there are "17

Re: In which linux distribution is my module available

2007-05-08 Thread Lars Thegler
Adam Kennedy wrote: FreeBSD is auto-packaging everything that passes tests. Not entirely true. FreeBSD ports are added and maintained by hand, by a group of volunteers. /Lars

Re: newbie question: how to change documentation

2007-04-30 Thread Lars Thegler
On 30-04-2007 13:26, Martin Senger wrote: > Shlomi Fish wrote: > Please don't upload two different distributions with the same filename. > > But perhaps your answer means "do not use this exception". Am I right? Indeed. Various third-party packaging systems (e.g. FreeBSD ports) get *very* con

Re: [OT] recovering an SVN repo with SVK

2007-02-05 Thread Lars Thegler
David Landgren wrote: So, I have a couple of trashed repos, but I do have mirrors of both in SVK repositories on my laptop. Is there a recipe that will let me restore the contents of the SVN repo from my mirror? I don't really care if the log messages are recorded as coming from SVK merges rath

Re: New module Algorithm::Interval2Prefix

2003-12-04 Thread Lars Thegler
On Thursday, December 04, 2003 7:49 PM, [EMAIL PROTECTED] wrote: >>>>>> "Lars" == Lars Thegler <[EMAIL PROTECTED]> writes: > > Lars> I totally agree that when generating prefixes from number > Lars> intervals, this depends squarely on the involve

Re: New module Algorithm::Interval2Prefix

2003-12-02 Thread Lars Thegler
On Monday, December 01, 2003 11:24 AM, Fergal Daly wrote: >> Taking an interval as input, this module will construct the >> smallest set of prefixes, such that all numbers in the interval >> will match exactly one of the prefixes, and no prefix will match >> a number not in the inte

New module Algorithm::Interval2Prefix

2003-11-30 Thread Lars Thegler
a CPAN RT: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Algorithm-Interval2Prefix or by sending mail to [EMAIL PROTECTED] AUTHOR Lars Thegler <[EMAIL PROTECTED]> COPYRIGHT Copyright (c) 2003 Lars Thegler. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. --cut--

Re: RFC Format::FileSize

2003-08-27 Thread Lars Thegler
Michel Rodriguez wrote: > On Wed, 27 Aug 2003, Kate L Pugh wrote: > >> On Wed 27 Aug 2003, Michel Rodriguez <[EMAIL PROTECTED]> wrote: >>> It's really just a way to format a number. >>> >>> I actually found that Number::Format has a quite similar function, >>> albeit slightly less configurable. >>