~ubuntu-branches/ubuntu/trusty/libhtml-formhandler-perl/trusty

« back to all changes in this revision

Viewing changes to t/form_setup/config.t

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2013-06-06 19:54:09 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20130606195409-fseni3mhmm0x5h0z
Tags: 0.40025-1
* Imported Upstream version 0.40025
* debian/copyright: Update debian years

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
       unless eval { require Template };
9
9
    plan skip_all => 'Config::Any required'
10
10
       unless eval { require Config::Any };
 
11
    plan skip_all => 'YAML::Syck required'
 
12
       unless eval { require YAML::Syck };
11
13
}
12
14
 
13
15
use HTML::FormHandler::Foo;