IO::Socket::IP 0.20 is out and is now installable on win32 which is great
https://metacpan.org/source/PEVANS/IO-Socket-IP-0.20/Changes

Debug::Client 0.24 is now stuck after installing it on t/05-io.t on windows
7

C:\Users\azawawi\.cpanm\work\1366122552.3880\Debug-Client-0.24>prove -bv
t\01-compile.t ........
1..14
ok 1 - use Debug::Client;
ok 2 - use t::lib::Debugger;
ok 3 - use Carp;
ok 4 - use IO::Socket::IP;
ok 5 - use PadWalker;
ok 6 - use Term::ReadLine;
ok 7 - use Term::ReadLine::Perl;
ok 8 - use File::HomeDir;
ok 9 - use File::Spec;
ok 10 - use File::Temp;
ok 11 - use Test::Class;
ok 12 - use Test::Deep;
ok 13 - use Test::More;
# Info: Testing Debug::Client 0.24
ok 14 - use Time::HiRes;# Info: Perl v5.16.3

ok
t\02-exports.t ........
1..29
ok 1 - use Debug::Client;
ok 2 - Debug::Client->can('get_buffer')
ok 3 - Debug::Client->can('get_filename')
ok 4 - Debug::Client->can('get')
ok 5 - Debug::Client->can('get_h_var')
ok 6 - Debug::Client->can('get_lineinfo')
ok 7 - Debug::Client->can('get_options')
ok 8 - Debug::Client->can('get_p_exp')
ok 9 - Debug::Client->can('get_stack_trace')
ok 10 - Debug::Client->can('get_v_vars')
ok 11 - Debug::Client->can('get_value')
ok 12 - Debug::Client->can('get_x_vars')
ok 13 - Debug::Client->can('get_y_zero')
ok 14 - Debug::Client->can('list_subroutine_names')
ok 15 - Debug::Client->can('module')
ok 16 - Debug::Client->can('new')
ok 17 - Debug::Client->can('quit')
ok 18 - Debug::Client->can('remove_breakpoint')
ok 19 - Debug::Client->can('get_row')
ok 20 - Debug::Client->can('run')
ok 21 - Debug::Client->can('set_breakpoint')
ok 22 - Debug::Client->can('set_option')
ok 23 - Debug::Client->can('show_breakpoints')
ok 24 - Debug::Client->can('show_line')
ok 25 - Debug::Client->can('show_view')
ok 26 - Debug::Client->can('show_line')
ok 27 - Debug::Client->can('step_in')
ok 28 - Debug::Client->can('step_over')
ok 29 - Debug::Client->can('toggle_trace')
ok
t\03-pod.t ............
1..0 # SKIP Test::Pod 1.45 required for testing POD
skipped: Test::Pod 1.45 required for testing POD
t\04-pod-coverage.t ...
1..0 # SKIP Test::Pod::Coverage 1.08 required for testing POD coverage
skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
t\05-io.t .............
1..11


2013/4/15 Peter Lavender <pla...@internode.on.net>

>
> On 9/04/2013 12:45 AM, kevin dawson wrote:
> > On 2013-04-01 01:21, Peter Lavender wrote:
> >> Does anyone know which of the windows Perls are more in use?
> >>
> >> I use and test on Strawberry.
> >>
> >> Anyway, this isn't progressing much is it?
> >>
> >> What's the view here, should we see if we can get a new Socket module
> >> out to address this issue, or just release with lots of warnings about
> >> the problem and how to get around it?
> >>
> >>
> >>
> >> On 22/03/2013 7:19 AM, Gabor Szabo wrote:
> >>> Collecting my thoughts:
> >>>
> >>> Though I agree with the question of Awazawi, I'd ask it a bit
> differently:
> >>> Do we really need to rely on IO::Socket::IP, or can we make it an
> >>> optional dependency limiting some feature?
> >>>
> >>> I think most Windows users will use the DWIM Perl installed - I just
> >>> will have to make a new release -
> >>> I would not worry about that, but I'd probably print this information
> >>> at the beginning of the Makefile.
> >>> Something like this:
> >>>
> >>> if (IsWindows and IO::Socket::IP is not installed yet with a version
> >>> that we can live with ) {
> >>>       tell the user to first install the older version of the module
> (and
> >>> even print the command)
> >>>       then quit the installation process
> >>> }
> >>>
> >>> I just checked
> http://www.cpantesters.org/distro/I/IO-Socket-IP.html#IO-Socket-IP-0.19
> >>> and there quite a few failure reports for Windows.
> >>> In any case I just submitted two more and re-launched my smokers on
> Windows.
> >>>
> >>> Have PEVANS  seen all those reports?
> >>>
> >>> Azawawi, could you offer your help to PEVANS to fix the issue on
> Windows?
> >>>
> >>> I think I'd just go forward with the release - with that addition in
> >>> the makefile.
> >>>
> >>> Gabor
> >>> _______________________________________________
> >>> Padre-dev mailing list
> >>> Padre-dev@perlide.org
> >>> http://mail.perlide.org/mailman/listinfo/padre-dev
> >> _______________________________________________
> >> Padre-dev mailing list
> >> Padre-dev@perlide.org
> >> http://mail.perlide.org/mailman/listinfo/padre-dev
> >>
> > If you are keeping up to date with p5p you would now that IO::Socket::IP
> > has started it's journey into perl core
> >
> >
>
> That's interesting, but wouldn't the problem we are currently seeing be
> related to the windows perl distribution?
>
> I think Gabor said that DWIM Perl works fine...
>
> Peter.
>
> PS, sorry I haven't got the release done yet, I have the kids this week
> so should be able to sit down and get things sorted out and rolled out.
>
>
> _______________________________________________
> Padre-dev mailing list
> Padre-dev@perlide.org
> http://mail.perlide.org/mailman/listinfo/padre-dev
>
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to