Codebase list libdist-zilla-plugin-podweaver-perl / 294432b
call all methods on rhs of => in scalar Ricardo Signes 6 years ago
1 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
163163 my $new_content = $self->munge_perl_string(
164164 $file->content,
165165 {
166 zilla => $self->zilla,
167 filename => $file->name,
168 version => $self->zilla->version,
169 license => $self->zilla->license,
170 authors => $self->zilla->authors,
171 distmeta => $self->zilla->distmeta,
166 zilla => scalar $self->zilla,
167 filename => scalar $file->name,
168 version => scalar $self->zilla->version,
169 license => scalar $self->zilla->license,
170 authors => scalar $self->zilla->authors,
171 distmeta => scalar $self->zilla->distmeta,
172172 },
173173 );
174174