Skip to content

Commit

Permalink
Add badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
moznion committed Sep 26, 2013
1 parent b1773f8 commit c64eda0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ my %args = (

test_files => ((-d '.git' || $ENV{RELEASE_TESTING}) && -d 'xt') ? 't/ xt/' : 't/',
recursive_test_files => 1,

);
if (-d 'share') {
$args{share_dir} = 'share';
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"moznion <moznion@gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v0.6.8, CPAN::Meta::Converter version 2.132661",
"generated_by" : "Minilla/v0.7.0, CPAN::Meta::Converter version 2.132661",
"license" : [
"perl_5"
],
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Build Status](https://travis-ci.org/moznion/Plack-Request-WithEncoding.png?branch=master)](https://travis-ci.org/moznion/Plack-Request-WithEncoding) [![Coverage Status](https://coveralls.io/repos/moznion/Plack-Request-WithEncoding/badge.png?branch=master)](https://coveralls.io/r/moznion/Plack-Request-WithEncoding?branch=master)
# NAME

Plack::Request::WithEncoding - Subclass of [Plack::Request](http://search.cpan.org/perldoc?Plack::Request) which supports encoding.
Expand Down
1 change: 1 addition & 0 deletions minil.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
badges = ['travis', 'coveralls']

0 comments on commit c64eda0

Please sign in to comment.