Subject: | Can't locate object method "contributor_list" via package "Dist::Zilla::Plugin::ContributorsFromGit" |
While trying to build a dzil-based distribution (Prophet) I ran into the following problem:
Can't locate object method "contributor_list" via package "Dist::Zilla::Plugin::ContributorsFromGit" at /usr/perl5.18.2/lib/site_perl/5.18.2/Dist/Zilla/Plugin/ContributorsFile.pm line 41.
It seems that Dist::Zilla::Plugin::ContributorsFromGit made an attribute private with this commit:
commit 369b8e38ec5ef490bbb08df80bec69a4d4a1ab28
Author: Chris Weyl <cweyl@alumni.drew.edu>
Date: Tue Apr 8 15:37:38 2014 -0700
Flag our attributes as private
...as they are -- we're not a stash, after all :)
(Yet?)
Regards,
Slaven