CPS

 view release on metacpan or  search on metacpan

t/00use.t  view on Meta::CPAN

#!/usr/bin/perl

use strict;
use warnings;

use Test::More;

use_ok( 'CPS' );
use_ok( 'CPS::Functional' );

use_ok( 'CPS::Governor' );

use_ok( 'CPS::Governor::Simple' );
use_ok( 'CPS::Governor::Deferred' );

done_testing;



( run in 1.243 second using v1.01-cache-2.11-cpan-c333fce770f )