API-BigBlueButton

 view release on metacpan or  search on metacpan

t/001_compile.t  view on Meta::CPAN

#!/usr/bin/env perl

use strict;
use warnings;
use Test::More  tests => 3;

use FindBin qw/ $Bin /;
use lib "$Bin/../lib";

my @modules = qw/ API::BigBlueButton API::BigBlueButton::Requests API::BigBlueButton::Response /;

for my $module ( @modules ) {
    require_ok( $module );
}

done_testing;



( run in 1.214 second using v1.01-cache-2.11-cpan-39bf76dae61 )