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 Specification module #68

Open
racke opened this issue Nov 7, 2014 · 1 comment
Open

Uninitialized value warning in Specification module #68

racke opened this issue Nov 7, 2014 · 1 comment
Assignees
Labels

Comments

@racke
Copy link
Owner

racke commented Nov 7, 2014

Warning caught during route execution: Use of uninitialized value in hash element at /home/racke/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/Template/Flute/Specification.pm line 191, <DATA> line 749.
/home/racke/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/Template/Flute/Specification.pm around line 191
188         unless ($class) {
189             die "Neither class nor name for separator within list $list_name.\n";
190         }
191         $listref->{separator}->{$separator->{name}} = $separator;
192         push @{$self->{classes}->{$class}}, {%{$separator}, type => 'separator', list => $list_name};
193     }
194 
@racke racke added the Bug label Nov 7, 2014
@racke racke self-assigned this Nov 7, 2014
@racke
Copy link
Owner Author

racke commented Nov 7, 2014

This is the specification element that causes the warning:

<separator class="dashboard-item-separator" every="5" />

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

No branches or pull requests

1 participant