Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
tsucchi committed Nov 17, 2014
1 parent f7e8435 commit 3157844
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Takuya Tsuchida <tsucchi@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v2.2.0, CPAN::Meta::Converter version 2.142690",
"generated_by" : "Minilla/v2.1.1, CPAN::Meta::Converter version 2.141170",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -71,7 +71,7 @@
"web" : "https://github.com/tsucchi/Test-Module-Used"
}
},
"version" : "0.2.4",
"version" : "0.2.5",
"x_contributors" : [
"CPAN Service <cpanservice@chorny.net>"
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/tsucchi/Test-Module-Used.svg?branch=master)](https://travis-ci.org/tsucchi/Test-Module-Used) [![Coverage Status](https://img.shields.io/coveralls/tsucchi/Test-Module-Used/master.svg)](https://coveralls.io/r/tsucchi/Test-Module-Used?branch=master)
[![Build Status](https://travis-ci.org/tsucchi/Test-Module-Used.png?branch=master)](https://travis-ci.org/tsucchi/Test-Module-Used) [![Coverage Status](https://coveralls.io/repos/tsucchi/Test-Module-Used/badge.png?branch=master)](https://coveralls.io/r/tsucchi/Test-Module-Used?branch=master)
# NAME

Test::Module::Used - Test required module is really used and vice versa bitween lib/t and META.yml
Expand Down
4 changes: 2 additions & 2 deletions lib/Test/Module/Used.pm
Expand Up @@ -12,8 +12,8 @@ use PPI::Document;
use version;
use CPAN::Meta;
use Carp;
use 5.008;
our $VERSION = '0.2.4';
use 5.008001;
our $VERSION = '0.2.5';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion testdata/lib2/My/Test.pm
Expand Up @@ -2,7 +2,7 @@ package My::Test;
use strict;
use warnings;

our $VERSION = "0.0.1";
our $VERSION = "0.2.5";
#use 5.008;

=head1 NAME
Expand Down

0 comments on commit 3157844

Please sign in to comment.