89b7bbbc1b
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at ./config/milestone.pl line 59. With hat: perl@ Sponsored by: Absolight
11 lines
321 B
Raku
11 lines
321 B
Raku
--- config/milestone.pl.orig 2013-11-19 19:42:43 UTC
|
|
+++ config/milestone.pl
|
|
@@ -56,7 +56,7 @@ $MILESTONE_FILE = "$TOPSRCDIR/config/mi
|
|
#
|
|
my $milestone = Moz::Milestone::getOfficialMilestone($MILESTONE_FILE);
|
|
|
|
-if (defined(@TEMPLATE_FILE)) {
|
|
+if (@TEMPLATE_FILE) {
|
|
my $TFILE;
|
|
|
|
foreach $TFILE (@TEMPLATE_FILE) {
|