Skip to content

Commit

Permalink
use Carp::Always in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed Jan 8, 2013
1 parent 52152ad commit fa79065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions t/10-array.t
Expand Up @@ -5,6 +5,7 @@ use Test::More;

use JSON; # For JSON::true
use JSON::Sugar 'json_sugar';
use Carp::Always;

my $data = [
5,
Expand Down
1 change: 1 addition & 0 deletions t/11-hash.t
Expand Up @@ -5,6 +5,7 @@ use Test::More;

use JSON; # For JSON::true
use JSON::Sugar 'json_sugar';
use Carp::Always;

# The example from RFC4627
my $data = {
Expand Down

0 comments on commit fa79065

Please sign in to comment.