Skip Menu |

This queue is for tickets about the Term-Screen CPAN distribution.

Report information
The Basics
Id: 1395
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Term-Screen

People
Owner: jns [...] gellyfish.co.uk
Requestors: cpan [...] atrixnet.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.01
Fixed in: (no value)



Subject: problems with method "reverse"
============================= DISTRO ID - - - - - - - - - - - - - - - Term::Screen version 1.01 ============================= BUG DESCRIPTION - - - - - - - - - - - - - - - Simply typing "use Term::Screen;" causes the following errors to occur when I run my Perl scripts with the warnings pragma. ============================= ERRORS - - - - - - - - - - - - - - - Show quoted text
>C:\cygwin\bin\perl -cw reminder.pl
Ambiguous call resolved as CORE::reverse(), qualify as such or use & at /usr/lib/perl5/site_perl/5.6.1/Term/Screen.pm line 422. Ambiguous call resolved as CORE::reverse(), qualify as such or use & at /usr/lib/perl5/site_perl/5.6.1/Term/Screen.pm line 457. reminder.pl syntax OK Show quoted text
>Exit code: 0
============================= MY PERL - - - - - - - - - - - - - - - tommy@sneeker ~ $ perl -V Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: Platform: osname=cygwin, osvers=1.3.2(0.3932), archname=cygwin-multi uname='cygwin_nt-4.0 loreley 1.3.2(0.3932) 2001-05-20 23:28 i686 unknown ' config_args='-de -Dusemultiplicity' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=defi ne useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef Compiler: cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -I/usr/local /include', optimize='-O2', cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='2.95.3-5 (cygwin special)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize =4 alignbytes=8, usemymalloc=y, prototype=define Linker and Libraries: ld='ld2', ldflags =' -s -L/usr/local/lib' libpth=/usr/local/lib /usr/lib /lib libs=-lgdbm -lcrypt perllibs=-lcrypt libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl5_6_1.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s' cccdlflags=' ', lddlflags=' -s -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY USE_LARGE_FILES PERL_IMPLICIT_CONTEXT Built under cygwin Compiled at Aug 22 2001 01:05:05 @INC: /usr/lib/perl5/5.6.1/cygwin-multi /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/cygwin-multi /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl . ============================= MY ENV - - - - - - - - - - - - - - - tommy@sneeker ~ $ env !C:=C:\cygwin\bin BLASTER=A220 I7 D1 H7 P330 T6 CMDLINE=bash --login -i COMSPEC=C:\WINDOWS\COMMAND.COM CTSYN=C:\WINDOWS HOME=/home/tommy HOMEDRIVE=C: HOMEPATH=\cygwin\home\tommy MAKE_MODE=unix MANPATH=:/usr/ssl/man MINGW="/bin/gcc.exe" MOUSE=c:\imouse OLDPWD=/usr/bin PATH=/usr/local/bin:/usr/bin:/bin:/cygdrive/c/WINDOWS:/cygdrive/c/windows:/cygdr ive/c/windows/COMMAND:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/COMMAND:/usr/bin:/ USR/BIN:/USR/X11R6/BIN:/USR/LIBEXEC:/USR/LOCAL/BIN:.:/usr/X11R6/bin PROMPT=$p$g PS1=\[\033]0;\w\007 \033[32m\]\u@\h \[\033[33m\w\033[0m\] $ PWD=/home/tommy SBPCI=C:\SBPCI SHLVL=1 TEMP=/cygdrive/d/temp/swap/ TERM=cygwin TMP=/cygdrive/d/temp/swap/ USER=tommy WINBOOTDIR=C:\WINDOWS WINDIR=C:\WINDOWS _=/usr/bin/env ============================= MY OS - - - - - - - - - - - - - - - tommy@sneeker ~ $ uname -a CYGWIN_98-4.10 SNEEKER 1.3.12(0.54/3/2) 2002-07-06 02:16 i686 unknown \\\\\ MSINFO.exe Microsoft Windows 98 4.10.2222 A Clean install using /T:C:\WININST0.400 /SrcDir=C:\WINDOWS\OPTIONS\CABS /IS /IW /IQ /ID /IV /IZ /II /NR /II /C /U:xxxxxxxxxxxxxxxxx IE 5 5.50.4522.1800 Uptime: 0:04:52:08 Normal mode On "SNEEKER" as "tommy" Hewlett-Packard AuthenticAMD AMD Athlon(tm) Processor 511MB RAM 68% system resources free Windows-managed swap file on drive C (3827MB free) Available space on drive C: 3827MB of 7987MB (FAT32) Available space on drive D: 4736MB of 15024MB (FAT32) ============================= ME - - - - - - - - - - - - - - - -Tommy Butler <tommy@atrixnet.com> (817)-468-7716 6711 Forest Park Dr Arlington, TX 76001-8403 http://www.atrixnet.com
Have uploaded new version of the module to PAUSE.
From: tommy [...] atrixnet.com
[JSTOWE - Sat Sep 28 06:28:23 2002]: Show quoted text
> Have uploaded new version of the module to PAUSE.
Thanks, I appreciate it!