Skip to content

Commit

Permalink
Release Data-Validate-Sanctions 0.17
Browse files Browse the repository at this point in the history
       Cron sanction update failed for OFAC-SDN and OFAC-Consolidated
  • Loading branch information
chylli-deriv committed May 27, 2024
1 parent b31ffd4 commit 0120017
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Data-Validate-Sanctions

{{$NEXT}}

0.17 2024-05-27 12:42:34+00:00 UTC
Cron sanction update failed for OFAC-SDN and OFAC-Consolidated

0.16 2022-12-21 00:00:00 UTC
Expand Down
6 changes: 4 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.029.
use strict;
use warnings;

Expand Down Expand Up @@ -65,6 +65,7 @@ my %WriteMakefileArgs = (
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Path::Tiny" => 0,
"Redis" => 0,
"RedisDB" => "2.57",
"Test::CheckDeps" => "0.010",
"Test::Deep" => 0,
Expand All @@ -80,7 +81,7 @@ my %WriteMakefileArgs = (
"YAML" => 0,
"utf8" => 0
},
"VERSION" => "0.16",
"VERSION" => "0.18",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down Expand Up @@ -112,6 +113,7 @@ my %FallbackPrereqs = (
"Mojo::UserAgent" => 0,
"Path::Tiny" => 0,
"Pod::Usage" => 0,
"Redis" => 0,
"RedisDB" => "2.57",
"Scalar::Util" => 0,
"Syntax::Keyword::Try" => "0.18",
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Validate/Sanctions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use Locale::Country;
use Text::Trim qw(trim);
use Clone qw(clone);

our $VERSION = '0.17';
our $VERSION = '0.18';

my $sanction_file;
my $instance;
Expand Down

0 comments on commit 0120017

Please sign in to comment.