12345678910 use strict;use warnings;use Test::More 0.87_01; # done_testing# ABSTRACT: A basic compile testrequire_ok("Call::From");done_testing;
use
strict;
warnings;
Test::More 0.87_01;
# done_testing
# ABSTRACT: A basic compile test
require_ok(
"Call::From"
);
done_testing;