From f469c7b5cc0f79f2d3d60a12906241efbeb1d047 Mon Sep 17 00:00:00 2001 From: chylli-deriv Date: Wed, 11 Dec 2024 15:20:37 +0000 Subject: [PATCH 1/2] update Changes --- Changes | 1 + 1 file changed, 1 insertion(+) diff --git a/Changes b/Changes index 6f87561..a4174dc 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Data-Validate-Sanctions {{$NEXT}} + add sanction list providers 0.17 2024-05-27 12:42:34+00:00 UTC Cron sanction update failed for OFAC-SDN and OFAC-Consolidated From 6f3dbbfd3a2d31388f5905b6a2808d9338edb481 Mon Sep 17 00:00:00 2001 From: chylli-deriv Date: Wed, 11 Dec 2024 15:24:14 +0000 Subject: [PATCH 2/2] Release Data-Validate-Sanctions 0.18 add sanction list providers --- Changes | 2 ++ Makefile.PL | 8 +++++++- lib/Data/Validate/Sanctions.pm | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index a4174dc..30daf99 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Data-Validate-Sanctions {{$NEXT}} + +0.18 2024-12-11 15:20:58+00:00 UTC add sanction list providers 0.17 2024-05-27 12:42:34+00:00 UTC diff --git a/Makefile.PL b/Makefile.PL index fdc53fe..5a38822 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,6 +32,8 @@ my %WriteMakefileArgs = ( "Data::Compare" => 0, "Date::Utility" => 0, "DateTime::Format::Strptime" => 0, + "Digest::SHA" => 0, + "Encode" => 0, "Exporter" => 0, "File::ShareDir" => 0, "File::Temp" => 0, @@ -39,6 +41,7 @@ my %WriteMakefileArgs = ( "FindBin" => 0, "Getopt::Long" => "2.42", "IO::Uncompress::Unzip" => 0, + "JSON" => 0, "JSON::MaybeUTF8" => 0, "List::Util" => 0, "Locale::Country" => "3.66", @@ -81,7 +84,7 @@ my %WriteMakefileArgs = ( "YAML" => 0, "utf8" => 0 }, - "VERSION" => "0.18", + "VERSION" => "0.19", "test" => { "TESTS" => "t/*.t" } @@ -95,6 +98,8 @@ my %FallbackPrereqs = ( "Data::Compare" => 0, "Date::Utility" => 0, "DateTime::Format::Strptime" => 0, + "Digest::SHA" => 0, + "Encode" => 0, "Exporter" => 0, "ExtUtils::MakeMaker" => 0, "File::ShareDir" => 0, @@ -107,6 +112,7 @@ my %FallbackPrereqs = ( "IO::Handle" => 0, "IO::Uncompress::Unzip" => 0, "IPC::Open3" => 0, + "JSON" => 0, "JSON::MaybeUTF8" => 0, "List::Util" => 0, "Locale::Country" => "3.66", diff --git a/lib/Data/Validate/Sanctions.pm b/lib/Data/Validate/Sanctions.pm index b8862e7..7689889 100644 --- a/lib/Data/Validate/Sanctions.pm +++ b/lib/Data/Validate/Sanctions.pm @@ -21,7 +21,7 @@ use Locale::Country; use Text::Trim qw(trim); use Clone qw(clone); -our $VERSION = '0.18'; +our $VERSION = '0.19'; my $sanction_file; my $instance;