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

"Uninitialized value" warning in Module::Base::fix_shebang_line #66

Open
dolmen opened this issue Jan 22, 2016 · 0 comments
Open

"Uninitialized value" warning in Module::Base::fix_shebang_line #66

dolmen opened this issue Jan 22, 2016 · 0 comments

Comments

@dolmen
Copy link
Member

dolmen commented Jan 22, 2016

With Module::Build 0.4216:

Running Build for A/AS/ASKSH/Snowball-Norwegian-1.2.tar.gz
Use of uninitialized value $line in chomp at /home/omengue/.plenv/versions/5.22.0/lib/perl5/site_perl/5.22.0/Module/Build/Base.pm line 3071.
Use of uninitialized value $line in substitution (s///) at /home/omengue/.plenv/versions/5.22.0/lib/perl5/site_perl/5.22.0/Module/Build/Base.pm line 3072.
Building Snowball-Norwegian
(./Build exited with 0)

Link to the source:

chomp(my $line = <$FIXIN>);

@dolmen dolmen changed the title "Uninitialized value" warning in Module::Base::finc_shebang_line "Uninitialized value" warning in Module::Base::fix_shebang_line Jan 22, 2016
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