Re: Have/Want

2008-08-09 Thread chromatic
On Wednesday 06 August 2008 20:12:43 Michael G Schwern wrote: > So I encourage folks to use "have" and "want" in the future.  I'll be using > them in Test::Builder2. Parrot port updated in r30154 as well. -- c

Re: scary and strange thing in FindBin

2008-08-09 Thread Aristotle Pagaltzis
* Todd Rinaldo <[EMAIL PROTECTED]> [2008-08-10 03:35]: > What alternatives do you recommend? See Tom Heady’s reply on this thread. Regards, -- Aristotle Pagaltzis //

Re: scary and strange thing in FindBin

2008-08-09 Thread Todd Rinaldo
On Sat, Aug 9, 2008 at 6:43 AM, Aristotle Pagaltzis <[EMAIL PROTECTED]> wrote: > * Gabor Szabo <[EMAIL PROTECTED]> [2008-08-09 12:15]: >> If I have the following code in a file called Makefile.PL >> >> use FindBin; >> print "$FindBin::Bin\n"; >> >> perl Makefile.PL prints >> >> /home/gabor/work/pu

Re: scary and strange thing in FindBin

2008-08-09 Thread Tom Heady
Gabor Szabo wrote: On Sat, Aug 9, 2008 at 1:22 PM, Paul Johnson <[EMAIL PROTECTED]> wrote: On Sat, Aug 09, 2008 at 01:09:23PM +0300, Gabor Szabo wrote: If I have the following code in a file called Makefile.PL use FindBin; print "$FindBin::Bin\n"; perl Makefile.PL prints /home/gabor/work/pu

Re: scary and strange thing in FindBin

2008-08-09 Thread Aristotle Pagaltzis
* Gabor Szabo <[EMAIL PROTECTED]> [2008-08-09 12:15]: > If I have the following code in a file called Makefile.PL > > use FindBin; > print "$FindBin::Bin\n"; > > perl Makefile.PL prints > > /home/gabor/work/pugs > > no matter where the file is located. And whenever I tell people that FindBin

Re: wxWidgets and TAP processing (YAPC::EU?)

2008-08-09 Thread Gabor Szabo
On Sat, Aug 9, 2008 at 12:41 PM, Gabor Szabo <[EMAIL PROTECTED]> wrote: > On Sat, Aug 9, 2008 at 12:10 PM, Eric Wilhelm > <[EMAIL PROTECTED]> wrote: >> # from Gabor Szabo >> # on Friday 08 August 2008 02:05: >> >>>but I'd like to create a >>>wxWidgets interface for TAP. >> >> Have you looked at wxC

Re: scary and strange thing in FindBin

2008-08-09 Thread Gabor Szabo
On Sat, Aug 9, 2008 at 1:22 PM, Paul Johnson <[EMAIL PROTECTED]> wrote: > On Sat, Aug 09, 2008 at 01:09:23PM +0300, Gabor Szabo wrote: >> If I have the following code in a file called Makefile.PL >> >> use FindBin; >> print "$FindBin::Bin\n"; >> >> perl Makefile.PL prints >> >> /home/gabor/work/pu

Re: scary and strange thing in FindBin

2008-08-09 Thread Paul Johnson
On Sat, Aug 09, 2008 at 01:09:23PM +0300, Gabor Szabo wrote: > If I have the following code in a file called Makefile.PL > > use FindBin; > print "$FindBin::Bin\n"; > > perl Makefile.PL prints > > /home/gabor/work/pugs > > no matter where the file is located. > > If the file is called a.pl w

scary and strange thing in FindBin

2008-08-09 Thread Gabor Szabo
If I have the following code in a file called Makefile.PL use FindBin; print "$FindBin::Bin\n"; perl Makefile.PL prints /home/gabor/work/pugs no matter where the file is located. If the file is called a.pl with the same content it prints the correct directory as expected. perl 5.8.8 on Ubun

Re: wxWidgets and TAP processing (YAPC::EU?)

2008-08-09 Thread Gabor Szabo
On Sat, Aug 9, 2008 at 12:10 PM, Eric Wilhelm <[EMAIL PROTECTED]> wrote: > # from Gabor Szabo > # on Friday 08 August 2008 02:05: > >>but I'd like to create a >>wxWidgets interface for TAP. > > Have you looked at wxCPANPLUS? > > I think Sam was just using a text widget for the harness output, but >

Re: wxWidgets and TAP processing (YAPC::EU?)

2008-08-09 Thread Eric Wilhelm
# from Gabor Szabo # on Friday 08 August 2008 02:05: >but I'd like to create a >wxWidgets interface for TAP. Have you looked at wxCPANPLUS? I think Sam was just using a text widget for the harness output, but perhaps hooking-in somewhere there is a good place to start. (And it should be nearly

Re: wxWidgets and TAP processing (YAPC::EU?)

2008-08-09 Thread Eric Wilhelm
# from nadim khemir # on Saturday 09 August 2008 00:35: >> I am not sure if this is related to the recent ascii-art discussion > >There was an ascii art discussion? where? hehe. Not like you mean. Though maybe. I was commenting on the recurring problem of formatting ever-more-complex diagnost

Re: wxWidgets and TAP processing (YAPC::EU?)

2008-08-09 Thread nadim khemir
On Friday 08 August 2008 11.05.53 Gabor Szabo wrote: > I am not sure if this is related to the recent ascii-art discussion There was an ascii art discussion? where? Cheers