Re: RFC: String::Tagged

2009-01-29 Thread Ryan Voots
Bill Ward wrote: Why just strings? Why not scalars? The tags appear to be positioned in the string so i'm not sure how that would work for scalars. On Thu, Jan 29, 2009 at 4:52 PM, Paul LeoNerd Evans leon...@leonerd.org.uk wrote: METHODS $str = $st-str Returns the plain string

Re: lexical warnings question

2009-06-17 Thread Ryan Voots
On Tuesday 16 June 2009 20:04:18 Hans Dieter Pearcey wrote: On Tue, Jun 16, 2009 at 04:29:56PM -0700, Bill Ward wrote: I like the Modern::Perl idea. I'm going to see if there's some way I can do what it does. The hard part is getting it into all your code, not reproducing it technically,

Re: Which Parser Generator to Use?

2009-09-06 Thread Ryan Voots
On Sunday 06 September 2009 10:40:44 Shlomi Fish wrote: Hi all! Which parser generator do you recommend to use for a Perl project. What I've looked at so far: 1. Berkeley Yacc for Perl - works pretty well, but is kinda limited. Can't say i've used it before, but if its really Yacc then i

Re: How to best detect availability of C compiler in Makefile.PL?

2009-10-13 Thread Ryan Voots
On Tuesday 13 October 2009 06:17:47 O. STeffen BEYer wrote: Dear Perl module authors, what would be the best way to detect whether a working C compiler is available at build time of a module (i.e., in Makefile.PL)? I would like to install a (faster) XS version of a module if

Re: naming advice required

2009-11-09 Thread Ryan Voots
On Sunday 08 November 2009 02:32:32 Jonathan Rockway wrote: * On Fri, Nov 06 2009, Ryan Voots wrote: On Friday 06 November 2009 14:09:47 brian d foy wrote: Is this something that would be useful outside of GitHub? Are you screen scraping or doing something special with git? I think

Re: Weekend entertainment

2009-11-16 Thread Ryan Voots
On Monday 16 November 2009 15:33:17 Arthur Corliss wrote: On Mon, 16 Nov 2009, Jonas Brømsø Nielsen wrote: Hi Arthur, We have a saying in Danish, go for the ball, not the man I don't disagree with your saying, but this thread needs to go away. It seems to be much ado about nothing by

Re: Writing tests

2009-12-13 Thread Ryan Voots
That is currently not an option. Memcached and PostgreSQL are integral parts of some modules. While i plan on using a substiture MemcachedSimulation module for a majority of the tests, some tests have to be performed against a real memcached (also, because there is a problem with at least

Re: Advice on new module

2010-03-23 Thread Ryan Voots
Kyle Emmons said: Hello module authors, I am preparing a new module for upload to CPAN. Currently it is named Net::PJLink, as it is an implementation of the PJLink network protocol (used for controlling multimedia projectors). However, I read the warning at

Re: my $self = shift

2010-09-13 Thread Ryan Voots
Shawn H Corey said: On 10-09-13 07:50 AM, Nadim Khemir wrote: I'm curious, someone care to comment? I'm surprised that a specialized variable like @_ is not optimized for shift. All that is needed is to more the pointer to the next item in the array. The space used by the previous first

Re: removal request - Sys::UniqueID

2012-05-03 Thread Ryan Voots
On 05/02/2012 10:01 AM, Bill Ward wrote: On Wed, May 2, 2012 at 6:25 AM, Daniel Lukasiak est...@estrai.com mailto:est...@estrai.com wrote: On 02/05/12 00:49, Todd Rinaldo wrote: On May 1, 2012, at 1:09 PM, Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 wrote: If removal isn't possible is

Re: RFC: Time::mkgmtime

2012-06-14 Thread Ryan Voots
Sorry Paul, sent this to you instead of the list instead. ignore the dupe. On 06/14/2012 12:18 PM, Paul LeoNerd Evans wrote: On Thu, Jun 14, 2012 at 05:13:04PM +0100, Paul LeoNerd Evans wrote: Time::Local complains about out-of-range values. It cannot do 25th hour or -3rd day or whatever.

Re: Aliens depending on Aliens

2014-01-06 Thread Ryan Voots
You can probably have Module::Build and such play with the PKG_CONFIG_PATH env variable to fill out where it should be. On Jan 6, 2014 10:51 AM, Paul LeoNerd Evans leon...@leonerd.org.uk wrote: So, another Alien question. I have two C libraries. One depends on the other. (Actually, it's more

Re: Request for permissions on indirect.pm

2019-05-27 Thread Ryan Voots
Adding in CC's to vpit. On Mon, May 27, 2019 at 6:29 PM Ryan Voots wrote: > 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 > is now being squatted on by ads. I believ

Request for permissions on indirect.pm

2019-05-27 Thread Ryan Voots
perls (I believe it exists in all threaded perls, but the test failure only happens with -DDEBUGGING) and indirect.pm so I'd like to be able to make a release of it, as strictures and a few other large modules depend on this. Ryan Voots https://rt.cpan.org/Public/Bug/Display.html?id=127118

Re: Request for permissions on indirect.pm

2019-05-28 Thread Ryan Voots
may have be able to contact the author before anything like a take over will happen. Ryan Voots On Mon, May 27, 2019 at 10:55 PM Vincent Pit (VPIT) wrote: > > > Le 28/05/2019 à 03:40, Ryan Voots a écrit : > > Adding in CC's to vpit. > > > > On Mon, May 27,