Re: Re: Re: CPAN Upload: N/NI/NI-S/Tk-804.025_beta14.patch.gz

2004-01-19 Thread Nick Ing-Simmons
Dominix <[EMAIL PROTECTED]> writes: >from my point of view Cygwin expand a lot Win32 capabilities with a very >small footprint, and as a serious Open source project it had a very >responsive support throught his mailling list ( [EMAIL PROTECTED] ) that you >can browse throught NNTP, thanks to gmane

Re: Cwd::cwd() bug??? on Cygwin

2003-11-21 Thread Nick Ing-Simmons
Nick Ing-Simmons <[EMAIL PROTECTED]> writes: >>> package MyModule; >>> use Module; >>> use base 'Module'; >>> use Cwd; > >If you moved that above the use Module line then when Module.pm >was compiled it would know Cwd::cwd was a

Re: Cwd::cwd() bug??? on Cygwin

2003-11-21 Thread Nick Ing-Simmons
Randy W. Sims <[EMAIL PROTECTED]> writes: >> >> sub cwd { >> require Cwd; >> Cwd::cwd; If you made that Cwd::cwd(); it would work. >> } >> >> 1; >> -><8- >> >> -><8- >> # test.pl >> package MyModule; >> use Module; >> use base 'Module'; >> use Cwd; If you moved tha

Re: Cwd::cwd() bug??? on Cygwin

2003-11-21 Thread Nick Ing-Simmons
Randy W. Sims <[EMAIL PROTECTED]> writes: >On 11/15/2003 10:56 AM, Randy W. Sims wrote: >> Ok, this might in fact be a Cygwin problem. Cygwin & Cwd. The following >> produces the error "Usage: Cwd::cwd() at Module.pm line 6." under Cygwin > >Ok, I finally had a chance to look into this one. Findi

Re: Perl Tk in Cygwin (using X)

2003-10-09 Thread Nick Ing-Simmons
iplicity/64-bit) must match. FWIW 64-bit perl and Tk don't seem to get on well yet. > > Charles > >Errors at very bottom of this email. > >Nick Ing-Simmons wrote: > >> Charles Plager <[EMAIL PROTECTED]> writes: >> >>>Hello, >>

Re: Perl Tk in Cygwin (using X)

2003-10-09 Thread Nick Ing-Simmons
Charles Plager <[EMAIL PROTECTED]> writes: >Hello, > I'm not sure if this is a cygwin problem or a Tk problem. I am trying >to build Tk under cygwin. I did this successfully 5 months ago, but it >doesn't work anymore. > >1) Is there a fix/work around to this problem? >2) Is there a place