DevGoals / pulledpork

Automatically exported from code.google.com/p/pulledpork
GNU General Public License v2.0
0 stars 0 forks source link

Unnitialized value in pulledpork.pl line 231 #163

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. comment out ignore= in pulledpork.conf

What is the expected output? What do you see instead?
Should add code to check if the ignore variable is defined.

What version of the product are you using? On what operating system?
0.7.1

Please provide any additional information below.
Change line 231 in pulledpork.conf
    231     my @ignores = split( /,/, $ignore ) if (defined $ignore);

Jason "The Snake Roberts" Rochon

Original issue reported on code.google.com by jcroc...@uic.edu on 14 Oct 2014 at 9:17