On Tue, Jul 19, 2011 at 11:34 AM, Agnello George
<agnello.dso...@gmail.com>wrote:

> >
> > Suggestions would be to install perlbrew and use it to install a more
> recent
> > perl or just plain to force install, since everything else seems to be in
> > working order.
> >
>
> i did a force install  and gave me the following output
>
> Test Summary Report
> -------------------
> t/local/click_button.t (Wstat: 0 Tests: 19 Failed: 0)
>  TODO passed:   15-17, 19
> t/local/nonascii.t     (Wstat: 65280 Tests: 4 Failed: 0)
>  Non-zero exit status: 255
>  Parse errors: Bad plan.  You planned 5 tests but ran 4.
> Files=54, Tests=589, 24 wallclock secs ( 0.23 usr  0.04 sys +  7.04
> cusr  0.82 csys =  8.13 CPU)
> Result: FAIL
> Failed 1/54 test programs. 0/589 subtests failed.
> make: *** [test_dynamic] Error 255
>   JESSE/WWW-Mechanize-1.68.tar.gz
>   /usr/bin/make test -- NOT OK
> //hint// to see the cpan-testers results for installing this module, try:
>  reports JESSE/WWW-Mechanize-1.68.tar.gz
> Running make install
> Installing /usr/lib/perl5/site_perl/5.8.8/WWW/Mechanize.pm
> Installing /usr/lib/perl5/site_perl/5.8.8/WWW/Mechanize/Examples.pod
> Installing /usr/lib/perl5/site_perl/5.8.8/WWW/Mechanize/Image.pm
> Installing /usr/lib/perl5/site_perl/5.8.8/WWW/Mechanize/Cookbook.pod
> Installing /usr/lib/perl5/site_perl/5.8.8/WWW/Mechanize/Link.pm
> Installing /usr/lib/perl5/site_perl/5.8.8/WWW/Mechanize/FAQ.pod
> Installing /usr/share/man/man1/mech-dump.1
> Installing /usr/share/man/man3/WWW::Mechanize::Cookbook.3pm
> Installing /usr/share/man/man3/WWW::Mechanize.3pm
> Installing /usr/share/man/man3/WWW::Mechanize::Link.3pm
> Installing /usr/share/man/man3/WWW::Mechanize::Examples.3pm
> Installing /usr/share/man/man3/WWW::Mechanize::FAQ.3pm
> Installing /usr/share/man/man3/WWW::Mechanize::Image.3pm
> Installing /usr/bin/mech-dump
> Appending installation info to
> /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/perllocal.pod
>  JESSE/WWW-Mechanize-1.68.tar.gz
>  /usr/bin/make install  -- OK
> Failed during this command:
>  JESSE/WWW-Mechanize-1.68.tar.gz              : make_test FAILED but
> failure ignored because 'force' in effect
>
> ..............................................
> would there be a issue when using the module in the future ..humm
>
> --
> Regards
> Agnello D'souza
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>
There might be but based on the fact that the errors are reported in the non
ASCII part of the tests it is not highly likely to happen. I would suggest
make a mental note of this and should you run into trouble later on simply
see about upgrading Perl (if possible) or see if you can work out what the
tests are testing and why they would fail. You are often able to avoid
problems if you know exactly what causes them.

Personally I usually do not bother upgrading Perl unless there is some
serious error that's blocking me. The main reason is that you will have to
go over all your scripts and code to make sure that all of them still work
as intended. Even though there should be no difference it is a dangerous
assumption that things will always work as advertised. :-)

Regards,

Rob

Reply via email to