Re: Pending Test::More fixage - DateTime and string overload users take note

2010-05-28 Thread Slaven Rezic
API-0.24 https://rt.cpan.org/Ticket/Display.html?id=57759 XML-Builder-0.901 https://rt.cpan.org/Ticket/Display.html?id=57778 YAML-Object-0.05 Regards, Slaven -- Slaven Rezic - slaven rezic de BBBike - route planner for cyclists in Berlin WWW

Re: Pending Test::More fixage - DateTime and string overload users take note

2010-05-22 Thread Slaven Rezic
eek or so to smoke all of CPAN. Regards, Slaven -- Slaven Rezic - slaven rezic de tknotes - A knotes clone, written in Perl/Tk. http://ptktools.sourceforge.net/#tknotes

Re: cpantesters - why exit(0)?

2008-09-02 Thread Slaven Rezic
> in META.yml and in Build.PL > that it needs 5.8 This is a NA report, just like it should be. Was it really sent by email? -- Slaven Rezic - slaven rezic de tktimex - time recording tool http://sourceforge.net/projects/ptktools/

Re: CPAN::Reporter 1.16_51 needs some testing

2008-07-20 Thread Slaven Rezic
5LIB=$HOME/lib:$HOME/lib/site_perl . Module::Build builds and tests OK if CPAN::Reporter is turned off. Regards, Slaven -- Slaven Rezic - slaven rezic de tksm - Perl/Tk program for searching and replacing in multiple files http://ptktools.sourceforge.net/#tksm

Re: Dropping 5.5 support from my modules.

2007-11-20 Thread Slaven Rezic
the perlsurvey. I find 6% surprisingly high. Isn't perl supporting operating systems with a much lesser popularity? Regards, Slaven -- Slaven Rezic - slaven rezic de tkruler - Perl/Tk program for measuring screen distances http://ptktools.sourceforge.net/#tkruler

Re: [ Memory ] Re: Thought

2002-10-05 Thread Slaven Rezic
Tels <[EMAIL PROTECTED]> writes: > Moin, > > On 05-Oct-02 Slaven Rezic carved into stone: > > Tels <[EMAIL PROTECTED]> writes: > > > >> -BEGIN PGP SIGNED MESSAGE- > >> > >> Moin, > >> > >> On 05-Oct-02 [EMA

Re: [ Memory ] Re: Thought

2002-10-05 Thread Slaven Rezic
[EMAIL PROTECTED] writes: > On Fri, Oct 04, 2002 at 08:24:12PM +0200, Slaven Rezic wrote: > > Not a module, but a function which should work on FreeBSD and Linux: > > Why not package this up and stick it on CPAN? Proc::Memory or > something. Because it'a another mod

Re: [ Memory ] Re: Thought

2002-10-05 Thread Slaven Rezic
::BigInt; Math::BigInt->import(); > report(); # and now? > > So you get it in one go (assuming the (nonyetexistant?) Proc::Memory is > lightwight :) > I assume we need both --- a raw, lightweight interface with sbrk() and some more user

Re: [ Memory ] Re: Thought

2002-10-05 Thread Slaven Rezic
ut I'm not writing this thing, and so far I guess I've not wanted it *that* > much. [mm. maybe I have. number 3 on my hitlist of "what slows perl" is RAM. > So seeing if a data structure change reduces RAM is interesting to me, the > encode compiler, and everyone building

Re: [ Memory ] Re: Thought

2002-10-04 Thread Slaven Rezic
re is using, but I don't see how > sbrk is any better in that regard. For a more fine-grained view, you > need hooks into Perl internals (such as the Perl malloc). > Regards, Slaven -- Slaven Rezic - [EMAIL PROTECTED] BBBike - route planner for cyclists in Berlin WWW version: http://www.bbbike.de Perl/Tk version: http://bbbike.sourceforge.net

Re: [ Memory ] Re: Thought

2002-10-04 Thread Slaven Rezic
reflect the amount of memory the perl process takes from the operating system's virtual memory system. Hence the name MemUsed seems OK to me. For other systems which do not use sbrk(), MemUsed should be implemented differently. Regards, Slaven -- Slaven Rezic - [EMAIL PROTECTED] tknotes - A knotes clone, written in Perl/Tk. http://ptktools.sourceforge.net/#tknotes