Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings with Perl 5.8.x #8

Closed
pghmcfc opened this issue Sep 16, 2013 · 1 comment
Closed

Warnings with Perl 5.8.x #8

pghmcfc opened this issue Sep 16, 2013 · 1 comment

Comments

@pghmcfc
Copy link

pghmcfc commented Sep 16, 2013

For example, with 5.8.8:

$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile...........ok
t/00-report-prereqs....# Prerequisite Report:
#   Version Module               
#   ------- ---------------------
#      1.04 Carp                 
#      5.58 Exporter             
#      6.30 ExtUtils::MakeMaker  
#       1.3 File::Spec::Functions
#      0.16 File::Temp           
#      1.25 IO::Handle           
#      1.02 IPC::Open3           
#      1.19 List::Util           
#   missing Test::FailWarnings   
#      0.96 Test::More           
#      2.07 base                 
#    0.5565 lib                  
#      1.03 strict               
#      1.00 subs                 
#      1.05 warnings             
ok
t/alfa.................ok
t/baker................ok
t/charlie..............ok
t/delta................ok
t/echo.................ok
t/foxtrot..............Variable "$default" will not stay shared at (eval 8) line 1.
Variable "$default" will not stay shared at (eval 9) line 1.
ok
t/golf.................Variable "$default" will not stay shared at (eval 8) line 1.
Variable "$default" will not stay shared at (eval 11) line 1.
ok
t/hotel................Variable "$default" will not stay shared at (eval 9) line 1.
Variable "$default" will not stay shared at (eval 12) line 1.
Variable "$default" will not stay shared at (eval 14) line 1.
Variable "$default" will not stay shared at (eval 15) line 1.
ok
All tests successful.
Files=10, Tests=45,  0 wallclock secs ( 0.41 cusr +  0.08 csys =  0.49 CPU)

Is that expected?

@dagolden
Copy link
Collaborator

No, and I'm about to ship a fix. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant