Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
nics committed Sep 22, 2016
1 parent 5d87236 commit d1f181a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ my %module_build_args = (
"Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>"
],
"dist_name" => "Catmandu",
"dist_version" => "1.03",
"dist_version" => "1.0301",
"license" => "perl",
"module_name" => "Catmandu",
"recommends" => {
Expand Down
3 changes: 2 additions & 1 deletion t/Catmandu-Fix-Bind-hashmap.t
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ EOF
undef($fixer);
};

my $exp = '[{"_id":"0987654321","value":["3"]},{"_id":"1234567890","value":["1","2"]}]';
my $exp
= '[{"_id":"0987654321","value":["3"]},{"_id":"1234567890","value":["1","2"]}]';

is_deeply decode_json($stdout), decode_json($exp), 'grouping isbn uniq';
}
Expand Down

0 comments on commit d1f181a

Please sign in to comment.