Skip to content

Commit

Permalink
v0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
freyfogle committed Sep 8, 2021
1 parent 8a3789c commit aa1a359
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Data-MoneyCurrency

0.22 Wed Sep 8 09:44:59 CEST 2021
- back to File::ShareDir other way wasnt working

0.21 Wed Sep 8 09:24:59 CEST 2021
- remove Code::TidyAll and Perl::Tidy

Expand Down
7 changes: 5 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; http://dzil.org/

name = Data-MoneyCurrency
version = 0.21
version = 0.22
author = edf <cpan@opencagedata.com>
license = Perl_5
copyright_holder = OpenCage GmbH
Expand All @@ -11,7 +11,7 @@ copyright_holder = OpenCage GmbH
[Prereqs]
perl = 5.012
Cpanel::JSON::XS = 0
File::Basename = 0
File::ShareDir = 0
Pod::Coverage = 0
Test::Exception = 0
Test::More = 0.88 ; for done_testing
Expand Down Expand Up @@ -39,6 +39,9 @@ Types::Serialiser = 0
[License]
[Readme]

[ShareDir]
dir = ruby-money/config

[GithubMeta]

; see http://dzil.org/tutorial/vcs-git.html
Expand Down
4 changes: 2 additions & 2 deletions lib/Data/MoneyCurrency.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ use Carp;
use Cpanel::JSON::XS;
use Data::Dumper;
$Data::Dumper::Sortkeys = 1;
use File::Basename;
use File::ShareDir qw(dist_dir);
use Types::Serialiser;

my $confdir = dirname(__FILE__) . '/../../ruby-money/config/';
my $confdir = dist_dir('Data-MoneyCurrency');
my $rh_currency_for_country = {};

=encoding utf8
Expand Down

0 comments on commit aa1a359

Please sign in to comment.