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

Installation test failure #349

Closed
kylesheely opened this issue Jul 8, 2015 · 5 comments
Closed

Installation test failure #349

kylesheely opened this issue Jul 8, 2015 · 5 comments

Comments

@kylesheely
Copy link

Output:

# Use of uninitialized value $1 in lc at /usr2/local/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/Pod/Simple/Search.pm line 353.
    # Looks like you failed 1 test of 27.
t/app/perldoc/pages.t ......... 1/? 
#   Failed test 'without Pod::Weaver'
#   at t/app/perldoc/pages.t line 185.

    #   Failed test 'no warnings!'
    #   at t/app/perldoc/pages.t line 254.
@preaction
Copy link
Owner

Some notes: This happened even on the most recent Pod::Simple

@preaction preaction added the bug label Jul 8, 2015
@preaction
Copy link
Owner

Somehow, warnings is being enabled globally, which is quite a problem (and this test failure is why the -w switch shouldn't be used). Some prereq is enabling warnings for everything, or somehow PERL5OPT or something has been set with -w (which I doubt highly).

@preaction
Copy link
Owner

Looks like this was fixed in theory/pod-simple@37e1a25. We just need to depend on the new version after it's released to CPAN.

preaction added a commit that referenced this issue Jul 12, 2015
We will need to update this to 3.31 when that release happens

Refs #349
@preaction
Copy link
Owner

I left a message on the RT ticket: https://rt.cpan.org/Ticket/Display.html?id=103439. If this doesn't get a new stable Pod::Simple shipped, I'll have to find some way to ignore just that warning...

@preaction
Copy link
Owner

3.31 is finally released!

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

No branches or pull requests

2 participants