Skip to content

Commit

Permalink
move CONTRIBUTORS into head2
Browse files Browse the repository at this point in the history
  • Loading branch information
Apocalypse authored and Apocalypse committed Oct 24, 2014
1 parent 2221e0d commit bd3f446
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/Pod/Weaver/PluginBundle/Apocalyptic.pm
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ sub mvp_bundle_config {
'email' => 'APOCAL',
} ],
[ '@Apocalyptic/Authors', _exp('Authors'), {} ],
[ '@Apocalyptic/Contributors', _exp('Contributors'), {} ],
[ '@Apocalyptic/Contributors', _exp('Contributors'), {
'head' => 2,
} ],
[ '@Apocalyptic/ACK', _exp('Generic'), {
header => 'ACKNOWLEDGEMENTS',
} ],
Expand Down Expand Up @@ -161,6 +163,13 @@ It is nearly equivalent to the following in your F<weaver.ini>:
If you need something to be configurable ( probably the Support section, ha! ) please let me know and I can add it in a future version.
Oh, the Contributors section is generated from the git history. In my case I had several email addresses that I used to commit in the past and I
became a contributor to my own project! This was easily solved by fixing the git email addresses via the '.mailmap' file:
apoc@box:~/eclipse_ws/perl-pod-weaver-pluginbundle-apocalyptic$ cat .mailmap
Apocalypse <APOCAL@cpan.org> <apocalypse@users.noreply.github.com>
Apocalypse <APOCAL@cpan.org> <perl@0ne.us>
=head1 SEE ALSO
Dist::Zilla
Pod::Weaver
Expand Down

0 comments on commit bd3f446

Please sign in to comment.