Skip to content

Commit

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

diff --git a/Changes b/Changes
index 7c6788d..3c334d8 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension CPAN-Audit

 {{$NEXT}}

+0.12 2018-11-11T19:43:25Z
+
+    - require Module::CoreList latest version
+
 0.11 2018-11-11T18:57:53Z

     - check core modules by James Raspass
  • Loading branch information
vti committed Nov 11, 2018
1 parent 90276f3 commit 5aeee74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl extension CPAN-Audit

{{$NEXT}}

0.12 2018-11-11T19:43:25Z

- require Module::CoreList latest version

0.11 2018-11-11T18:57:53Z

- check core modules by James Raspass
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"requires" : {
"CPAN::DistnameInfo" : "0",
"Module::CPANfile" : "0",
"Module::CoreList" : "0",
"Module::CoreList" : "5.20181020",
"Pod::Usage" : "1.69",
"perl" : "5.008001",
"version" : "0"
Expand All @@ -69,7 +69,7 @@
"web" : "https://github.com/vti/cpan-audit"
}
},
"version" : "0.11",
"version" : "0.12",
"x_authority" : "cpan:VTI",
"x_contributors" : [
"James Raspass <jraspass@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion lib/CPAN/Audit.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use CPAN::Audit::Query;
use CPAN::Audit::DB;
use Module::CoreList;

our $VERSION = "0.11";
our $VERSION = "0.12";

sub new {
my $class = shift;
Expand Down

0 comments on commit 5aeee74

Please sign in to comment.