Youtube: Support the new embed URL types
[clive.git] / t / eval-compile.t
blob1cd2aeb38adc6711e321de371f4d4b46616972e6
1 use warnings;
2 use strict;
4 use Test::More qw(no_plan);
6 my $output = qx(perl -c -I./blib/lib blib/script/clive 2>&1);
8 ok( $output =~ /syntax OK$/ )
9     or diag explain $output;