Skip to content

Commit

Permalink
Croak typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atz committed Jun 20, 2012
1 parent 3d378a8 commit c2d58ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test/Database.pm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sub insert_fixtures {
warn "$fixture" if DEBUG;

my $info = eval slurp $fixture;
chdir $cwd, croak "Cloud not insert fixture $fixture: $@" if $@;
chdir $cwd, croak "Could not insert fixture $fixture: $@" if $@;

# Arrayrefs of rows, (dbic syntax) table defined by fixture filename
if (ref $info->[0] eq 'HASH') {
Expand Down

0 comments on commit c2d58ef

Please sign in to comment.