Skip to content

Commit

Permalink
add Contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed Mar 19, 2013
1 parent f15e5ac commit 6530f47
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
1 change: 1 addition & 0 deletions .mailmap
@@ -0,0 +1 @@
Yanick Champoux <yanick@cpan.org> <yanick@babyl.dyndns.org>
11 changes: 8 additions & 3 deletions Changes
@@ -1,21 +1,26 @@
Revision history for {{$dist->name}}

{{$NEXT}}

0.15.0 2013-02-02
[API CHANGES]

[BUG FIXES]

[DOCUMENTATION]

[ENHANCEMENTS]
- Use DZ::P::Twitter version 0.019 (now with twitter cards!)
- Add DZP::ContributorsFromGit and DZP::ContributorsFile

[NEW FEATURES]

[STATISTICS]

0.15.0 2013-02-02
[ENHANCEMENTS]
- Use DZ::P::Twitter version 0.019 (now with twitter cards!)

[STATISTICS]
- code churn: 2 files changed, 14 insertions(+), 3 deletions(-)

0.14.0 2012-12-12
[ENHANCEMENTS]
- use ReportVersions::Tiny
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -4,3 +4,4 @@ Dist-Zilla-PluginBundle-YANICK.*
^\.gitignore
^\.git
^\.build
.mailmap
4 changes: 1 addition & 3 deletions dist.ini
@@ -1,13 +1,11 @@
name = Dist-Zilla-PluginBundle-YANICK
author = Yanick Champoux <yanick@babyl.dyndns.org>
author = Yanick Champoux <yanick@cpan.org>
license = Perl_5
copyright_holder = Yanick Champoux
copyright_year = 2010

[Bootstrap::lib]

[ShareDir]

[Prereqs]
Dist::Zilla::Plugin::ReadmeMarkdownFromPod = 0

Expand Down
7 changes: 7 additions & 0 deletions lib/Dist/Zilla/PluginBundle/YANICK.pm
Expand Up @@ -7,6 +7,9 @@ package Dist::Zilla::PluginBundle::YANICK;
This is the plugin bundle that Yanick uses to release
his distributions. It's roughly equivalent to
[ContributorsFromGit]
[ContributorsFile]
[Test::Compile]
[CoalescePod]
Expand Down Expand Up @@ -122,6 +125,8 @@ use strict;

use Moose;

use Dist::Zilla::Plugin::ContributorsFile;
use Dist::Zilla::Plugin::ContributorsFromGit;
use Dist::Zilla::Plugin::ModuleBuild;
use Dist::Zilla::Plugin::GithubMeta;
use Dist::Zilla::Plugin::Homepage;
Expand Down Expand Up @@ -164,6 +169,8 @@ sub configure {

$self->add_plugins(
qw/
ContributorsFromGit
ContributorsFile
Test::Compile
CoalescePod
InstallGuide
Expand Down

0 comments on commit 6530f47

Please sign in to comment.