Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hermanhobnob/Devel--Cover
Browse files Browse the repository at this point in the history
…into hermanhobnob-master
  • Loading branch information
pjcj committed Sep 23, 2012
2 parents 2baddc8 + b2a6771 commit 645fb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Devel/Cover/DB/IO.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ my $Format;
BEGIN
{
$Format = "JSON" if eval "use JSON; 1";
$Format = "JSON" if !$Format and eval "use JSON:PP; 1";
$Format = "JSON" if !$Format and eval "use JSON::PP; 1";
$Format = "Storable" if !$Format and eval "use Storable; 1";
die "Can't load either JSON or Storable" unless $Format;
}
Expand Down

0 comments on commit 645fb02

Please sign in to comment.