Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Dec 17, 2016
1 parent 8ecb24f commit ff6c751
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,9 +1,14 @@
sudo: false
language: perl
perl:
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.8"
before_install:
- cpanm -nq Devel::Cover::Report::Coveralls
script:
Expand All @@ -15,4 +20,4 @@ notifications:
channels:
- "irc.freenode.net#bayadev"
on_success: change
on_failure: always
on_failure: always
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Plack::Middleware::TimeStats

0.03 Sat Dec 17 15:05:23 JST 2016
- move codes of after app into response_cb

0.02 Sun May 26 12:45:35 JST 2013
- tiny fix for callback option (6a210a42)
- test enhancements
Expand Down
7 changes: 4 additions & 3 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Dai Okabayashi <bayashi@cpan.org>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4005, CPAN::Meta::Converter version 2.130880",
"generated_by" : "Module::Build version 0.4218",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -40,7 +40,7 @@
"provides" : {
"Plack::Middleware::TimeStats" : {
"file" : "lib/Plack/Middleware/TimeStats.pm",
"version" : "0.02"
"version" : "0.03"
}
},
"release_status" : "stable",
Expand All @@ -52,5 +52,6 @@
"url" : "http://github.com/bayashi/Plack-Middleware-TimeStats"
}
},
"version" : "0.02"
"version" : "0.03",
"x_serialization_backend" : "JSON::PP version 2.27300"
}
2 changes: 1 addition & 1 deletion README.pod
Expand Up @@ -5,7 +5,7 @@ This is Perl module B<Plack::Middleware::TimeStats>.

=begin html

<a href="http://travis-ci.org/bayashi/Plack-Middleware-TimeStats"><img src="https://secure.travis-ci.org/bayashi/Plack-Middleware-TimeStats.png"/></a> <a href="https://coveralls.io/r/bayashi/Plack-Middleware-TimeStats"><img src="https://coveralls.io/repos/bayashi/Plack-Middleware-TimeStats/badge.png?branch=master"/></a>
<a href="http://travis-ci.org/bayashi/Plack-Middleware-TimeStats"><img src="https://secure.travis-ci.org/bayashi/Plack-Middleware-TimeStats.png?_t=1481954856"/></a> <a href="https://coveralls.io/r/bayashi/Plack-Middleware-TimeStats"><img src="https://coveralls.io/repos/bayashi/Plack-Middleware-TimeStats/badge.png?_t=1481954856&branch=master"/></a>

=end html

Expand Down
2 changes: 1 addition & 1 deletion lib/Plack/Middleware/TimeStats.pm
Expand Up @@ -5,7 +5,7 @@ use parent 'Plack::Middleware';
use Plack::Util::Accessor qw/callback psgix option action/;
use Devel::TimeStats;

our $VERSION = '0.02';
our $VERSION = '0.03';

sub prepare_app {
my $self = shift;
Expand Down

0 comments on commit ff6c751

Please sign in to comment.