Skip to content

Commit

Permalink
add dams as co-maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Krotkine committed Oct 14, 2013
1 parent ddb425b commit 1b21e0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ perl:
- "5.12"
- "5.10"
before_install:
- "git config --global github.user melo"
- "git config --global github.user dams"
- "cpanm --quiet --notest Dist::Zilla::PluginBundle::Author::MELO"
install: "dzil authordeps | xargs cpanm --quiet --notest && dzil listdeps | xargs cpanm --quiet --notest"
script: "dzil test --release"
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -2,6 +2,7 @@ Revision history for Redis

{{$NEXT}}
* Parameter name to new() can be a CodeRef, dynamic connection names
* admin: added co-maintainer Damien Krotkine <dams@zarb.org>

1.961 2013-01-23T15:09:47Z
* Add wait_one_response() for better pipeline management
Expand Down
5 changes: 3 additions & 2 deletions dist.ini
@@ -1,8 +1,9 @@
name = Redis
author = Pedro Melo <melo@cpan.org>
author = Damien Krotkine <dams@cpan.org>
license = Artistic_2_0
copyright_holder = Pedro Melo
copyright_year = 2012
copyright_holder = Pedro Melo, Damien Krotkine
copyright_year = 2013

[@Author::MELO]
skip_plugins = Test::Portability|MinimumPerl
Expand Down

0 comments on commit 1b21e0b

Please sign in to comment.