Re: The end of 5.6 is nigh!

2011-11-13 Thread Reini Urban
erl around. As long as you keep making it slower and fatter you have to come up with some kind of practical solution. -- Reini Urban http://cpanel.net/   http://www.perl-compiler.org/

Re: The end of 5.6 is nigh!

2011-11-16 Thread Reini Urban
On Wed, Nov 16, 2011 at 12:06 PM, Rocco Caputo wrote: > On Nov 13, 2011, at 11:43, Zefram wrote:> >> Reini Urban wrote: >>> 5.6.2 still is the fastest perl around. >> Evidently it's important to you to get the wrong answer as quickly >> as possible.  (Advice

Re: The end of 5.6 is nigh!

2011-11-16 Thread Reini Urban
On Wed, Nov 16, 2011 at 12:06 PM, Rocco Caputo wrote: > On Nov 13, 2011, at 11:43, Zefram wrote:> >> Reini Urban wrote: >>> 5.6.2 still is the fastest perl around. >> Evidently it's important to you to get the wrong answer as quickly >> as possible.  (Advice

Re: how to upload when upload service isn't working? (was re: problems on uploads?)

2013-12-10 Thread Reini Urban
e? >>> Tried to upload an update and got: >>>> cpan-upload P-1.1.17.tar.gz >>> >>> registering upload with PAUSE web server >>> POSTing upload for P-1.1.17.tar.gz to >>> https://pause.perl.org/pause/authenquery >>> request failed with error code 503 >>> Message: Service Unavailable -- Reini Urban http://cpanel.net/ http://www.perl-compiler.org/

Re: Statistical Outiler Detection Modules - Naming Suggestions

2015-02-09 Thread Reini Urban
Am 08.02.2015 20:24 schrieb "Neil Bowers" : > I want to make a few modules that each do a specific type of statistical > detection of outliers in a data set. They may or may not use PDL. > > [….] > > I'm thinking good names would be: > - Math::Stats::Outlier::GrubbsTest > - Math::Stats::Outli

Re: [Prior Art Hunt] Modules To Search for Directory Entries That Vary Only in Case (Uppercase/Lowercase)

2015-08-27 Thread Reini Urban
like this. It’s much faster `git ls-tree -r --name-only HEAD >MANIFEST.git` Reini Urban rur...@cpan.org > On Aug 27, 2015, at 10:40 AM, Shlomi Fish wrote: > Date: Thu, 27 Aug 2015 07:29:48 +0100 > From: Neil Bowers > To: Shlomi Fish > Subject: Re: [Prior Art Hunt] Modules

Re: Sanity checking for namespace and other abuses

2016-10-26 Thread Reini Urban
gt; C::IV_t See the cperl coretype names. If they are the same, use it, otherwise use your own variants. Reini Urban rur...@cpan.org

Re: A funny module that shortens one-liners - is it worth global namespace?

2016-12-27 Thread Reini Urban
> On Dec 27, 2016, at 11:20 AM, Konstantin S. Uvarin wrote: > > Hello everyone, > > I've come up with idea or a module that shortens (mostly test) one-liners. That module should be called Stash::Alias, not HAS. > E.g. we have something like > > perl -we 'use My::Very::Long::Module; $x

Re: Module Naming: a Path::Iter::Rule subclass which scans FTP sites

2017-05-04 Thread Reini Urban
Thinking about it, I like the name Net::FTP::Path::Iter best Reini Urban rur...@cpan.org

Re: Stringification in Net::IPAddress::Util

2017-08-17 Thread Reini Urban
> On Aug 17, 2017, at 6:56 PM, Paul Bennett wrote: > > Hi, All, > > Quick sanity check, if you please. > > Before I start to trying to merge my perl5 Net::IPAddress::Util into > bradclawsie's perl6 IP::Parse, I want to make sure I'm not being crazy > with the way stringification and cmp are ov

Re: Naming module (Windows specific)

2017-11-26 Thread Reini Urban
Reini Urban rur...@cpan.org > On Nov 26, 2017, at 11:37 AM, Kenneth Ölwing wrote: > > > Hi, > > I'm wracking my brain to get the most convenient and correct naming for a > module (or actually, a couple of them). They are Windows specific, and > fur

Re: [naminng] namespace::local - is it a good name?

2018-08-26 Thread Reini Urban
> > Now after looking at namespace::clean I came up with a variation that limits > imports to its enclosing scope: > > package Foo; > # no traces of blessed exist > > sub uses_blessed { > use namespace::local; > use Scalar::Util qw(blessed); > > blessed (

Re: Request for permissions on indirect.pm

2019-05-27 Thread Reini Urban
I'm in contact with him on Facebook. He just moved away to a new university, Nancy-Metz Ryan Voots schrieb am Di., 28. Mai 2019, 03:30: > Hi, > > I've built a fix for RT #127118 on indirect.pm, but it would appear that > VPIT is MIA. I've not found a way to contact him anymore and his website >

Re: bug fix for absent author of

2020-03-21 Thread Reini Urban
Neil Bowers schrieb am Sa., 21. März 2020, 21:20: > Hi L, > > > I was trying to use something that had Text::Quote as a dependency. > > It has a bug in its test involving a string compare on floating > > point values (for 2/3) that generates different output on machines > > with different # bits

Re: Filter-1.60

2022-01-15 Thread Reini Urban
Interesting. This fell off my radar. Maybe it would have been better to file an official ticket. Emails can get lost. David Christensen schrieb am Sa., 15. Jan. 2022, 20:55: > module-authors: > > I submitted a patch for Filter::Cpp about three months ago to Reini > Urban and Paul M