Skip to content

Commit

Permalink
Forced t/stash-xs-unicode.t test to skip all if XS stash not avilable
Browse files Browse the repository at this point in the history
  • Loading branch information
abw committed Jan 13, 2012
1 parent 731b199 commit 62cebf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/stash-xs-unicode.t
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ eval {
};
if ($@) {
warn $@;
skip_all('cannot load Template::Stash::XS');
}

binmode STDOUT, ':utf8';
Expand Down

0 comments on commit 62cebf8

Please sign in to comment.