Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.31.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index d271128..c135273 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,6 @@
 {{$NEXT}}
+
+0.31 2016-05-26T20:38:01Z
     - Check also core modules (unless explicitely excluded) to report
       dual-life (core+CPAN) modules #32
  • Loading branch information
dolmen committed May 26, 2016
1 parent 485abd4 commit f8c0084
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{{$NEXT}}

0.31 2016-05-26T20:38:01Z
- Check also core modules (unless explicitely excluded) to report
dual-life (core+CPAN) modules #32

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"web" : "https://github.com/tokuhirom/cpan-outdated"
}
},
"version" : "0.30",
"version" : "0.31",
"x_authority" : "cpan:TOKUHIROM",
"x_contributors" : [
"Jesse Luehrs <doy@tozt.net>",
Expand Down
2 changes: 1 addition & 1 deletion lib/App/cpanoutdated.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package App::cpanoutdated;
use strict;
use warnings;
our $VERSION = "0.30";
our $VERSION = "0.31";
1;
__END__
Expand Down
2 changes: 1 addition & 1 deletion script/cpan-outdated
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use CPAN::DistnameInfo;
use Module::Metadata;
use URI;

our $VERSION = "0.30";
our $VERSION = "0.31";

my $mirror = 'http://www.cpan.org/';
my $local_lib;
Expand Down

0 comments on commit f8c0084

Please sign in to comment.