Skip to content

Commit

Permalink
check for installation of YAML::Syck in t/form_setup/config.t
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed May 9, 2013
1 parent 3d4db77 commit 02c0c66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/form_setup/config.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ BEGIN {
unless eval { require Template };
plan skip_all => 'Config::Any required'
unless eval { require Config::Any };
plan skip_all => 'YAML::Syck required'
unless eval { require YAML::Syck };
}

use HTML::FormHandler::Foo;
Expand Down

0 comments on commit 02c0c66

Please sign in to comment.