Skip to content

Commit

Permalink
Hotfix #73
Browse files Browse the repository at this point in the history
  • Loading branch information
naoya committed Mar 11, 2014
1 parent 80694a7 commit e1451e2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions lib/Text/Md2Inao/Builder/InDesign.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ tie my %meta2label, "Tie::IxHash",
sub _new {
my $class = shift;
my $self = $class->SUPER::_new(@_);
for my $dir('config', dist_dir('Text-Md2Inao')) {
if (-d $dir) {
$self->load_filter_config(path($dir, 'id_filter.json'));
last;
}
}
# for my $dir('config', dist_dir('Text-Md2Inao')) {
# if (-d $dir) {
# $self->load_filter_config(path($dir, 'id_filter.json'));
# last;
# }
# }
$self->load_filter_config('./config/id_filter.json');
return $self;
}

Expand Down

0 comments on commit e1451e2

Please sign in to comment.