Re: [RANT] Should we try to keep compatibility with old perl5s?

2018-08-17 Thread Rocco Caputo
problem from ever happening again." I agree that complaining is a significant problem. I look forward to hearing your final solution for it. -- Rocco Caputo

Re: The end of 5.6 is nigh!

2011-11-16 Thread Rocco Caputo
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 from Klortho #11912.) 4.036 would get you a wronger answer even faster! -- Rocco Caputo rcap

Reflex extensions namespace?

2010-05-24 Thread Rocco Caputo
Dear CPAN Oracle: CPAN has a de facto standard of appending X to make extensions namespaces. Does that make sense for namespaces that end in X already? If not, please suggest alternatives. Thank you! -- Rocco Caputo - rcap...@pobox.com

Re: publish/subcribe model via network

2008-04-14 Thread Rocco Caputo
://search.cpan.org/dist/POE-Component-Spread/ http://search.cpan.org/dist/POE-Loop-Wx/ http://search.cpan.org/dist/POE-Component-Jabber/ (and XMPP) -- Rocco Caputo - [EMAIL PROTECTED]

Re: With the Macrame macro system, Perl may now be a Lisp.

2007-12-07 Thread Rocco Caputo
the last line at a particular line number will display in the debugger. Around the time I wrote this, I kinda wished for non-integer line numbers. A 10-line expansion could have line numbers 14.1 through 14.10, with the original invocation as a comment on 14.0. -- Rocco Caputo - [EMAIL

Re: line numbers with Filter::Simple

2007-06-03 Thread Rocco Caputo
with OSX? :) -- Rocco Caputo - [EMAIL PROTECTED]

Re: line numbers with Filter::Simple

2007-06-01 Thread Rocco Caputo
(defined in moo.perl at line 6) invoked from moo.perl line 9. -- Rocco Caputo - [EMAIL PROTECTED]

Re: How does Filter::Inline sound?

2006-03-12 Thread Rocco Caputo
::SourceTemplate ... Filter::SourceTemplate::UseBytes Filter::CodeTemplate ... Filter::CodeTemplate::UseBytes Filter::Template ... Filter::Template::UseBytes -- Rocco Caputo - [EMAIL PROTECTED]

How does Filter::Inline sound?

2006-03-11 Thread Rocco Caputo
expanded into macro bodies, which are then inserted into your code. The above example is compiled as: print (($one)($two)?($one):($two)); It supports some other syntax, but the macros are the main attraction. -- Rocco Caputo - [EMAIL PROTECTED]

Re: Making RPMs out of CPAN Modules (namely XML::Feed) Automatically

2005-08-27 Thread Rocco Caputo
(Curtis Poe), Ovid also has nothing to do with me. I can't even claim that POE was here first. :) -- Rocco Caputo - http://poe.perl.org/

Re: What to name the baby? (module naming advice)

2005-02-08 Thread Rocco Caputo
On Tue, Feb 08, 2005 at 10:32:07AM +1300, Sam Vilain wrote: Rocco Caputo wrote: I think it would be misleading to imply that this code only works with IRC. Even so, what you are doing is inherantly an IRC-ish thing to want to do. Wouldn't you still refer to non-IRC but IRC-like chatrooms

Re: What to name the baby? (module naming advice)

2005-02-08 Thread Rocco Caputo
On Tue, Feb 08, 2005 at 10:32:07AM +1300, Sam Vilain wrote: Rocco Caputo wrote: I think it would be misleading to imply that this code only works with IRC. Even so, what you are doing is inherantly an IRC-ish thing to want to do. Wouldn't you still refer to non-IRC but IRC-like chatrooms

Re: What to name the baby? (module naming advice)

2005-02-07 Thread Rocco Caputo
On Sun, Feb 06, 2005 at 11:30:04PM -0600, David Nicol wrote: there's an IRC top-level namespace, with IRC::Bot in it. On Sun, 6 Feb 2005 17:56:01 -0500, Rocco Caputo [EMAIL PROTECTED] wrote: I've written a module that threads chat messages, but I don't know what to name it. Chat::Threader

Re: Application framework namespaces

2004-05-17 Thread Rocco Caputo
based systems would cost thousands of man hours. A lot of people would be upset if they had to do it just for a name change. -- Rocco Caputo - http://poe.perl.org/

Re: IO::Epoll

2004-03-02 Thread Rocco Caputo
it. Have you considered a more portable solution like libevent? It's a single API for epoll (Linux), kqueue (BSD), poll(2), and select(2). Support for realtime signals and /dev/poll is also planned. Its home page is at http://monkey.org/~provos/libevent/ -- Rocco Caputo - [EMAIL PROTECTED

Re: Finding the module you want (was: New module Mail::SendEasy)

2004-02-16 Thread Rocco Caputo
On Sun, Feb 15, 2004 at 11:57:15PM +0100, A. Pagaltzis wrote: * Rocco Caputo [EMAIL PROTECTED] [2004-02-12 11:29]: Conveniently, I've written exactly the thing that provides the features I need, in a way that's most convenient for my purpose. Everything else pales by comparison, otherwise

Re: Finding the module you want (was: New module Mail::SendEasy)

2004-02-10 Thread Rocco Caputo
, text editors, and operating systems. A number of long-standing holy wars could be ended once and for all. :) -- Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/