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

Fixing 'Use of uninitialized value' warning. #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

manwar
Copy link

@manwar manwar commented Mar 1, 2016

Hi,

Please review the above change. It tries to remove the above warning. I noticed the warning during the build process of Dancer::Template::Handlebars as below:

manwar@ubuntu:~/Dancer-Template-Handlebars$ dzil build
[DZ] beginning to build Dancer-Template-Handlebars
Use of uninitialized value $d in length at /usr/local/share/perl/5.10.1/CPAN/Changes.pm line 147, line 22.
Use of uninitialized value $n in length at /usr/local/share/perl/5.10.1/CPAN/Changes.pm line 148, line 22.
Use of uninitialized value $d in length at /usr/local/share/perl/5.10.1/CPAN/Changes.pm line 147, line 22.
Use of uninitialized value $n in length at /usr/local/share/perl/5.10.1/CPAN/Changes.pm line 148, line 22.

Best Regards,
Mohammad S Anwar

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

Successfully merging this pull request may close these issues.

1 participant