Re: perl 5.30.0 and AnyEvent

[email protected] (sisyphus) Tue, 28 May 2019 13:50:31 +1000
Newsgroups perl.win32.vanilla
Message-ID <CADZSBj0MfVzoiskcPLFogyAQTSgqBno-aAC30DpQ9VO2FJDC3Q@mail.gmail.com>
--000000000000c8ab6f0589ea9185
Content-Type: text/plain; charset="UTF-8"

Looking at it a bit more closely, I see that the t/80_ssltest.t tests are
all skipped for me because I don't have Net::SSLeay installed.
When I switch to Strawberry 5.30.0 (which has Net-SSLeay-1.88) I see the
same failure as you.
Also, I think  I misinterpreted the message accompanying the test failure.

Probably the best approach to gaining an understanding of what's going
wrong would be to work your way through "t/80_ssltest.t".

Cheers,
Rob


On Tue, May 28, 2019 at 12:42 PM [email protected] <[email protected]>
wrote:

> I don't have AV software installed.
> Yes, I know, that I can skip tests, but better, if the are passed.
>
> On 28.05.2019 05:38, sisyphus wrote:
> > Hmmm ... could that be some active anti-virus software interfering with
> > the test ?
> > I would just ignore that failure and install with force by running:
> >
> > cpan -fi AnyEvent
> >
> > (I don't have any such anti-virus software installed here.)
> >
> > Cheers,
> > Rob
> >
> > On Tue, May 28, 2019 at 12:17 PM [email protected]
> > <mailto:[email protected]> <[email protected]
> > <mailto:[email protected]>> wrote:
> >
> >     Hi,
> >
> >     I am trying to intall AnyEvent 7.15.
> >
> >     The problem:
> >
> >     t/80_ssltest.t ............. 1/415
> >     #   Failed test 'server_error <An established connection was aborted
> by
> >     the software in your host machine.>'
> >     #   at t/80_ssltest.t line 37.
> >     # Looks like you failed 1 test of 415.
> >     t/80_ssltest.t ............. Dubious, test returned 1 (wstat 256,
> 0x100)
> >     Failed 1/415 subtests
> >
> >     Perl -V
> >
> >     Summary of my perl5 (revision 5 version 28 subversion 1)
> configuration:
> >
> >       Platform:
> >         osname=MSWin32
> >         osvers=10.0.17134.407
> >         archname=MSWin32-x64-multi-thread
> >         uname='Win32 strawberry-perl 5.28.1.1 #1 Sun Dec  2 14:24:00
> >     2018 x64'
> >         config_args='undef'
> >         hint=recommended
> >         useposix=true
> >         d_sigaction=undef
> >         useithreads=define
> >         usemultiplicity=define
> >         use64bitint=define
> >         use64bitall=undef
> >         uselongdouble=undef
> >         usemymalloc=n
> >         default_inc_excludes_dot=define
> >         bincompat5005=undef
> >       Compiler:
> >         cc='gcc'
> >         ccflags =' -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE
> >     -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS
> -DPERL_IMPLICIT_CONTEXT
> >     -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing
> >     -mms-bitfields'
> >         optimize='-s -O2'
> >         cppflags='-DWIN32'
> >         ccversion=''
> >         gccversion='7.1.0'
> >         gccosandvers=''
> >         intsize=4
> >         longsize=4
> >         ptrsize=8
> >         doublesize=8
> >         byteorder=12345678
> >         doublekind=3
> >         d_longlong=define
> >         longlongsize=8
> >         d_longdbl=define
> >         longdblsize=16
> >         longdblkind=3
> >         ivtype='long long'
> >         ivsize=8
> >         nvtype='double'
> >         nvsize=8
> >         Off_t='long long'
> >         lseeksize=8
> >         alignbytes=8
> >         prototype=define
> >       Linker and Libraries:
> >         ld='g++.exe'
> >         ldflags ='-s -L"D:\devel\perl\perl\lib\CORE"
> >     -L"D:\devel\perl\c\lib"'
> >         libpth=D:\devel\perl\c\lib D:\devel\perl\c\x86_64-w64-mingw32\lib
> >     D:\devel\perl\c\lib\gcc\x86_64-w64-mingw32\7.1.0
> >         libs= -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool
> -lcomdlg32
> >     -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32
> -lmpr
> >     -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
> >         perllibs= -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool
> >     -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid
> >     -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
> >         libc=
> >         so=dll
> >         useshrplib=true
> >         libperl=libperl528.a
> >         gnulibc_version=''
> >       Dynamic Linking:
> >         dlsrc=dl_win32.xs
> >         dlext=xs.dll
> >         d_dlsymun=undef
> >         ccdlflags=' '
> >         cccdlflags=' '
> >         lddlflags='-mdll -s -L"D:\devel\perl\perl\lib\CORE"
> >     -L"D:\devel\perl\c\lib"'
> >
> >
> >     Characteristics of this binary (from libperl):
> >       Compile-time options:
> >         HAS_TIMES
> >         HAVE_INTERP_INTERN
> >         MULTIPLICITY
> >         PERLIO_LAYERS
> >         PERL_COPY_ON_WRITE
> >         PERL_DONT_CREATE_GVSV
> >         PERL_IMPLICIT_CONTEXT
> >         PERL_IMPLICIT_SYS
> >         PERL_MALLOC_WRAP
> >         PERL_OP_PARENT
> >         PERL_PRESERVE_IVUV
> >         USE_64_BIT_INT
> >         USE_ITHREADS
> >         USE_LARGE_FILES
> >         USE_LOCALE
> >         USE_LOCALE_COLLATE
> >         USE_LOCALE_CTYPE
> >         USE_LOCALE_NUMERIC
> >         USE_LOCALE_TIME
> >         USE_PERLIO
> >         USE_PERL_ATOF
> >       Built under MSWin32
> >       Compiled at Dec  2 2018 14:30:03
> >       %ENV:
> >         PERL5LIB="d:/pcore-lib/pcore/lib;"
> >         PERL_CPANM_HOME="C:\Users\zdm\AppData\Local\Temp\.cpanm"
> >         PERL_CPANM_OPT="--metacpan --from https://cpan.metacpan.org/"
> >       @INC:
> >         d:/pcore-lib/pcore/lib
> >         d:/devel/perl/perl/site/lib/MSWin32-x64-multi-thread
> >         d:/devel/perl/perl/site/lib
> >         d:/devel/perl/perl/vendor/lib
> >         d:/devel/perl/perl/lib
> >
> >     On 28.05.2019 02:54, sisyphus wrote:
> >     > Version 7.15 installed ok for me (with 'cpan -i AnyEvent') on my
> own
> >     > build of Windows perl:
> >     >
> >     > C:\>perl -v
> >     > This is perl 5, version 30, subversion 0 (v5.30.0) built for
> >     > MSWin32-x64-multi-hread
> >     >
> >     > What's your 'perl -V' output, and what was the problem ?
> >     >
> >     > Cheers,
> >     > Rob
> >     >
> >     > On Tue, May 28, 2019 at 1:02 AM [email protected]
> >     <mailto:[email protected]>
> >     > <mailto:[email protected] <mailto:[email protected]>>
> >     <[email protected] <mailto:[email protected]>
> >     > <mailto:[email protected] <mailto:[email protected]>>> wrote:
> >     >
> >     >     Does somebody has success with installing AnyEvent?
> >     >     It is successfully installing on linux perl 5.30, but not
> >     installing
> >     >     under windows.
> >     >
> >
>

--000000000000c8ab6f0589ea9185
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Looking at it a bit more closely, I see that the t/80=
_ssltest.t tests are all skipped for me=C2=A0because I don&#39;t have Net::=
SSLeay installed.</div><div>When I switch to Strawberry 5.30.0 (which has N=
et-SSLeay-1.88) I see the same failure as you.</div><div>Also, I think=C2=
=A0 I misinterpreted the message accompanying the test failure.</div><div><=
br></div><div>Probably=C2=A0the best approach to gaining an understanding o=
f what&#39;s going wrong would be to work your way through &quot;t/80_sslte=
st.t&quot;.</div><div><br></div><div>Cheers,</div><div>Rob</div><div><br></=
div></div><br><div class=3D"gmail_quote"><div class=3D"gmail_attr" dir=3D"l=
tr">On Tue, May 28, 2019 at 12:42 PM <a href=3D"mailto:[email protected]">z=
[email protected]</a> &lt;<a href=3D"mailto:[email protected]">zdm@softvisio=
.net</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"mar=
gin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);b=
order-left-width:1px;border-left-style:solid">I don&#39;t have AV software =
installed.<br>
Yes, I know, that I can skip tests, but better, if the are passed.<br>
<br>
On 28.05.2019 05:38, sisyphus wrote:<br>
&gt; Hmmm ... could that be some active anti-virus software interfering wit=
h<br>
&gt; the test ?<br>
&gt; I would just ignore that failure and install with force by running:<br=
>
&gt; <br>
&gt; cpan -fi AnyEvent<br>
&gt; <br>
&gt; (I don&#39;t have any such anti-virus software installed here.)<br>
&gt; <br>
&gt; Cheers,<br>
&gt; Rob<br>
&gt; <br>
&gt; On Tue, May 28, 2019 at 12:17 PM <a href=3D"mailto:[email protected]" =
target=3D"_blank">[email protected]</a><br>
&gt; &lt;mailto:<a href=3D"mailto:[email protected]" target=3D"_blank">zdm@=
softvisio.net</a>&gt; &lt;<a href=3D"mailto:[email protected]" target=3D"_b=
lank">[email protected]</a><br>
&gt; &lt;mailto:<a href=3D"mailto:[email protected]" target=3D"_blank">zdm@=
softvisio.net</a>&gt;&gt; wrote:<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0Hi,<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0I am trying to intall AnyEvent 7.15.<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0The problem:<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0t/80_ssltest.t ............. 1/415<br>
&gt;=C2=A0 =C2=A0 =C2=A0#=C2=A0 =C2=A0Failed test &#39;server_error &lt;An =
established connection was aborted by<br>
&gt;=C2=A0 =C2=A0 =C2=A0the software in your host machine.&gt;&#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0#=C2=A0 =C2=A0at t/80_ssltest.t line 37.<br>
&gt;=C2=A0 =C2=A0 =C2=A0# Looks like you failed 1 test of 415.<br>
&gt;=C2=A0 =C2=A0 =C2=A0t/80_ssltest.t ............. Dubious, test returned=
 1 (wstat 256, 0x100)<br>
&gt;=C2=A0 =C2=A0 =C2=A0Failed 1/415 subtests<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0Perl -V<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0Summary of my perl5 (revision 5 version 28 subversi=
on 1) configuration:<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 Platform:<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 osname=3DMSWin32<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 osvers=3D10.0.17134.407<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 archname=3DMSWin32-x64-multi-thread<b=
r>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 uname=3D&#39;Win32 strawberry-perl 5.=
28.1.1 #1 Sun Dec=C2=A0 2 14:24:00<br>
&gt;=C2=A0 =C2=A0 =C2=A02018 x64&#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 config_args=3D&#39;undef&#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 hint=3Drecommended<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 useposix=3Dtrue<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 d_sigaction=3Dundef<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 useithreads=3Ddefine<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 usemultiplicity=3Ddefine<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 use64bitint=3Ddefine<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 use64bitall=3Dundef<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 uselongdouble=3Dundef<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 usemymalloc=3Dn<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 default_inc_excludes_dot=3Ddefine<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 bincompat5005=3Dundef<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 Compiler:<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 cc=3D&#39;gcc&#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 ccflags =3D&#39; -s -O2 -DWIN32 -DWIN=
64 -DCONSERVATIVE<br>
&gt;=C2=A0 =C2=A0 =C2=A0-D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -D=
PERL_IMPLICIT_CONTEXT<br>
&gt;=C2=A0 =C2=A0 =C2=A0-DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-stric=
t-aliasing<br>
&gt;=C2=A0 =C2=A0 =C2=A0-mms-bitfields&#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 optimize=3D&#39;-s -O2&#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 cppflags=3D&#39;-DWIN32&#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 ccversion=3D&#39;&#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 gccversion=3D&#39;7.1.0&#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 gccosandvers=3D&#39;&#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 intsize=3D4<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 longsize=3D4<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 ptrsize=3D8<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 doublesize=3D8<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 byteorder=3D12345678<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 doublekind=3D3<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 d_longlong=3Ddefine<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 longlongsize=3D8<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 d_longdbl=3Ddefine<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 longdblsize=3D16<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 longdblkind=3D3<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 ivtype=3D&#39;long long&#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 ivsize=3D8<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 nvtype=3D&#39;double&#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 nvsize=3D8<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 Off_t=3D&#39;long long&#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 lseeksize=3D8<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 alignbytes=3D8<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 prototype=3Ddefine<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 Linker and Libraries:<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 ld=3D&#39;g++.exe&#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 ldflags =3D&#39;-s -L&quot;D:\devel\p=
erl\perl\lib\CORE&quot;<br>
&gt;=C2=A0 =C2=A0 =C2=A0-L&quot;D:\devel\perl\c\lib&quot;&#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 libpth=3DD:\devel\perl\c\lib D:\devel=
\perl\c\x86_64-w64-mingw32\lib<br>
&gt;=C2=A0 =C2=A0 =C2=A0D:\devel\perl\c\lib\gcc\x86_64-w64-mingw32\7.1.0<br=
>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 libs=3D -lmoldname -lkernel32 -luser3=
2 -lgdi32 -lwinspool -lcomdlg32<br>
&gt;=C2=A0 =C2=A0 =C2=A0-ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 =
-luuid -lws2_32 -lmpr<br>
&gt;=C2=A0 =C2=A0 =C2=A0-lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32<br=
>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 perllibs=3D -lmoldname -lkernel32 -lu=
ser32 -lgdi32 -lwinspool<br>
&gt;=C2=A0 =C2=A0 =C2=A0-lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 =
-lnetapi32 -luuid<br>
&gt;=C2=A0 =C2=A0 =C2=A0-lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp3=
2 -lcomctl32<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 libc=3D<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 so=3Ddll<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 useshrplib=3Dtrue<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 libperl=3Dlibperl528.a<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 gnulibc_version=3D&#39;&#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 Dynamic Linking:<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 dlsrc=3Ddl_win32.xs<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 dlext=3Dxs.dll<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 d_dlsymun=3Dundef<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 ccdlflags=3D&#39; &#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 cccdlflags=3D&#39; &#39;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 lddlflags=3D&#39;-mdll -s -L&quot;D:\=
devel\perl\perl\lib\CORE&quot;<br>
&gt;=C2=A0 =C2=A0 =C2=A0-L&quot;D:\devel\perl\c\lib&quot;&#39;<br>
&gt; <br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0Characteristics of this binary (from libperl):<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 Compile-time options:<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 HAS_TIMES<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 HAVE_INTERP_INTERN<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 MULTIPLICITY<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 PERLIO_LAYERS<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 PERL_COPY_ON_WRITE<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 PERL_DONT_CREATE_GVSV<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 PERL_IMPLICIT_CONTEXT<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 PERL_IMPLICIT_SYS<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 PERL_MALLOC_WRAP<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 PERL_OP_PARENT<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 PERL_PRESERVE_IVUV<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 USE_64_BIT_INT<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 USE_ITHREADS<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 USE_LARGE_FILES<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 USE_LOCALE<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 USE_LOCALE_COLLATE<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 USE_LOCALE_CTYPE<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 USE_LOCALE_NUMERIC<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 USE_LOCALE_TIME<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 USE_PERLIO<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 USE_PERL_ATOF<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 Built under MSWin32<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 Compiled at Dec=C2=A0 2 2018 14:30:03<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 %ENV:<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 PERL5LIB=3D&quot;d:/pcore-lib/pcore/l=
ib;&quot;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 PERL_CPANM_HOME=3D&quot;C:\Users\zdm\=
AppData\Local\Temp\.cpanm&quot;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 PERL_CPANM_OPT=3D&quot;--metacpan --f=
rom <a href=3D"https://cpan.metacpan.org/" target=3D"_blank" rel=3D"norefer=
rer">https://cpan.metacpan.org/</a>&quot;<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 @INC:<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 d:/pcore-lib/pcore/lib<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 d:/devel/perl/perl/site/lib/MSWin32-x=
64-multi-thread<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 d:/devel/perl/perl/site/lib<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 d:/devel/perl/perl/vendor/lib<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0 d:/devel/perl/perl/lib<br>
&gt; <br>
&gt;=C2=A0 =C2=A0 =C2=A0On 28.05.2019 02:54, sisyphus wrote:<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; Version 7.15 installed ok for me (with &#39;cp=
an -i AnyEvent&#39;)=C2=A0on my own<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; build of Windows perl:<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; C:\&gt;perl -v<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; This is perl 5, version 30, subversion 0 (v5.3=
0.0) built for<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; MSWin32-x64-multi-hread<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; What&#39;s your &#39;perl -V&#39; output, and =
what was the problem ?<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; Cheers,<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; Rob<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; On Tue, May 28, 2019 at 1:02 AM <a href=3D"mai=
lto:[email protected]" target=3D"_blank">[email protected]</a><br>
&gt;=C2=A0 =C2=A0 =C2=A0&lt;mailto:<a href=3D"mailto:[email protected]" tar=
get=3D"_blank">[email protected]</a>&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; &lt;mailto:<a href=3D"mailto:[email protected]=
" target=3D"_blank">[email protected]</a> &lt;mailto:<a href=3D"mailto:zdm@=
softvisio.net" target=3D"_blank">[email protected]</a>&gt;&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&lt;<a href=3D"mailto:[email protected]" target=3D"=
_blank">[email protected]</a> &lt;mailto:<a href=3D"mailto:[email protected]=
t" target=3D"_blank">[email protected]</a>&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; &lt;mailto:<a href=3D"mailto:[email protected]=
" target=3D"_blank">[email protected]</a> &lt;mailto:<a href=3D"mailto:zdm@=
softvisio.net" target=3D"_blank">[email protected]</a>&gt;&gt;&gt; wrote:<b=
r>
&gt;=C2=A0 =C2=A0 =C2=A0&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt;=C2=A0 =C2=A0 =C2=A0Does somebody has success w=
ith installing AnyEvent?<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt;=C2=A0 =C2=A0 =C2=A0It is successfully installi=
ng on linux perl 5.30, but not<br>
&gt;=C2=A0 =C2=A0 =C2=A0installing<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt;=C2=A0 =C2=A0 =C2=A0under windows.<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt;<br>
&gt; <br>
</blockquote></div>

--000000000000c8ab6f0589ea9185--