CGI-Application-Plugin-OpenTracing-DataDog

 view release on metacpan or  search on metacpan

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

use Test::Most;

use strict;
use warnings;

use Ref::Util qw/is_coderef/;

# we could check that we actually add the callbacks ? that is what `use` is
# suposed to do, we opught to test that here!!
#

my $callbacks = [];
sub add_callback { push @$callbacks, +{ name=> $_[1], coderef =>  $_[2] } };

BEGIN {
    use_ok('CGI::Application::Plugin::OpenTracing::DataDog');

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.748 second using v1.00-cache-2.02-grep-82fe00e-cpan-9f2165ba459b )