We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9584b commit 3db7903Copy full SHA for 3db7903
lib/Data/Validate/Sanctions.pm
@@ -19,7 +19,7 @@ use List::Util qw(any uniq max min);
19
use Locale::Country;
20
use Text::Trim qw(trim);
21
22
-# VERSION
+our $VERSION = '0.14';
23
24
my $sanction_file = _default_sanction_file();
25
my $instance;
0 commit comments