X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=blobdiff_plain;f=t%2F00compile.t;h=c0404430fa9ea01f93a50bfbbb9a6b05f22abb66;hp=8c64ce44016ed8c1f20180368b47eed386124706;hb=2c5d6782f89dc1532398b1b79c8f67b982c758ac;hpb=8e96ebeddb37ef30d2e215f935e136a9170576cd diff --git a/t/00compile.t b/t/00compile.t index 8c64ce4..c040443 100644 --- a/t/00compile.t +++ b/t/00compile.t @@ -17,7 +17,7 @@ use_ok('Maypole::Model::CDBI::FromCGI'); use_ok('Maypole::Model::CDBI::AsForm'); SKIP: { - eval { use Data::FormValidator }; + eval { require Data::FormValidator; }; skip 'Data::FormValidator is not installed or does not work', 1 if ($@); use_ok('Maypole::Model::CDBI::DFV'); }