This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [EMAIL PROTECTED] to keep other
test volunteers informed and to prevent any duplicate effort.

-- 

E:\new\POE-0.23>perl Makefile.PL

=================================================================

If the prompts are annoying, they can be bypassed by running
        C:\Perl\bin\perl.exe Makefile.PL --default

Only the necessary modules will be installed by default.

=================================================================

*** ExtUtils::AutoInstall version 0.33
*** Checking for dependencies...
[Core Features]
- Carp               ...loaded. (0)
- Exporter           ...loaded. (5.562)
- IO                 ...loaded. (1.20)
- POSIX              ...loaded. (1.03)
- Socket             ...loaded. (1.72)
- Filter::Util::Call ...loaded. (1.06 >= 1.04)
[Recommended modules to increase timer/alarm/delay accuracy.]
- Time::HiRes        ...loaded. (1.36)
[Optional modules to speed up large-scale clients/servers.]
- IO::Poll           ...loaded. (0.05 >= 0.05)
[Optional modules for IPv6 support.]
- Socket6            ...failed! (needs 0.11)
==> Do you wish to install the 1 optional module(s)? [n]
[Optional modules for controlling full-screen programs (e.g. vi).]
- IO::Pty            ...failed! (needs 1.02)
==> Do you wish to install the 1 optional module(s)? [n]
[Optional modules for marshaling/serializing data.]
- Storable           ...loaded. (2.04)
- Compress::Zlib     ...loaded. (1.16)
[Optional modules for web applications (client & server).]
- HTTP::Status       ...loaded. (1.26)
- HTTP::Request      ...loaded. (1.30)
- HTTP::Date         ...loaded. (1.43)
- HTTP::Response     ...loaded. (1.36)
- URI                ...loaded. (1.19)
[Optional modules for Curses text interfaces.]
- Curses             ...failed! (needed)
==> Do you wish to install the 1 optional module(s)? [n]
[Optional modules for console (command line) interfaces.]
- Term::ReadKey      ...loaded. (2.14)
- Term::Cap          ...loaded. (0)
[Optional modules for Gtk+ graphical interfaces.]
- Gtk                ...failed! (needed)
==> Do you wish to install the 1 optional module(s)? [n]
[Optional modules for Tk graphical interfaces.]
- Tk                 ...loaded. (800.023 >= 800.021)
[Optional modules for Event.pm support.]
- Event              ...failed! (needed)
==> Do you wish to install the 1 optional module(s)? [n]
*** ExtUtils::AutoInstall configuration finished.
Writing Makefile for POE

E:\new\POE-0.23>nmake

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        rem
cp POE/Pipe/TwoWay.pm blib\lib\POE\Pipe\TwoWay.pm
cp POE/Driver.pm blib\lib\POE\Driver.pm
cp POE/Session.pm blib\lib\POE\Session.pm
cp POE/Filter/HTTPD.pm blib\lib\POE\Filter\HTTPD.pm
cp POE/Wheel/Curses.pm blib\lib\POE\Wheel\Curses.pm
cp POE/Pipe/OneWay.pm blib\lib\POE\Pipe\OneWay.pm
cp POE/Pipe.pm blib\lib\POE\Pipe.pm
cp POE/Preprocessor.pm blib\lib\POE\Preprocessor.pm
cp POE/Component/Server/TCP.pm blib\lib\POE\Component\Server\TCP.pm
cp POE/Kernel/Select.pm blib\lib\POE\Kernel\Select.pm
cp POE/Filter/Grep.pm blib\lib\POE\Filter\Grep.pm
cp POE/Kernel/Poll.pm blib\lib\POE\Kernel\Poll.pm
cp POE/Macro/UseBytes.pm blib\lib\POE\Macro\UseBytes.pm
cp POE/Component.pm blib\lib\POE\Component.pm
cp POE/NFA.pm blib\lib\POE\NFA.pm
cp POE/Wheel/ListenAccept.pm blib\lib\POE\Wheel\ListenAccept.pm
cp POE/Filter/RecordBlock.pm blib\lib\POE\Filter\RecordBlock.pm
cp POE/Filter/Map.pm blib\lib\POE\Filter\Map.pm
cp POE/Component/Client/TCP.pm blib\lib\POE\Component\Client\TCP.pm
cp POE/Wheel/FollowTail.pm blib\lib\POE\Wheel\FollowTail.pm
cp POE/Driver/SysRW.pm blib\lib\POE\Driver\SysRW.pm
cp POE.pm blib\lib\POE.pm
cp POE/Wheel/ReadLine.pm blib\lib\POE\Wheel\ReadLine.pm
cp POE/Wheel/SocketFactory.pm blib\lib\POE\Wheel\SocketFactory.pm
cp POE/Wheel.pm blib\lib\POE\Wheel.pm
cp POE/Wheel/Run.pm blib\lib\POE\Wheel\Run.pm
cp POE/Kernel/Gtk.pm blib\lib\POE\Kernel\Gtk.pm
cp POE/Filter/Stream.pm blib\lib\POE\Filter\Stream.pm
cp POE/Filter/Stackable.pm blib\lib\POE\Filter\Stackable.pm
cp POE/Kernel.pm blib\lib\POE\Kernel.pm
cp POE/Filter/Reference.pm blib\lib\POE\Filter\Reference.pm
cp POE/Filter.pm blib\lib\POE\Filter.pm
cp POE/Kernel/Event.pm blib\lib\POE\Kernel\Event.pm
cp POE/Filter/Line.pm blib\lib\POE\Filter\Line.pm
cp POE/Filter/Block.pm blib\lib\POE\Filter\Block.pm
cp POE/Wheel/ReadWrite.pm blib\lib\POE\Wheel\ReadWrite.pm
cp POE/Kernel/Tk.pm blib\lib\POE\Kernel\Tk.pm

E:\new\POE-0.23>nmake test

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        rem
        C:\Perl\bin\perl.exe -Mblib -IC:\Perl\lib -IC:\Perl\lib -e "use Test::Harness 
qw(&runtests
$verbose); $verbose=0
; runtests @ARGV;" t/00_coverage.t t/01_sessions.t t/02_alarms.t t/03_aliases.t 
t/04_selects.t
t/05_macros.t t/06_tk.t t
/08_errors.t t/09_wheels_unix.t t/10_wheels_tcp.t t/11_signals_poe.t t/13_wheels_udp.t
t/14_wheels_ft.t t/15_filter_bloc
k.t t/16_filter_stream.t t/17_filter_ref.t t/18_filter_line.t t/19_filterchange.t 
t/20_accept.t
t/22_wheel_run.t t/23_nf
a.t t/24_filter_stack.t t/25_detach.t t/26_comp_tcp.t t/27_poll.t t/28_windows.t
Using E:/new/POE-0.23/blib
t/00_coverage.........ok
        3/20 skipped: various reasons
t/01_sessions.........ok
        2/29 skipped: various reasons
t/02_alarms...........ok
t/03_aliases..........ok
t/04_selects..........ok
t/05_macros...........ok
t/06_tk...............
***
*** Please note: This test will pop up a window or two.
***
t/06_tk...............ok
        2/11 skipped: various reasons
t/08_errors...........ok
        16/59 skipped: various reasons
t/09_wheels_unix......skipped
        all skipped: MSWin32 does not support UNIX sockets
t/10_wheels_tcp.......ok
t/11_signals_poe......skipped
        all skipped: MSWin32 does not support signals.
t/13_wheels_udp.......ok
t/14_wheels_ft........ok
t/15_filter_block.....ok
t/16_filter_stream....ok
t/17_filter_ref.......ok
t/18_filter_line......ok
t/19_filterchange.....ok
t/20_accept...........ok
t/22_wheel_run........skipped
        all skipped: MSWin32 does not support fork/exec properly.
t/23_nfa..............ok
t/24_filter_stack.....ok
t/25_detach...........ok
t/26_comp_tcp.........ok
t/27_poll.............IO::Poll has issues on MSWin32.  Using select() instead for now.
t/27_poll.............ok
t/28_windows..........ok
All tests successful, 3 tests and 23 subtests skipped.
Files=26, Tests=562, 49 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)

E:\new\POE-0.23>


--

Summary of my perl5 (revision 5 version 6 subversion 1) configuration:
  Platform:
    osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread
    uname=''
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    usethreads=undef use5005threads=undef useithreads=define usemultiplicity=define
    useperlio=undef d_sfio=undef uselargefiles=undef usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
  Compiler:
    cc='cl', ccflags ='-nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT 
-DHAVE_DES_FCRYPT 
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX',
    optimize='-O1 -MD -DNDEBUG',
    cppflags='-DWIN32'
    ccversion='', gccversion='', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4
    alignbytes=8, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='link', ldflags ='-nologo -nodefaultlib -release  -libpath:"C:/Perl\lib\CORE" 
-machine:x86'
    libpth="C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib" "C:\Program 
Files\Microsoft
Visual Studio\VC98\lib" "C:\Perl\lib\CORE"
    libs=  oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  comdlg32.lib 
advapi32.lib
shell32.lib ole32.lib oleaut32.lib  netapi32.lib uuid.lib wsock32.lib mpr.lib 
winmm.lib 
version.lib odbc32.lib odbccp32.lib msvcrt.lib
    perllibs=  oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib  
comdlg32.lib
advapi32.lib shell32.lib ole32.lib oleaut32.lib  netapi32.lib uuid.lib wsock32.lib 
mpr.lib
winmm.lib  version.lib odbc32.lib odbccp32.lib msvcrt.lib
    libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl56.lib
  Dynamic Linking:
    dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -release  
-libpath:"C:/Perl\lib\CORE" 
-machine:x86'



__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com

Reply via email to