Skip to content
Snippets Groups Projects
Commit 01851ee4 authored by Olivier Mengué's avatar Olivier Mengué
Browse files

Checking in changes prior to tagging of version 0.32.

Changelog diff is:

diff --git a/Changes b/Changes
index e6e6b4c..1c44685 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,6 @@
 {{$NEXT}}
+
+0.32 2017-03-22T09:42:04Z
     - Tests: add compatibility with dot-less-@INC perls (5.25.11+) #36, #37
       (syohex)
parent 3e457026
No related branches found
No related tags found
No related merge requests found
{{$NEXT}}
0.32 2017-03-22T09:42:04Z
- Tests: add compatibility with dot-less-@INC perls (5.25.11+) #36, #37
(syohex)
......
......@@ -70,7 +70,7 @@
"web" : "https://github.com/tokuhirom/cpan-outdated"
}
},
"version" : "0.31",
"version" : "0.32",
"x_authority" : "cpan:TOKUHIROM",
"x_contributors" : [
"Jesse Luehrs <doy@tozt.net>",
......
package App::cpanoutdated;
use strict;
use warnings;
our $VERSION = "0.31";
our $VERSION = "0.32";
1;
__END__
......
......@@ -10,7 +10,7 @@ use CPAN::DistnameInfo;
use Module::Metadata;
use URI;
our $VERSION = "0.31";
our $VERSION = "0.32";
my $mirror = 'http://www.cpan.org/';
my $local_lib;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment