Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed May 23, 2020
1 parent 3d271fc commit f86a7ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Benchmarks

0.11 Sat May 23 10:07:35 JST 2020
- Nothing happen when it'd be returned undef
- Fix build

0.10 Wed Jun 24 08:13:21 JST 2015
- add +x to penchmarks

Expand Down
2 changes: 1 addition & 1 deletion README.pod
Expand Up @@ -5,7 +5,7 @@ This is Perl module B<Benchmarks>.

=begin html

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

=end html

Expand Down
2 changes: 1 addition & 1 deletion lib/Benchmarks.pm
Expand Up @@ -2,7 +2,7 @@ package Benchmarks;
use strict;
use warnings;
use Benchmark qw/ :hireswallclock /;
our $VERSION = '0.10';
our $VERSION = '0.11';

sub import {
my ($class, $code, $count, $style, $title) = @_;
Expand Down

0 comments on commit f86a7ef

Please sign in to comment.